Undertale script viewer

← back to main script listing

gml_Object_obj_sistertext_Alarm_0

(view raw script w/o annotations or w/e)
1
phraselength = string_length(phrase);
2
active = 1;
3
num = 1;
4
this_phrase = "";
5
this_phrase += string_char_at(phrase, num);
6
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; }
7
alarm[3] = 10;
gml_Object_obj_sistertext_Alarm_3.gml

j = floor(random(amt)); wherex[j] = (random(220) + view_xview[0]) - 50; wherey[j] = random(room_height - 20); fade[j] = -1; alarm[3] = 3;