beverage.qsrc 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777
  1. # beverage
  2. menu_off = 1
  3. if $ARGS[0] = 'bev_kva':
  4. *clr & cla
  5. frost = 1
  6. minut += 10
  7. fat += 2
  8. money -= val($_drink['<<args[1]>>,price'])
  9. pcs_health += 5
  10. pcs_mood += 15
  11. if pcs_hydra >= 100:
  12. pcs_hydra += 30
  13. else
  14. pcs_hydra += 60
  15. end
  16. cumspclnt = 2
  17. gs 'cum_cleanup'
  18. pcs_breath = 0
  19. gs 'beverage', 'afterdrink'
  20. '<center><img <<$set_imgh>> src="images/shared/drinks/kvass.jpg"></center>'
  21. 'You enjoy a drink of kvass, and<<$mtxt>>'
  22. gs 'stat'
  23. killvar '$_drink'
  24. if food_loc = 1:
  25. act 'Finish': gt 'food_menu'
  26. else
  27. act 'Finish':gt $loc, $loc_arg
  28. end
  29. end
  30. if $ARGS[0] = 'bev_jui':
  31. *clr & cla
  32. frost = 1
  33. if alko > 0: alko -= 1
  34. minut += 10
  35. fat += 3
  36. money -= val($_drink['<<args[1]>>,price'])
  37. pcs_health += 8
  38. pcs_mood += 10
  39. if pcs_hydra >= 100:
  40. pcs_hydra += 40
  41. else
  42. pcs_hydra += 80
  43. end
  44. cumspclnt = 2
  45. gs 'cum_cleanup'
  46. pcs_breath = 0
  47. gs 'beverage', 'afterdrink'
  48. '<center><img <<$set_imgh>> src="images/shared/drinks/juice.jpg"></center>'
  49. 'You enjoy a refreshing juice, and<<$mtxt>>'
  50. gs 'stat'
  51. killvar '$_drink'
  52. if food_loc = 1:
  53. act 'Finish': gt 'food_menu'
  54. else
  55. act 'Finish':gt $loc, $loc_arg
  56. end
  57. end
  58. if $ARGS[0] = 'bev_mil':
  59. *clr & cla
  60. frost = 1
  61. minut += 10
  62. fat += 6
  63. money -= val($_drink['<<args[1]>>,price'])
  64. pcs_health += 5
  65. pcs_mood += 20
  66. pcs_energy += 5
  67. if pcs_hydra >= 100:
  68. pcs_hydra += 50
  69. else
  70. pcs_hydra += 100
  71. end
  72. cumspclnt = 2
  73. gs 'cum_cleanup'
  74. pcs_breath = 0
  75. gs 'beverage', 'afterdrink'
  76. '<center><img <<$set_imgh>> src="images/shared/drinks/milkshake.jpg"></center>'
  77. 'You enjoy an ice cold milkshake, and<<$mtxt>>'
  78. gs 'stat'
  79. killvar '$_drink'
  80. if food_loc = 1:
  81. act 'Finish': gt 'food_menu'
  82. else
  83. act 'Finish':gt $loc, $loc_arg
  84. end
  85. end
  86. if $ARGS[0] = 'bev_wat':
  87. *clr & cla
  88. frost = 1
  89. if alko > 0: alko -= 1
  90. minut += 1
  91. money -= val($_drink['<<args[1]>>,price'])
  92. pcs_health += 10
  93. if pcs_hydra >= 100:
  94. pcs_hydra += 25
  95. else
  96. pcs_hydra += 50
  97. end
  98. cumspclnt = 2
  99. gs 'cum_cleanup'
  100. gs 'beverage', 'afterdrink'
  101. '<center><img <<$set_imgh>> src="images/locations/shared/brothel/barorderwater.jpg"></center>'
  102. 'You enjoy a drink of water, and<<$mtxt>>'
  103. gs 'stat'
  104. killvar '$_drink'
  105. if food_loc = 1:
  106. act 'Finish': gt 'food_menu'
  107. else
  108. act 'Finish':gt $loc, $loc_arg
  109. end
  110. end
  111. if $ARGS[0] = 'bev_cof':
  112. *clr & cla
  113. frost = 0
  114. if alko > 0: alko -= 1
  115. minut += 10
  116. money -= val($_drink['<<args[1]>>,price'])
  117. pcs_health += 5
  118. pcs_mood += 20
  119. if pcs_hydra >= 100:
  120. pcs_hydra += 20
  121. else
  122. pcs_hydra += 40
  123. end
  124. cumspclnt = 2
  125. gs 'cum_cleanup'
  126. pcs_breath = 0
  127. teeth['caffe_or_tea'] += 5
  128. gs 'beverage', 'afterdrink'
  129. '<center><img <<$set_imgh>> src="images/shared/drinks/coffee.jpg"></center>'
  130. 'You enjoy a hot coffee, and<<$mtxt>>'
  131. gs 'stat'
  132. killvar '$_drink'
  133. if food_loc = 1:
  134. act 'Finish': gt 'food_menu'
  135. else
  136. act 'Finish':gt $loc, $loc_arg
  137. end
  138. end
  139. if $ARGS[0] = 'bev_tea':
  140. *clr & cla
  141. frost = 0
  142. if alko > 0: alko -= 1
  143. minut += 10
  144. money -= val($_drink['<<args[1]>>,price'])
  145. pcs_health += 10
  146. pcs_mood += 20
  147. if pcs_hydra >= 100:
  148. pcs_hydra += 25
  149. else
  150. pcs_hydra += 50
  151. end
  152. cumspclnt = 2
  153. gs 'cum_cleanup'
  154. pcs_breath = 0
  155. teeth['caffe_or_tea'] += 2
  156. gs 'beverage', 'afterdrink'
  157. '<center><img <<$set_imgh>> src="images/shared/drinks/tea.jpg"></center>'
  158. 'You enjoy a relaxing cup of tea, and<<$mtxt>>'
  159. gs 'stat'
  160. killvar '$_drink'
  161. if food_loc = 1:
  162. act 'Finish': gt 'food_menu'
  163. else
  164. act 'Finish':gt $loc, $loc_arg
  165. end
  166. end
  167. if $ARGS[0] = 'bev_energy_drink':
  168. *clr & cla
  169. frost = 1
  170. if alko > 0: alko -= 1
  171. minut += 5
  172. money -= val($_drink['<<args[1]>>,price'])
  173. pcs_health += 10
  174. pcs_mood += 20
  175. pcs_energy += 10
  176. fat += 3
  177. if pcs_hydra >= 100:
  178. pcs_hydra += 25
  179. else
  180. pcs_hydra += 50
  181. end
  182. cumspclnt = 2
  183. gs 'cum_cleanup'
  184. pcs_breath = 0
  185. gs 'beverage', 'afterdrink'
  186. '<center><img <<$set_imgh>> src="images/shared/drinks/energy_drink.jpg"></center>'
  187. 'You enjoy an energy drink, and<<$mtxt>>'
  188. gs 'stat'
  189. killvar '$_drink'
  190. if food_loc = 1:
  191. act 'Finish': gt 'food_menu'
  192. else
  193. act 'Finish':gt $loc, $loc_arg
  194. end
  195. end
  196. if $ARGS[0] = 'bev_vod':
  197. if pcs_health > 20:
  198. *clr & cla
  199. minut += 15
  200. money -= val($_drink['<<args[1]>>,price'])
  201. gs 'drugs', 'alcohol', 'vodka'
  202. gs 'beverage', 'afteralcohol'
  203. '<center><img <<$set_imgh>> src="images/locations/shared/brothel/barordervodka.jpg"></center>'
  204. 'The vodka shot disappears, like it was only water, and<<$mtxt>>'
  205. gs 'stat'
  206. killvar '$_drink'
  207. if food_loc = 1 and $loc ! 'brothel':
  208. act 'Finish': gt 'food_menu'
  209. else
  210. act 'Finish':gt $loc, $loc_arg
  211. end
  212. $boozeVar = 'vodka'
  213. else
  214. msg 'You don''t feel well enough to drink alcohol.'
  215. gt $loc, $loc_arg
  216. end
  217. end
  218. if $ARGS[0] = 'bev_bla':
  219. if pcs_health > 20:
  220. *clr & cla
  221. minut += 15
  222. pcs_mood += 10
  223. money -= val($_drink['<<args[1]>>,price'])
  224. gs 'drugs', 'alcohol', 'vodka'
  225. gs 'beverage', 'afteralcohol'
  226. '<center><img <<$set_imgh>> src="images/shared/drinks/blackrussian.jpg"></center>'
  227. 'You drink a Black Russian, and<<$mtxt>>'
  228. gs 'stat'
  229. killvar '$_drink'
  230. if food_loc = 1 and $loc ! 'brothel':
  231. act 'Finish': gt 'food_menu'
  232. else
  233. act 'Finish': gt $loc, $loc_arg
  234. end
  235. $boozeVar = 'spirit'
  236. else
  237. msg 'You don''t feel well enough to drink alcohol.'
  238. gt $loc, $loc_arg
  239. end
  240. end
  241. if $ARGS[0] = 'bev_sco':
  242. if pcs_health > 20:
  243. *clr & cla
  244. minut += 15
  245. money -= val($_drink['<<args[1]>>,price'])
  246. gs 'drugs', 'alcohol', 'scotch'
  247. gs 'beverage', 'afteralcohol'
  248. '<center><img <<$set_imgh>> src="images/shared/drinks/scotch.jpg"></center>'
  249. 'You drink scotch on the rocks, and<<$mtxt>>'
  250. gs 'stat'
  251. killvar '$_drink'
  252. if food_loc = 1 and $loc ! 'brothel':
  253. act 'Finish': gt 'food_menu'
  254. else
  255. act 'Finish':gt $loc, $loc_arg
  256. end
  257. $boozeVar = 'spirit'
  258. else
  259. msg 'You don''t feel well enough to drink alcohol.'
  260. gt $loc, $loc_arg
  261. end
  262. end
  263. if $ARGS[0] = 'bev_win':
  264. if pcs_health > 20:
  265. *clr & cla
  266. minut += 15
  267. money -= val($_drink['<<args[1]>>,price'])
  268. gs 'drugs', 'alcohol', 'wine'
  269. gs 'beverage', 'afteralcohol'
  270. '<center><img <<$set_imgh>> src="images/shared/drinks/redwine.jpg"></center>'
  271. 'You drink some red wine, and<<$mtxt>>'
  272. gs 'stat'
  273. killvar '$_drink'
  274. if food_loc = 1 and $loc ! 'brothel':
  275. act 'Finish': gt 'food_menu'
  276. else
  277. act 'Finish':gt $loc, $loc_arg
  278. end
  279. $boozeVar = 'wine'
  280. else
  281. msg 'You don''t feel well enough to drink alcohol.'
  282. gt $loc, $loc_arg
  283. end
  284. end
  285. if $ARGS[0] = 'bev_mar':
  286. if pcs_health > 20:
  287. *clr & cla
  288. minut += 15
  289. money -= val($_drink['<<args[1]>>,price'])
  290. pcs_mood += 10
  291. gs 'drugs', 'alcohol', 'vodka'
  292. gs 'beverage', 'afteralcohol'
  293. '<center><img <<$set_imgh>> src="images/shared/drinks/martini.jpg"></center>'
  294. 'You drink a vodka martini, and<<$mtxt>>'
  295. gs 'stat'
  296. killvar '$_drink'
  297. if food_loc = 1:
  298. act 'Finish': gt 'food_menu'
  299. else
  300. act 'Finish':gt $loc, $loc_arg
  301. end
  302. else
  303. msg 'You don''t feel well enough to drink alcohol.'
  304. gt $loc, $loc_arg
  305. end
  306. end
  307. if $ARGS[0] = 'bev_cha':
  308. if pcs_health > 20:
  309. *clr & cla
  310. minut += 15
  311. money -= val($_drink['<<args[1]>>,price'])
  312. gs 'drugs', 'alcohol', 'champagne'
  313. gs 'beverage', 'afteralcohol'
  314. '<center><img <<$set_imgh>> src="images/shared/drinks/champagne.jpg"></center>'
  315. 'You drink some champagne, and<<$mtxt>>'
  316. gs 'stat'
  317. killvar '$_drink'
  318. if food_loc = 1:
  319. act 'Finish': gt 'food_menu'
  320. else
  321. act 'Finish':gt $loc, $loc_arg
  322. end
  323. else
  324. msg 'You don''t feel well enough to drink alcohol.'
  325. gt $loc, $loc_arg
  326. end
  327. end
  328. if $ARGS[0] = 'bev_bee':
  329. if pcs_health > 20:
  330. *clr & cla
  331. minut += 15
  332. money -= val($_drink['<<args[1]>>,price'])
  333. gs 'drugs', 'alcohol', 'beer'
  334. gs 'beverage', 'afteralcohol'
  335. '<center><img <<$set_imgh>> src="images/shared/drinks/darkbeer.jpg"></center>'
  336. 'You drink the beer, enjoying the fresh, mildly bitter taste, and<<$mtxt>>'
  337. gs 'stat'
  338. killvar '$_drink'
  339. if food_loc = 1 and $loc ! 'brothel':
  340. act 'Finish': gt 'food_menu'
  341. else
  342. act 'Finish':gt $loc, $loc_arg
  343. end
  344. $boozeVar = 'beer'
  345. else
  346. msg 'You don''t feel well enough to drink alcohol.'
  347. gt $loc, $loc_arg
  348. end
  349. end
  350. if $ARGS[0] = 'bev_cocktail':
  351. if pcs_health > 20:
  352. *clr & cla
  353. minut += 20
  354. money -= val($_drink['<<args[1]>>,price'])
  355. pcs_mood += 15
  356. gs 'drugs', 'alcohol', 'rum'
  357. pcs_horny += rand(10, 50)
  358. gs 'beverage', 'afteralcohol'
  359. '<center><img <<$set_imgh>> src="images/shared/drinks/cocktail<<rand(1,4)>>.jpg"></center>'
  360. 'You drink a fancy cocktail and<<$mtxt>>'
  361. gs 'stat'
  362. killvar '$_drink'
  363. if food_loc = 1:
  364. act 'Finish': gt 'food_menu'
  365. else
  366. act 'Finish':gt $loc, $loc_arg
  367. end
  368. else
  369. msg 'You don''t feel well enough to drink alcohol.'
  370. gt $loc, $loc_arg
  371. end
  372. end
  373. if $ARGS[0] = 'bev_bbr': food_loc = 0 & gt 'brothel','password'
  374. if $ARGS[0] = 'afteralcohol':
  375. if pcs_hydra < 20:
  376. $mtxt = ' while you drink, you wish you were better hydrated before you started.'
  377. elseif pcs_hydra <= 40:
  378. $mtxt = ' you should remind yourself to drink some water later, so you don''t get dehydrated.'
  379. elseif pcs_hydra <= 60:
  380. $mtxt = ' you aren''t sure how many more you can fit in before you need to pee.'
  381. elseif pcs_hydra <= 80:
  382. $mtxt = ' you definitely need to drink some water now, or you''ll end up with a hangover.'
  383. else
  384. $mtxt = ' you enjoyed that drink immensely. Let''s have some more!'
  385. end
  386. end
  387. if $ARGS[0] = 'afterdrink':
  388. if pcs_hydra > 100:
  389. $mtxt = ' while your thirst is quenched, you are starting to feel bloated, with your belly full of liquids.'
  390. elseif pcs_hydra >= 80:
  391. $mtxt = ' it was sufficient enough to quench your thirst.'
  392. elseif pcs_hydra >= 60:
  393. $mtxt = ' you could definitely go another round.'
  394. elseif pcs_hydra >= 40:
  395. $mtxt = ' while your mouth is no longer dry, you would like another drink.'
  396. else
  397. $mtxt = ' it did nothing to satisfy your thirst; you should probably have some more.'
  398. end
  399. end
  400. !! ------------ just the stats, no descriptions or extra stuff -----------------------
  401. if $ARGS[0] = 'coffee':
  402. *clr & cla
  403. frost = 0
  404. if alko > 0: alko -= 1
  405. if pcs_sleep <= 20: pcs_sleep += 5
  406. pcs_health += 5
  407. pcs_mood += 20
  408. if pcs_hydra >= 100:
  409. pcs_hydra += 20
  410. else
  411. pcs_hydra += 40
  412. end
  413. cumspclnt = 2
  414. gs 'cum_cleanup'
  415. pcs_breath = 0
  416. gs 'stat'
  417. end
  418. if $ARGS[0] = 'only_stat_bev_cocktail':
  419. pcs_mood += 15
  420. gs 'drugs', 'alcohol', 'rum'
  421. pcs_horny += rand(10, 50)
  422. gs 'beverage', 'afteralcohol'
  423. gs 'stat'
  424. end
  425. !! ------------ just the stats, no descriptions or extra stuff with cost -----------------------
  426. if $ARGS[0] = 'only_cost_bco':
  427. *clr & cla
  428. frost = 0
  429. if alko > 0: alko -= 1
  430. money -= val($_drink['<<args[1]>>,price'])
  431. if pcs_sleep <= 20: pcs_sleep += 5
  432. pcs_health += 5
  433. pcs_mood += 20
  434. if pcs_hydra >= 100:
  435. pcs_hydra += 20
  436. else
  437. pcs_hydra += 40
  438. end
  439. cumspclnt = 2
  440. gs 'cum_cleanup'
  441. pcs_breath = 0
  442. teeth['caffe_or_tea'] += 5
  443. gs 'stat'
  444. killvar '$_drink'
  445. *nl
  446. 'Added to your order'
  447. gt 'food_menu'
  448. end
  449. if $ARGS[0] = 'only_cost_cof':
  450. *clr & cla
  451. frost = 0
  452. if alko > 0: alko -= 1
  453. money -= val($_drink['<<args[1]>>,price'])
  454. if pcs_sleep <= 20: pcs_sleep += 5
  455. pcs_health += 5
  456. pcs_mood += 20
  457. if pcs_hydra >= 100:
  458. pcs_hydra += 20
  459. else
  460. pcs_hydra += 40
  461. end
  462. fat += 1
  463. cumspclnt = 2
  464. gs 'cum_cleanup'
  465. pcs_breath = 0
  466. teeth['caffe_or_tea'] += 5
  467. gs 'stat'
  468. killvar '$_drink'
  469. *nl
  470. 'Added to your order'
  471. gt 'food_menu'
  472. end
  473. if $ARGS[0] = 'only_cost_tea':
  474. *clr & cla
  475. frost = 0
  476. if alko > 0: alko -= 1
  477. money -= val($_drink['<<args[1]>>,price'])
  478. pcs_health += 10
  479. pcs_mood += 20
  480. if pcs_hydra >= 100:
  481. pcs_hydra += 25
  482. else
  483. pcs_hydra += 50
  484. end
  485. cumspclnt = 2
  486. gs 'cum_cleanup'
  487. pcs_breath = 0
  488. teeth['caffe_or_tea'] += 2
  489. gs 'stat'
  490. killvar '$_drink'
  491. *nl
  492. 'Added to your order'
  493. gt 'food_menu'
  494. end
  495. if $ARGS[0] = 'only_cost_esp':
  496. *clr & cla
  497. frost = 0
  498. if alko > 0: alko -= 1
  499. money -= val($_drink['<<args[1]>>,price'])
  500. if pcs_sleep <= 20: pcs_sleep += 5
  501. pcs_health += 5
  502. pcs_mood += 20
  503. cumspclnt = 2
  504. gs 'cum_cleanup'
  505. pcs_breath = 0
  506. gs 'stat'
  507. killvar '$_drink'
  508. *nl
  509. 'Added to your order'
  510. gt 'food_menu'
  511. end
  512. if $ARGS[0] = 'only_cost_kva':
  513. frost = 1
  514. fat += 2
  515. money -= val($_drink['<<args[1]>>,price'])
  516. pcs_health += 5
  517. pcs_mood += 15
  518. if pcs_hydra >= 100:
  519. pcs_hydra += 30
  520. else
  521. pcs_hydra += 60
  522. end
  523. cumspclnt = 2
  524. gs 'cum_cleanup'
  525. pcs_breath = 0
  526. gs 'beverage', 'afterdrink'
  527. gs 'stat'
  528. killvar '$_drink'
  529. *nl
  530. 'Added to your order'
  531. gt 'food_menu'
  532. end
  533. if $ARGS[0] = 'only_cost_jui':
  534. frost = 1
  535. if alko > 0: alko -= 1
  536. fat += 3
  537. money -= val($_drink['<<args[1]>>,price'])
  538. pcs_health += 8
  539. pcs_mood += 10
  540. if pcs_hydra >= 100:
  541. pcs_hydra += 40
  542. else
  543. pcs_hydra += 80
  544. end
  545. cumspclnt = 2
  546. gs 'cum_cleanup'
  547. pcs_breath = 0
  548. gs 'beverage', 'afterdrink'
  549. gs 'stat'
  550. killvar '$_drink'
  551. *nl
  552. 'Added to your order'
  553. gt 'food_menu'
  554. end
  555. if $ARGS[0] = 'only_cost_mil':
  556. *clr & cla
  557. frost = 1
  558. fat += 6
  559. money -= val($_drink['<<args[1]>>,price'])
  560. pcs_health += 5
  561. pcs_mood += 20
  562. pcs_energy += 5
  563. if pcs_hydra >= 100:
  564. pcs_hydra += 50
  565. else
  566. pcs_hydra += 100
  567. end
  568. cumspclnt = 2
  569. gs 'cum_cleanup'
  570. pcs_breath = 0
  571. gs 'beverage', 'afterdrink'
  572. gs 'stat'
  573. killvar '$_drink'
  574. *nl
  575. 'Added to your order'
  576. gt 'food_menu'
  577. end
  578. if $ARGS[0] = 'only_cost_wat':
  579. frost = 1
  580. if alko > 0: alko -= 1
  581. money -= val($_drink['<<args[1]>>,price'])
  582. pcs_health += 10
  583. if pcs_hydra >= 100:
  584. pcs_hydra += 25
  585. else
  586. pcs_hydra += 50
  587. end
  588. cumspclnt = 2
  589. gs 'cum_cleanup'
  590. gs 'beverage', 'afterdrink'
  591. gs 'stat'
  592. killvar '$_drink'
  593. *nl
  594. 'Added to your order'
  595. gt 'food_menu'
  596. end
  597. if $ARGS[0] = 'only_cost_bev_energy_drink':
  598. frost = 1
  599. if alko > 0: alko -= 1
  600. money -= val($_drink['<<args[1]>>,price'])
  601. pcs_health += 10
  602. pcs_mood += 20
  603. pcs_energy += 10
  604. fat += 3
  605. if pcs_hydra >= 100:
  606. pcs_hydra += 25
  607. else
  608. pcs_hydra += 50
  609. end
  610. cumspclnt = 2
  611. gs 'cum_cleanup'
  612. pcs_breath = 0
  613. gs 'beverage', 'afterdrink'
  614. gs 'stat'
  615. killvar '$_drink'
  616. *nl
  617. 'Added to your order'
  618. gt 'food_menu'
  619. end
  620. if $ARGS[0] = 'only_cost_bev_vod':
  621. money -= val($_drink['<<args[1]>>,price'])
  622. gs 'drugs', 'alcohol', 'vodka'
  623. gs 'beverage', 'afteralcohol'
  624. gs 'stat'
  625. killvar '$_drink'
  626. *nl
  627. 'Added to your order'
  628. gt 'food_menu'
  629. end
  630. if $ARGS[0] = 'only_cost_bev_bla':
  631. pcs_mood += 10
  632. money -= val($_drink['<<args[1]>>,price'])
  633. gs 'drugs', 'alcohol', 'vodka'
  634. gs 'beverage', 'afteralcohol'
  635. gs 'stat'
  636. killvar '$_drink'
  637. *nl
  638. 'Added to your order'
  639. gt 'food_menu'
  640. end
  641. if $ARGS[0] = 'only_cost_bev_sco':
  642. money -= val($_drink['<<args[1]>>,price'])
  643. gs 'drugs', 'alcohol', 'scotch'
  644. gs 'beverage', 'afteralcohol'
  645. gs 'stat'
  646. killvar '$_drink'
  647. *nl
  648. 'Added to your order'
  649. gt 'food_menu'
  650. end
  651. if $ARGS[0] = 'only_cost_bev_win':
  652. money -= val($_drink['<<args[1]>>,price'])
  653. gs 'drugs', 'alcohol', 'wine'
  654. gs 'beverage', 'afteralcohol'
  655. gs 'stat'
  656. killvar '$_drink'
  657. *nl
  658. 'Added to your order'
  659. gt 'food_menu'
  660. end
  661. if $ARGS[0] = 'only_cost_bev_mar':
  662. money -= val($_drink['<<args[1]>>,price'])
  663. pcs_mood += 10
  664. gs 'drugs', 'alcohol', 'vodka'
  665. gs 'beverage', 'afteralcohol'
  666. gs 'stat'
  667. killvar '$_drink'
  668. *nl
  669. 'Added to your order'
  670. gt 'food_menu'
  671. end
  672. if $ARGS[0] = 'only_cost_bev_cha':
  673. money -= val($_drink['<<args[1]>>,price'])
  674. gs 'drugs', 'alcohol', 'champagne'
  675. gs 'beverage', 'afteralcohol'
  676. gs 'stat'
  677. killvar '$_drink'
  678. *nl
  679. 'Added to your order'
  680. gt 'food_menu'
  681. end
  682. if $ARGS[0] = 'only_cost_bev_bee':
  683. money -= val($_drink['<<args[1]>>,price'])
  684. gs 'drugs', 'alcohol', 'beer'
  685. gs 'beverage', 'afteralcohol'
  686. gs 'stat'
  687. killvar '$_drink'
  688. *nl
  689. 'Added to your order'
  690. gt 'food_menu'
  691. end
  692. if $ARGS[0] = 'only_cost_bev_cocktail':
  693. money -= val($_drink['<<args[1]>>,price'])
  694. pcs_mood += 15
  695. gs 'drugs', 'alcohol', 'rum'
  696. pcs_horny += rand(10, 50)
  697. gs 'beverage', 'afteralcohol'
  698. gs 'stat'
  699. killvar '$_drink'
  700. *nl
  701. 'Added to your order'
  702. gt 'food_menu'
  703. end
  704. --- beverage ---------------------------------