Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_susiezilla_controller_Create_0

(view raw script w/o annotations or w/e)
1
global.batmusic[1] = snd_init("TV_GAME.ogg");
2
mus_loop(global.batmusic[1]);
3
mansion = 0;
4
wave = 1;
5
wave_con = 1;
6
timer = 0;
7
createcartimer = 0;
8
createcartimer2 = 0;
9
createcartimermax = 160 + irandom(160);
10
createcartimer2max = 160 + irandom(160);
11
show_hitboxes = false;
12
obj_mainchara.cutscene = 1;
13
camerax_target = 0;
14
camerax_max = 0;
15
move_camera_con = 0;
16
_index = 0;
17
siner = 0;
18
hittimer = 0;
19
pattern = 1;
20
waittoolongtimer = 0;