Undertale script viewer

← back to main script listing

gml_Object_obj_flowey_master_KeyPress_65

(view raw script w/o annotations or w/e)
1
if (global.debug == 1)
2
{
3
    if (instance_exists(obj_floweyx_flamethrower) == 0)
4
    {
5
        instance_create(110, 140, obj_floweyx_flamethrower);
6
        instance_create(530, 140, obj_floweyx_flamethrower);
7
    }
8
    else
9
    {
10
        obj_floweyx_flamethrower.con = 3;
11
    }
12
}