Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_shop_vending_reverse_Other_11

(view raw script w/o annotations or w/e)
1
default_text = string_hash_to_newline(stringsetloc(
* (It's a reverse#vending machine.)
* (Put items in,Delay 11 DARK#DOLLARS come out.)
"* (It's a reverse#vending machine.)&* (Put items in^1, DARK#DOLLARS come out.)", "obj_shop_vending_reverse_slash_Other_11_gml_4_0"
));
2
menu_list = [new vending_menu_option(stringsetloc(
Sell
"Sell", "obj_shop_vending_reverse_slash_Other_11_gml_7_0"
), 10), new vending_menu_option(stringsetloc(
Sell
"Sell", "obj_shop_vending_reverse_slash_Other_11_gml_8_0"
), 10), new vending_menu_option(stringsetloc(
Swell
"Swell", "obj_shop_vending_reverse_slash_Other_11_gml_9_0"
), 4, "swell"), new vending_menu_option(stringsetloc(
Exit
"Exit", "obj_shop_vending_reverse_slash_Other_11_gml_10_0"
), 99)];
3
item_list = [];