Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_climb_susie_Create_0

(view raw script w/o annotations or w/e)
1
event_inherited();
2
depth = 31000;
3
dir = 2;
4
con = 0;
5
forcejump = 0;
6
timer = 0;
7
waiteventid = 0;
8
climbindex = 0;
9
climbspeedmultiplier = 1.3;
10
init = 0;
11
movevistype = 0;
12
remx = x;
13
remy = y;
14
climbcon = 0;
15
jumping = 0;
16
climbspeed = 0;
17
climbmomentum = 0;
18
jumpchargeamount = 0;
19
reachcon = 0;
20
xclimb = 0;
21
yclimb = 0;
22
onrotatingtower = i_ex(obj_rotating_tower_controller_new);
23
darkenalpha = 0;
24
tower_x = 0;
25
tile_vis = 0;
26
whiteout = -4;
27
blackout = -4;