Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_shop_vending_Other_11

(view raw script w/o annotations or w/e)
1
menu_list = [new vending_menu_option(stringsetloc(
Buy
"Buy", "obj_shop_vending_slash_Other_11_gml_5_0"
), 1), new vending_menu_option(stringsetloc(
Sell
"Sell", "obj_shop_vending_slash_Other_11_gml_6_0"
), 4, "sell", 1), new vending_menu_option(stringsetloc(
Talk
"Talk", "obj_shop_vending_slash_Other_11_gml_7_0"
), 4, "talk"), new vending_menu_option(stringsetloc(
Exit
"Exit", "obj_shop_vending_slash_Other_11_gml_8_0"
), 99)];
2
item_list = [new vending_item(34, "item", 60), new vending_item(39, "item", 120), new vending_item(24, "armor", 60), new vending_item(25, "armor", 111)];