Undertale script viewer

← back to main script listing

gml_Object_obj_icecube_water1_Step_0

(view raw script w/o annotations or w/e)
1
if (path_position == 1)
2
{
3
    instance_create(0, 0, object_index);
4
    instance_destroy();
5
}