Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_miner_tall_Create_0

(view raw script w/o annotations or w/e)
1
event_inherited();
2
if (global.dunes_flag[24] != 0)
3
{
4
    instance_create(x, y, obj_miner_tall_backtrack);
5
    instance_destroy();
6
}
7
if (global.geno_complete[2])
8
    instance_destroy();
9
can_talk = false;