Undertale script viewer
← back to main script listing
gml_Object_obj_water_doomreminder_Step_0
(
view raw script w/o annotations or w/e
)
1
if (con == 1 && instance_exists(OBJ_WRITER) == 0)
2
{
3
global.interact = 0;
4
instance_destroy();
5
}