Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_gerson_swing_down_old_Create_0

(view raw script w/o annotations or w/e)
1
event_inherited();
2
timer = 0;
3
con = 0;
4
destroyonhit = false;
5
image_speed = 0;
6
vspeed = -6;
7
friction = 0.4;
8
image_xscale = 2;
9
image_yscale = 2;
10
fakeout = 0;
11
if (instance_number(obj_gerson_swing_down) == 3)
12
{
13
    with (obj_gerson_swing_down)
14
        fakeout = 1;
15
}