Undertale script viewer

← back to main script listing

gml_Object_obj_followspeargen_2_Step_0

(view raw script w/o annotations or w/e)
1
if (global.turntimer < 3)
2
{
3
    with (obj_followspear_2)
4
        deactivate = 1;
5
    instance_destroy();
6
}