Undertale script viewer

← back to main script listing

gml_Object_obj_sistertext_Alarm_3

(view raw script w/o annotations or w/e)
1
j = floor(random(amt));
2
wherex[j] = (random(220) + view_xview[0]) - 50;
3
wherey[j] = random(room_height - 20);
4
fade[j] = -1;
5
alarm[3] = 3;
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;