Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_susiezilla_singlescreen_hazard_Step_1

(view raw script w/o annotations or w/e)
1
with (obj_susiezilla_gamecontroller)
2
{
3
    var sourcedude = other.id;
4
    if (gameover)
5
    {
6
        other.speed = 0;
7
        exit;
8
    }
9
}