Undertale script viewer

← back to main script listing

gml_Object_obj_6book_master_Create_0

(view raw script w/o annotations or w/e)
1
booky = 0;
2
booky2 = 0;
3
col = 0;
4
alrnum = 0;
5
alarm[0]
 = 20;
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);
6
alarm[5]
 = 40;
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;
} }
7
alarm[6]
 = 100;
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); }
8
alarm[7]
 = 30;
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);
9
alarm[8]
 = 50;
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);
10
alarm[9]
 = 80;
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);
11
alarm[10]
 = 105;
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);
12
type = 0;
13
con = 0;
14
CoolHell = 0;