Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_susiezilla_gamecontroller_Alarm_8

(view raw script w/o annotations or w/e)
1
with (instance_create(0, 0, obj_susiezilla_pan_object))
2
{
3
    if (other.wave == 8)
4
        hold += 50;
5
}