1
0

food_menu.qsrc 14 KB

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