Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_shop_vending_changing_Other_11

(view raw script w/o annotations or w/e)
1
menu_list = [new vending_menu_option(stringsetloc(
Buy
"Buy", "obj_shop_vending_changing_slash_Other_11_gml_5_0"
), 1), new vending_menu_option(stringsetloc(
Exchange
"Exchange", "obj_shop_vending_changing_slash_Other_11_gml_6_0"
), 4, "exchange", 1), new vending_menu_option(stringsetloc(
Check
"Check", "obj_shop_vending_changing_slash_Other_11_gml_7_0"
), 4, "check", 0), new vending_menu_option(stringsetloc(
Exit
"Exit", "obj_shop_vending_changing_slash_Other_11_gml_8_0"
), 99)];
2
item_list = [new vending_item(37, "item", 20), new vending_item(37, "item", 20), new vending_item(37, "item", 20), new vending_event(stringsetloc(
SMILE
"SMILE", "obj_shop_vending_changing_slash_Other_11_gml_17_0"
), stringsetloc(
Always at#your#humble#service
"Always at#your#humble#service", "obj_shop_vending_changing_slash_Other_11_gml_17_1"
), 1, stringsetloc(
FREE
"FREE", "obj_shop_vending_changing_slash_Other_11_gml_17_2"
), [1055, 6])];