Undertale script viewer

← back to main script listing

gml_Object_obj_sistertext_Alarm_2

(view raw script w/o annotations or w/e)
1
num += 1;
2
if (phraselength > num)
3
{
4
    this_phrase += string_char_at(phrase, num);
5
    alarm[2] = 2;
gml_Object_obj_sistertext_Alarm_2.gml

num += 1; if (phraselength > num) { this_phrase += string_char_at(phrase, num); alarm[2] = 2; } else { done = 1; }
6
}
7
else
8
{
9
    done = 1;
10
}