food_menu.qsrc 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  1. # food_menu
  2. !pcs_drank and pcs_ate variables track how much Sveta consumes each day. Vars are reset each day.
  3. !food_loc returns food and beverage menus back to the food_menu.
  4. menu_off = 1
  5. food_loc = 1
  6. gs 'themes', 'food_menu'
  7. *clr & cla
  8. act 'Return':
  9. killvar 'food_loc'
  10. minut += 5
  11. gs 'stat'
  12. gt $loc, $metka
  13. end
  14. killvar '$_drink'
  15. killvar '$_eat'
  16. if $loc = 'burger':
  17. '<center><b><font color="maroon">Diner Bystroeshka</font></b></center>'
  18. *nl
  19. '<center><img <<$set_imgh>> src="images/shared/menus/burger.png"</center><br>'
  20. !'<center><img <<$set_imgh>> src="images/shared/drinks/dinerdrinks.jpg"</center><br>'
  21. $_eat['0,name'] = 'Onion Rings'
  22. $_eat['0,type'] = 'onring'
  23. $_eat['0,price'] = 80
  24. $_eat['1,name'] = 'Vegie Burger'
  25. $_eat['1,type'] = 'vegburg'
  26. $_eat['1,price'] = 240
  27. $_eat['2,name'] = 'Turkey Burger'
  28. $_eat['2,type'] = 'turburg'
  29. $_eat['2,price'] = 260
  30. $_eat['3,name'] = 'Battered Fish & Fries'
  31. $_eat['3,type'] = 'batfish'
  32. $_eat['3,price'] = 290
  33. $_eat['4,name'] = 'Cheeseburger & Fries'
  34. $_eat['4,type'] = 'cheburg'
  35. $_eat['4,price'] = 310
  36. $_drink['0,name'] = 'Water'
  37. $_drink['0,type'] = 'bev_wat'
  38. $_drink['0,price'] = 'Free'
  39. $_drink['1,name'] = 'Kvass'
  40. $_drink['1,type'] = 'bev_kva'
  41. $_drink['1,price'] = 55
  42. $_drink['2,name'] = 'Juice'
  43. $_drink['2,type'] = 'bev_jui'
  44. $_drink['2,price'] = 70
  45. $_drink['3,name'] = 'Spiced Tea'
  46. $_drink['3,type'] = 'bev_tea'
  47. $_drink['3,price'] = 110
  48. $_drink['4,name'] = 'Black Coffee'
  49. $_drink['4,type'] = 'bev_cof'
  50. $_drink['4,price'] = 120
  51. $_drink['5,name'] = 'Milkshake'
  52. $_drink['5,type'] = 'bev_mil'
  53. $_drink['5,price'] = 180
  54. end
  55. if $loc = 'gkafe':
  56. '<center><b><font color="maroon">Borislav''s cafe</font></b></center>'
  57. *nl
  58. '<center><img <<$set_imgh>> src="images/shared/drinks/cafedrinks.jpg"</center><br>'
  59. if home_owned[2] = 1 or SchoolBlock = 0:
  60. $_eat['0,name'] = 'Vegetarian Piroshki'
  61. $_eat['0,type'] = 'pirosh'
  62. $_eat['0,price'] = 'Free'
  63. $_eat['1,name'] = 'Herring Blini'
  64. $_eat['1,type'] = 'blini'
  65. $_eat['1,price'] = 'Free'
  66. $_eat['2,name'] = 'Golubtsy'
  67. $_eat['2,type'] = 'golub'
  68. $_eat['2,price'] = 'Free'
  69. $_eat['3,name'] = 'Pozharsky Cutlets'
  70. $_eat['3,type'] = 'pozhar'
  71. $_eat['3,price'] = 'Free'
  72. $_eat['4,name'] = 'Rueben Sandwich'
  73. $_eat['4,type'] = 'reuben'
  74. $_eat['4,price'] = 'Free'
  75. $_drink['0,name'] = 'Water'
  76. $_drink['0,type'] = 'bev_wat'
  77. $_drink['0,price'] = 'Free'
  78. $_drink['1,name'] = 'Kvass'
  79. $_drink['1,type'] = 'bev_kva'
  80. $_drink['1,price'] = 'Free'
  81. $_drink['2,name'] = 'Juice'
  82. $_drink['2,type'] = 'bev_jui'
  83. $_drink['2,price'] = 'Free'
  84. $_drink['3,name'] = 'Spiced Tea'
  85. $_drink['3,type'] = 'bev_tea'
  86. $_drink['3,price'] = 'Free'
  87. $_drink['4,name'] = 'Black Coffee'
  88. $_drink['4,type'] = 'bev_cof'
  89. $_drink['4,price'] = 'Free'
  90. $_drink['5,name'] = 'Milkshake'
  91. $_drink['5,type'] = 'bev_mil'
  92. $_drink['5,price'] = 'Free'
  93. else
  94. $_eat['0,name'] = 'Vegetarian Piroshki'
  95. $_eat['0,type'] = 'pirosh'
  96. $_eat['0,price'] = 100
  97. $_eat['1,name'] = 'Herring Blini'
  98. $_eat['1,type'] = 'blini'
  99. $_eat['1,price'] = 190
  100. $_eat['2,name'] = 'Golubtsy'
  101. $_eat['2,type'] = 'golub'
  102. $_eat['2,price'] = 210
  103. $_eat['3,name'] = 'Pozharsky Cutlets'
  104. $_eat['3,type'] = 'pozhar'
  105. $_eat['3,price'] = 290
  106. $_eat['4,name'] = 'Rueben Sandwich'
  107. $_eat['4,type'] = 'reuben'
  108. $_eat['4,price'] = 340
  109. $_drink['0,name'] = 'Water'
  110. $_drink['0,type'] = 'bev_wat'
  111. $_drink['0,price'] = 'Free'
  112. $_drink['1,name'] = 'Kvass'
  113. $_drink['1,type'] = 'bev_kva'
  114. $_drink['1,price'] = 60
  115. $_drink['2,name'] = 'Juice'
  116. $_drink['2,type'] = 'bev_jui'
  117. $_drink['2,price'] = 80
  118. $_drink['3,name'] = 'Spiced Tea'
  119. $_drink['3,type'] = 'bev_tea'
  120. $_drink['3,price'] = 120
  121. $_drink['4,name'] = 'Black Coffee'
  122. $_drink['4,type'] = 'bev_cof'
  123. $_drink['4,price'] = 130
  124. $_drink['5,name'] = 'Milkshake'
  125. $_drink['5,type'] = 'bev_mil'
  126. $_drink['5,price'] = 200
  127. end
  128. end
  129. if $loc = 'brothel':
  130. '<center><h3>Hotel Bar</h3></center>'
  131. *nl
  132. '<center><img <<$set_imgh>> src="images/shared/drinks/bardrinks.jpg"</center><br>'
  133. $_eat['0,name'] = 'Toasted rye snacks'
  134. $_eat['0,type'] = 'ryesna'
  135. $_eat['0,price'] = 30
  136. $_eat['1,name'] = 'Bowl of flavoured crisps'
  137. $_eat['1,type'] = 'crisps'
  138. $_eat['1,price'] = 40
  139. $_drink['0,name'] = 'Water'
  140. $_drink['0,type'] = 'bev_wat'
  141. $_drink['0,price'] = 'Free'
  142. $_drink['1,name'] = 'Beer on tap'
  143. $_drink['1,type'] = 'bev_bee'
  144. $_drink['1,price'] = 60
  145. $_drink['2,name'] = 'Vodka'
  146. $_drink['2,type'] = 'bev_vod'
  147. $_drink['2,price'] = 120
  148. $_drink['3,name'] = 'Scotch'
  149. $_drink['3,type'] = 'bev_sco'
  150. $_drink['3,price'] = 140
  151. $_drink['4,name'] = 'Glass of Wine'
  152. $_drink['4,type'] = 'bev_win'
  153. $_drink['4,price'] = 160
  154. $_drink['5,name'] = 'Black Russian'
  155. $_drink['5,type'] = 'bev_bla'
  156. $_drink['5,price'] = 250
  157. if hotelWhore = 1:
  158. $_drink['6,name'] = 'Blue-blooded Russian'
  159. $_drink['6,type'] = 'bev_bbr'
  160. $_drink['6,price'] = 'Free'
  161. end
  162. end
  163. if $loc = 'cafe_parco':
  164. '<center><h4><font color="maroon">Cafe "Del Parco"</font></h4></center>'
  165. *nl
  166. '<center><img <<$set_imgh>> src="images/shared/drinks/cafedrinks.jpg"</center><br>'
  167. $_eat['0,name'] = 'Vegetarian Piroshki'
  168. $_eat['0,type'] = 'pirosh'
  169. $_eat['0,price'] = 100
  170. $_eat['1,name'] = 'Herring Blini'
  171. $_eat['1,type'] = 'blini'
  172. $_eat['1,price'] = 190
  173. $_eat['2,name'] = 'Golubtsy'
  174. $_eat['2,type'] = 'golub'
  175. $_eat['2,price'] = 210
  176. $_eat['3,name'] = 'Pozharsky Cutlets'
  177. $_eat['3,type'] = 'pozhar'
  178. $_eat['3,price'] = 290
  179. $_eat['4,name'] = 'Rueben Sandwich'
  180. $_eat['4,type'] = 'reuben'
  181. $_eat['4,price'] = 340
  182. $_drink['0,name'] = 'Water'
  183. $_drink['0,type'] = 'bev_wat'
  184. $_drink['0,price'] = 'Free'
  185. $_drink['1,name'] = 'Kvass'
  186. $_drink['1,type'] = 'bev_kva'
  187. $_drink['1,price'] = 60
  188. $_drink['2,name'] = 'Juice'
  189. $_drink['2,type'] = 'bev_jui'
  190. $_drink['2,price'] = 80
  191. $_drink['3,name'] = 'Spiced Tea'
  192. $_drink['3,type'] = 'bev_tea'
  193. $_drink['3,price'] = 120
  194. $_drink['4,name'] = 'Black Coffee'
  195. $_drink['4,type'] = 'bev_cof'
  196. $_drink['4,price'] = 130
  197. $_drink['5,name'] = 'Milkshake'
  198. $_drink['5,type'] = 'bev_mil'
  199. $_drink['5,price'] = 200
  200. end
  201. if $loc = 'kafe':
  202. '<center><b><font color="maroon">The Roadhouse</font></b></center>'
  203. *nl
  204. '<center><img <<$set_imgh>> src="images/shared/drinks/dinerdrinks.jpg"</center><br>'
  205. $_eat['0,name'] = 'Onion Rings'
  206. $_eat['0,type'] = 'onring'
  207. $_eat['0,price'] = 80
  208. $_eat['1,name'] = 'Vegie Burger'
  209. $_eat['1,type'] = 'vegburg'
  210. $_eat['1,price'] = 240
  211. $_eat['2,name'] = 'Turkey Burger'
  212. $_eat['2,type'] = 'turburg'
  213. $_eat['2,price'] = 260
  214. $_eat['3,name'] = 'Battered Fish & Fries'
  215. $_eat['3,type'] = 'batfish'
  216. $_eat['3,price'] = 290
  217. $_eat['4,name'] = 'Cheeseburger & Fries'
  218. $_eat['4,type'] = 'cheburg'
  219. $_eat['4,price'] = 310
  220. $_drink['0,name'] = 'Water'
  221. $_drink['0,type'] = 'bev_wat'
  222. $_drink['0,price'] = 'Free'
  223. $_drink['1,name'] = 'Kvass'
  224. $_drink['1,type'] = 'bev_kva'
  225. $_drink['1,price'] = 55
  226. $_drink['2,name'] = 'Juice'
  227. $_drink['2,type'] = 'bev_jui'
  228. $_drink['2,price'] = 70
  229. $_drink['3,name'] = 'Spiced Tea'
  230. $_drink['3,type'] = 'bev_tea'
  231. $_drink['3,price'] = 110
  232. $_drink['4,name'] = 'Black Coffee'
  233. $_drink['4,type'] = 'bev_cof'
  234. $_drink['4,price'] = 120
  235. $_drink['5,name'] = 'Milkshake'
  236. $_drink['5,type'] = 'bev_mil'
  237. $_drink['5,price'] = 180
  238. end
  239. if $loc = 'lakecafe':
  240. '<center><B><font color=maroon>The Lake Cafe</font></B></center>'
  241. *nl
  242. '<center><img <<$set_imgh>> src="images/shared/drinks/cafedrinks.jpg"</center><br>'
  243. $_eat['0,name'] = 'Vegetarian Piroshki'
  244. $_eat['0,type'] = 'pirosh'
  245. $_eat['0,price'] = 100
  246. $_eat['1,name'] = 'Herring Blini'
  247. $_eat['1,type'] = 'blini'
  248. $_eat['1,price'] = 190
  249. $_eat['2,name'] = 'Golubtsy'
  250. $_eat['2,type'] = 'golub'
  251. $_eat['2,price'] = 210
  252. $_eat['3,name'] = 'Pozharsky Cutlets'
  253. $_eat['3,type'] = 'pozhar'
  254. $_eat['3,price'] = 290
  255. $_eat['4,name'] = 'Rueben Sandwich'
  256. $_eat['4,type'] = 'reuben'
  257. $_eat['4,price'] = 340
  258. $_drink['0,name'] = 'Water'
  259. $_drink['0,type'] = 'bev_wat'
  260. $_drink['0,price'] = 'Free'
  261. $_drink['1,name'] = 'Kvass'
  262. $_drink['1,type'] = 'bev_kva'
  263. $_drink['1,price'] = 60
  264. $_drink['2,name'] = 'Juice'
  265. $_drink['2,type'] = 'bev_jui'
  266. $_drink['2,price'] = 80
  267. $_drink['3,name'] = 'Spiced Tea'
  268. $_drink['3,type'] = 'bev_tea'
  269. $_drink['3,price'] = 120
  270. $_drink['4,name'] = 'Black Coffee'
  271. $_drink['4,type'] = 'bev_cof'
  272. $_drink['4,price'] = 130
  273. $_drink['5,name'] = 'Milkshake'
  274. $_drink['5,type'] = 'bev_mil'
  275. $_drink['5,price'] = 200
  276. end
  277. if $loc = 'liamelkafe':
  278. '<center><B><font color=maroon>Tiny Cafe</font></B></center>'
  279. *nl
  280. '<center><img <<$set_imgh>> src="images/shared/drinks/cafedrinks.jpg"</center><br>'
  281. $_eat['0,name'] = 'Onion Rings'
  282. $_eat['0,type'] = 'onring'
  283. $_eat['0,price'] = 80
  284. $_eat['1,name'] = 'Vegie Burger'
  285. $_eat['1,type'] = 'vegburg'
  286. $_eat['1,price'] = 240
  287. $_eat['2,name'] = 'Turkey Burger'
  288. $_eat['2,type'] = 'turburg'
  289. $_eat['2,price'] = 260
  290. $_eat['3,name'] = 'Battered Fish & Fries'
  291. $_eat['3,type'] = 'batfish'
  292. $_eat['3,price'] = 290
  293. $_eat['4,name'] = 'Cheeseburger & Fries'
  294. $_eat['4,type'] = 'cheburg'
  295. $_eat['4,price'] = 310
  296. $_drink['0,name'] = 'Water'
  297. $_drink['0,type'] = 'bev_wat'
  298. $_drink['0,price'] = 'Free'
  299. $_drink['1,name'] = 'Kvass'
  300. $_drink['1,type'] = 'bev_kva'
  301. $_drink['1,price'] = 60
  302. $_drink['2,name'] = 'Juice'
  303. $_drink['2,type'] = 'bev_jui'
  304. $_drink['2,price'] = 80
  305. $_drink['3,name'] = 'Spiced Tea'
  306. $_drink['3,type'] = 'bev_tea'
  307. $_drink['3,price'] = 120
  308. $_drink['4,name'] = 'Black Coffee'
  309. $_drink['4,type'] = 'bev_cof'
  310. $_drink['4,price'] = 130
  311. $_drink['5,name'] = 'Milkshake'
  312. $_drink['5,type'] = 'bev_mil'
  313. $_drink['5,price'] = 200
  314. end
  315. if $loc = 'ParkKafe':
  316. '<center><B><font color=maroon>Park Cafe</font></B></center>'
  317. *nl
  318. '<center><img <<$set_imgh>> src="images/shared/drinks/cafedrinks.jpg"</center><br>'
  319. $_eat['0,name'] = 'Vegetarian Piroshki'
  320. $_eat['0,type'] = 'pirosh'
  321. $_eat['0,price'] = 100
  322. $_eat['1,name'] = 'Herring Blini'
  323. $_eat['1,type'] = 'blini'
  324. $_eat['1,price'] = 190
  325. $_eat['2,name'] = 'Golubtsy'
  326. $_eat['2,type'] = 'golub'
  327. $_eat['2,price'] = 210
  328. $_eat['3,name'] = 'Pozharsky Cutlets'
  329. $_eat['3,type'] = 'pozhar'
  330. $_eat['3,price'] = 290
  331. $_eat['4,name'] = 'Rueben Sandwich'
  332. $_eat['4,type'] = 'reuben'
  333. $_eat['4,price'] = 340
  334. $_drink['0,name'] = 'Water'
  335. $_drink['0,type'] = 'bev_wat'
  336. $_drink['0,price'] = 'Free'
  337. $_drink['1,name'] = 'Kvass'
  338. $_drink['1,type'] = 'bev_kva'
  339. $_drink['1,price'] = 60
  340. $_drink['2,name'] = 'Juice'
  341. $_drink['2,type'] = 'bev_jui'
  342. $_drink['2,price'] = 80
  343. $_drink['3,name'] = 'Spiced Tea'
  344. $_drink['3,type'] = 'bev_tea'
  345. $_drink['3,price'] = 120
  346. $_drink['4,name'] = 'Black Coffee'
  347. $_drink['4,type'] = 'bev_cof'
  348. $_drink['4,price'] = 130
  349. $_drink['5,name'] = 'Milkshake'
  350. $_drink['5,type'] = 'bev_mil'
  351. $_drink['5,price'] = 200
  352. end
  353. if $loc = 'qwBarPolet':
  354. '<center><b><font color="maroon">Bar "Rabotnik"</font></b></center>'
  355. *nl
  356. '<center><img <<$set_imgh>> src="images/shared/drinks/bardrinks.jpg"</center><br>'
  357. $_eat['0,name'] = 'Toasted rye snacks'
  358. $_eat['0,type'] = 'ryesna'
  359. $_eat['0,price'] = 30
  360. $_eat['1,name'] = 'Bowl of flavoured crisps'
  361. $_eat['1,type'] = 'crisps'
  362. $_eat['1,price'] = 40
  363. $_drink['0,name'] = 'Water'
  364. $_drink['0,type'] = 'bev_wat'
  365. $_drink['0,price'] = 'Free'
  366. $_drink['1,name'] = 'Beer on tap'
  367. $_drink['1,type'] = 'bev_bee'
  368. $_drink['1,price'] = 60
  369. $_drink['2,name'] = 'Vodka'
  370. $_drink['2,type'] = 'bev_vod'
  371. $_drink['2,price'] = 120
  372. $_drink['3,name'] = 'Scotch'
  373. $_drink['3,type'] = 'bev_sco'
  374. $_drink['3,price'] = 140
  375. $_drink['4,name'] = 'Glass of Wine'
  376. $_drink['4,type'] = 'bev_win'
  377. $_drink['4,price'] = 160
  378. $_drink['5,name'] = 'Black Russian'
  379. $_drink['5,type'] = 'bev_bla'
  380. $_drink['5,price'] = 250
  381. end
  382. if $loc = 'restoran':
  383. '<center><b><font color="maroon">Babel</font></b></center>'
  384. *nl
  385. '<center><img <<$set_imgh>> src="images/shared/drinks/fancydrinks.jpg"</center><br>'
  386. $_eat['0,name'] = 'Vareniki with Potatoes'
  387. $_eat['0,type'] = 'varenfan'
  388. $_eat['0,price'] = 760
  389. $_eat['1,name'] = 'Borscht and French Baguette'
  390. $_eat['1,type'] = 'borfan'
  391. $_eat['1,price'] = 900
  392. $_eat['2,name'] = 'Atlantic Salmon Steak'
  393. $_eat['2,type'] = 'salfan'
  394. $_eat['2,price'] = 1000
  395. $_eat['3,name'] = 'Beef & Mushroom Stroganoff'
  396. $_eat['3,type'] = 'strofan'
  397. $_eat['3,price'] = 1200
  398. $_eat['4,name'] = 'Red Caviar Blinchiki'
  399. $_eat['4,type'] = 'blifan'
  400. $_eat['4,price'] = 1360
  401. $_drink['0,name'] = 'Spring Water'
  402. $_drink['0,type'] = 'bev_wat'
  403. $_drink['0,price'] = 'Free'
  404. $_drink['1,name'] = 'Imported Tea'
  405. $_drink['1,type'] = 'bev_tea'
  406. $_drink['1,price'] = 180
  407. $_drink['2,name'] = 'Imported Beer'
  408. $_drink['2,type'] = 'bev_bee'
  409. $_drink['2,price'] = 200
  410. $_drink['3,name'] = 'Vodka Martini'
  411. $_drink['3,type'] = 'bev_mar'
  412. $_drink['3,price'] = 400
  413. $_drink['4,name'] = 'Glass of Wine'
  414. $_drink['4,type'] = 'bev_win'
  415. $_drink['4,price'] = 800
  416. $_drink['5,name'] = 'Glass of Champagne'
  417. $_drink['5,type'] = 'bev_cha'
  418. $_drink['5,price'] = 900
  419. end
  420. $_str = '<table border="0" width="800" cellpadding="0" cellspacing="1">'
  421. food_loop = 0
  422. :loop_diner_drinks
  423. $_str += '<tr><td bgcolor='+iif(food_loop mod 2 = 0,'<<$bcolor1>>','<<$bcolor2>>')+' height="30" width="40%" align="center"><font color="<<$fcolor1>>">'+$_eat['<<food_loop>>,name']+'</td><td bgcolor='+iif(food_loop mod 2 = 0,'<<$bcolor1>>','<<$bcolor2>>')+' height="30" width="10%" align="right">'+iif(money >= val($_eat['<<food_loop>>,price']),'<a href="exec:pcs_ate += 1 & gt''food'',$_eat[''<<food_loop>>,type''],<<food_loop>>">'+$_eat['<<food_loop>>,price']+'</a>',$_eat['<<food_loop>>,price'])+''+iif($_eat['<<food_loop>>,price'] ! '','<font color="<<$fcolor1>>"><b> ₽. </b>', '')+'</td><td bgcolor=<<$bcolor3>> border="0" width="50" cellpadding="0" cellspacing="0" ></td><td bgcolor='+iif(food_loop mod 2 = 0,'<<$bcolor1>>','<<$bcolor2>>')+' height="30" width="40%" align="center"><font color="<<$fcolor1>>">'+$_drink['<<food_loop>>,name']+'</td><td bgcolor='+iif(food_loop mod 2 = 0,'<<$bcolor1>>','<<$bcolor2>>')+' height="30" width="10%" align="right">'+iif(money >= val($_drink['<<food_loop>>,price']),'<a href="exec:pcs_drank += 1 & gt''beverage'',$_drink[''<<food_loop>>,type''],<<food_loop>>">'+$_drink['<<food_loop>>,price']+'</a>',$_drink['<<food_loop>>,price'])+''+iif($_drink['<<food_loop>>,price'] ! '','<font color="<<$fcolor1>>"><b> ₽. </b>', '')+'</td></tr>'
  424. food_loop += 1
  425. if food_loop < arrsize('$_drink')/3:jump 'loop_diner_drinks'
  426. $_str += '</table></center></font>'
  427. 'Please place your order:<br><br>'+$_str
  428. killvar '$_str'
  429. killvar 'food_loop'
  430. killvar '$fcolor1'
  431. killvar '$bcolor1'
  432. killvar '$bcolor2'
  433. killvar '$bcolor3'
  434. --- food_menu ---------------------------------