Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_invincibilespot_Step_0

(view raw script w/o annotations or w/e)
1
if (active)
2
{
3
    var inst = instance_place(x, y, obj_mainchara_board);
4
    with (inst)
5
    {
6
        if (myhealth < 0)
7
            myhealth = 1;
8
    }
9
}