Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_o_coaster_jama_Collision_o_coaster_berdly

(view raw script w/o annotations or w/e)
1
if (moveberd == 1)
2
{
3
    with (other)
4
    {
5
        if (movetype == 0 && movetimer < (movethreshold - 1) && movecon == 0)
6
        {
7
            movebuffer = 1;
8
            movetimer = movethreshold - 1;
9
        }
10
    }
11
    instance_destroy();
12
}