Deltarune script viewer

← back to main script listing

gml_Object_obj_queen_leg_Collision_obj_queen_leg

(view raw script w/o annotations or w/e)
1
if (direction == 270 && other.direction == 180)
2
{
3
    hurttimer = 20;
4
    hurtx = x;
5
    hurty = y;
6
    with (other)
7
    {
8
        stomphold--;
9
        stompspeed = -0.1;
10
        stomplerp = 0.8;
11
        event_user(0);
12
        hittimer = 28;
13
    }
14
}