Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_chefs_evilguest_Alarm_0

(view raw script w/o annotations or w/e)
1
if (movetype == 1)
2
    movetype = 0;
3
speed = movespeed;
4
direction = nextdir;