Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_heart_player_response_sell_shop_Other_10

(view raw script w/o annotations or w/e)
1
instance_create((obj_talk_screen_shop.x + 19), (obj_talk_screen_shop.y + 19), obj_heart_sell_screen_shop)
2
instance_create(0, 0, obj_text_item_sell_shop)
3
with (obj_text_sell_confirmation_shop)
4
    instance_destroy()
5
instance_destroy()