Undertale script viewer

← back to main script listing

gml_Object_obj_6book_master_Alarm_6

(view raw script w/o annotations or w/e)
1
ry = 230;
2
rx = choose(100, 430);
3
if (alrnum < 4)
4
{
5
    instance_create(rx, ry, obj_6book_wordbullet);
6
    alarm[6] = 45 + random(40);
gml_Object_obj_6book_master_Alarm_6.gml

ry = 230; rx = choose(100, 430); if (alrnum < 4) { instance_create(rx, ry, obj_6book_wordbullet); alarm[6] = 45 + random(40); event_user(1); }
7
    event_user(1);
8
}