Undertale script viewer

← back to main script listing

gml_Object_obj_6book_master_Other_11

(view raw script w/o annotations or w/e)
1
if (alrnum < 4)
2
    alarm[0] += 5;
gml_Object_obj_6book_master_Alarm_0.gml

ry = 130; rx = choose(100, 430); instance_create(rx, ry, obj_6book_wordbullet); alarm[0] = 45 + random(40); event_user(1);
3
alarm[5] += 5;
gml_Object_obj_6book_master_Alarm_5.gml

if (CoolHell == 0) { ry = 180; rx = choose(100, 430); alrnum += 1; if (alrnum < 4) { instance_create(rx, ry, obj_6book_wordbullet); alarm[5] = 55 + random(10); event_user(1); } else if (instance_exists(obj_6book_act) == 0) { CoolHell = 1; act = instance_create(rx, ry, obj_6book_act); with (act) { y += ((sprite_height / 2) + 10); x += (sprite_width / 2); } alarm[5] = -1; } }
4
alarm[6] += 5;
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); }
5
alarm[7] += 5;
gml_Object_obj_6book_master_Alarm_7.gml

ry = 280; rx = choose(100, 430); instance_create(rx, ry, obj_6book_wordbullet); alarm[7] = 45 + random(40); event_user(1);
6
alarm[8] += 5;
gml_Object_obj_6book_master_Alarm_8.gml

ry = 330; rx = choose(100, 430); instance_create(rx, ry, obj_6book_wordbullet); alarm[8] = 45 + random(40); event_user(1);
7
alarm[9] += 5;
gml_Object_obj_6book_master_Alarm_9.gml

ry = 380; rx = choose(100, 430); instance_create(rx, ry, obj_6book_wordbullet); alarm[9] = 45 + random(40); event_user(1);
8
alarm[10] += 5;
gml_Object_obj_6book_master_Alarm_10.gml

ry = 430; rx = choose(100, 430); instance_create(rx, ry, obj_6book_wordbullet); alarm[10] = 45 + random(40); event_user(1);