Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_dunes_7_controller_Other_4

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
if (room != rm_dunes_07 && room != rm_battle && room != rm_death_screen)
4
{
5
    instance_destroy()
6
    return;
7
}