Undertale script viewer

← back to main script listing

gml_Object_obj_mettsugar_Step_2

(view raw script w/o annotations or w/e)
1
if (con == 1 && instance_exists(OBJ_WRITER) == 0)
2
{
3
    obj_mettaton_npc.sugar = 1;
4
    global.interact = 0;
5
    instance_destroy();
6
}