Undertale script viewer

← back to main script listing

gml_Object_obj_normaldrop_Other_11

(view raw script w/o annotations or w/e)
1
repeat (3)
2
    instance_create(x, y + 5, obj_normalplink);
3
instance_destroy();