Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_player_cart_Other_4

(view raw script w/o annotations or w/e)
1
if (global.last_room_overworld == "rm_dunes_21")
2
{
3
    instance_destroy();
4
    instance_create(560, 178, obj_player_cart_3);
5
    obj_pl.image_alpha = 0;
6
}