Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_climb_susie_controller_Collision_obj_climb_kris

(view raw script w/o annotations or w/e)
1
with (obj_climb_susie)
2
{
3
    if (waiteventid == other.waitevent)
4
        waiteventid = 0;
5
}
6
if (reach > 0)
7
{
8
    if (i_ex(obj_dw_cliff_climbrefresher))
9
    {
10
        with (obj_dw_cliff_climbrefresher)
11
        {
12
            if (monologuecon >= -1)
13
            {
14
                monologuecon = other.reach - 1;
15
                event_user(10);
16
            }
17
        }
18
    }
19
}
20
instance_destroy();