Undertale Yellow script viewer
← back to main script listing
gml_Object_obj_npc_sandstorm_dunes_30_Create_0
(
view raw script w/o annotations or w/e
)
1
event_inherited()
2
if (global.dunes_flag[41] < 1)
3
{
4
instance_destroy()
5
return;
6
}