Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_racingline_Step_0

(view raw script w/o annotations or w/e)
1
if (extflag == "goal")
2
{
3
    if (place_meeting(x, y, obj_mainchara) && instance_exists(obj_balancepot) && con == 0)
4
    {
5
        con = 1;
6
        global.flag[385 balance_pot_status] = 2;
7
    }
8
}
9
if (con == 1 && obj_controller_dw_mansion_potBalance.con == 0)
10
{
11
    obj_controller_dw_mansion_potBalance.con = 1;
12
    con++;
13
}