Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_mike_grabcat_Alarm_0

(view raw script w/o annotations or w/e)
1
if (action == 0)
2
{
3
    hspeed = 0;
4
    friction = 0.25;
5
    action = 2;
6
}