162_kuhrPar 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. # kuhrPar
  2. ACT 'Leave the room':
  3. gt 'korrPar'
  4. END
  5. $metkaM = $ARGS[0]
  6. $locM = $CURLOC
  7. $metka = $ARGS[0]
  8. $loc = $CURLOC
  9. '<center><B><font color = maroon>Kitchen</font></B></center>'
  10. '<center><img src="images\qwest\alter\<<$loc>>.jpg "></center>'
  11. clr
  12. set minut += 1
  13. gs 'stat'
  14. fcolor = rgb(0,0,0)
  15. bcolor = rgb(255,255,255)
  16. LCOLOR = rgb(106,90,205)
  17. 'The kitchen is next to the stove sink. Large refrigerator in the corner and kitchen table with chairs is against the wall.'
  18. gs 'family'
  19. act 'Yes':
  20. cla
  21. *clr
  22. gs 'stat'
  23. frost = 0
  24. '<center><img src="images\pics\food.jpg"></center>'
  25. set minut += 30
  26. set health += 10
  27. set manna += 20
  28. if energy >= 30:
  29. set fat += 5
  30. 'You can no longer have.'
  31. end
  32. if energy >= 20 and energy < 30:
  33. set fat += 3
  34. set energy += 10
  35. 'You pushed through the power of a meal.'
  36. end
  37. if energy < 20:
  38. set energy += 20
  39. !set fat += 1
  40. 'You gladly ate cooked food.'
  41. end
  42. if water >= 20:
  43. 'Tea in you no longer climbs.'
  44. end
  45. if water < 20:
  46. 'You gladly drank a mug of tea.'
  47. set water += 20
  48. end
  49. gs 'stat'
  50. act 'Get up from the table': gt $locM, $metkaM
  51. end
  52. act 'Have a snack':
  53. cla
  54. *clr
  55. gs 'stat'
  56. frost = 0
  57. '<center><img src="images\pics\food.jpg"></center>'
  58. set minut += 15
  59. set health += 10
  60. set manna += 20
  61. if energy >= 30:
  62. set fat += 3
  63. 'You can no longer have.'
  64. end
  65. if energy >= 20 and energy < 30:
  66. set fat += 1
  67. set energy += 5
  68. 'You pushed through the power of a meal.'
  69. end
  70. if energy < 20:
  71. set energy += 10
  72. !set fat += 1
  73. 'You gladly ate cooked food.'
  74. end
  75. if water >= 20:
  76. 'Tea in you no longer climbs.'
  77. end
  78. if water < 20:
  79. 'You gladly drank a mug of tea.'
  80. set water += 20
  81. end
  82. gs 'stat'
  83. act 'Get up from the table': gt $locM, $metkaM
  84. end
  85. act 'Drink':
  86. cls
  87. if water >= 20:
  88. 'Tea in you no longer climbs.'
  89. end
  90. if water < 20:
  91. 'You gladly drank a mug of tea.'
  92. set water += 20
  93. end
  94. gs 'stat'
  95. act 'Get up from the table': gt $locM, $metkaM
  96. end
  97. if pranik > 0:
  98. 'Cookies will suffice for <<pranik>> time.'
  99. act 'Drink tea with cookies (0:15)':
  100. cla
  101. *clr
  102. minut += 15
  103. pranik -= 1
  104. set health += 30
  105. set manna += 100
  106. energy += 20
  107. water += 20
  108. fat += 50
  109. frost = 0
  110. gs 'stat'
  111. '<center><img src="images\pics\food.jpg"></center>'
  112. 'You drank tea with cookies, sweet and very bad for the figure, but so nice.'
  113. act 'Get up from the table': gt $curloc
  114. end
  115. end
  116. if edaD > 0:
  117. act 'Eat diet food (0:30)':
  118. cla
  119. *clr
  120. frost = 0
  121. '<center><img src="images\pics\food.jpg"></center>'
  122. set minut += 30
  123. set health += 10
  124. set manna += 20
  125. set edaD -= 1
  126. if energy >= 30:
  127. 'You can no longer have.'
  128. end
  129. if energy >= 20 and energy < 30:
  130. set energy += 10
  131. 'You pushed through the power of a meal.'
  132. end
  133. if energy < 20:
  134. set energy += 20
  135. 'You gladly ate cooked food.'
  136. end
  137. if water >= 20:
  138. 'Tea in you no longer climbs.'
  139. end
  140. if water < 20:
  141. 'You gladly drank a cup of tea.'
  142. set water += 20
  143. end
  144. act 'Get up from the table': gt $curloc
  145. end
  146. end
  147. if fatdel > 0:
  148. act 'consume fat burners':
  149. cla
  150. *clr
  151. set fatdel -= 1
  152. set fat -= 25
  153. if fat < 0: fat = 0
  154. 'You drank fat burning capsule. These capsules are gradually and results will be seen at once.'
  155. act 'Get up from the table': gt $curloc
  156. end
  157. end
  158. if lekarstvo > 0:
  159. 'you <<lekarstvo>> tablets.'
  160. if sick > 0 and lekarday ! day:
  161. act 'take a pill':
  162. cla
  163. *clr
  164. set minut += 5
  165. lekarday = day
  166. lekarstvo -= 1
  167. sick -= sick * 20/100
  168. set lekrand = RAND(0,8)
  169. if lekrand = 0: '<center><img src="images\inBed\lekr1.jpg"></center>'
  170. if lekrand = 1: '<center><img src="images\inBed\lekr2.jpg"></center>'
  171. if lekrand = 2: '<center><img src="images\inBed\lekr3.jpg"></center>'
  172. if lekrand = 3: '<center><img src="images\inBed\lekr4.jpg"></center>'
  173. if lekrand = 4: '<center><img src="images\inBed\lekr5.jpg"></center>'
  174. if lekrand = 5: '<center><img src="images\inBed\lekr6.jpg"></center>'
  175. if lekrand = 6: '<center><img src="images\inBed\lekr7.jpg"></center>'
  176. if lekrand = 7: '<center><img src="images\inBed\lekr8.jpg"></center>'
  177. if lekrand = 8: '<center><img src="images\inBed\lekr9.jpg"></center>'
  178. 'You drank the pill'
  179. act 'move away': gt $curloc
  180. end
  181. end
  182. end
  183. if vitamin > 0:
  184. 'you <<vitamin>> vitaminok.'
  185. if vitaminday ! day:
  186. act 'drink Vitamins':
  187. cla
  188. *clr
  189. set minut += 5
  190. vitaminday = day
  191. vitamin -= 1
  192. frost = 0
  193. if KandidozOnce = 1: Kandidoz -= 2
  194. if GerpesOnce = 1: Gerpes -= 2
  195. if SifacOnce = 1 and Sifilis >= 10: Sifilis -= RAND(0,1)
  196. set skinvan += 1
  197. if skinvan = 20: set skinvan = 0 & set skin += 1
  198. 'You drank Vitaminki'
  199. act 'move away': gt $curloc
  200. end
  201. end
  202. end
  203. --- kuhrPar ---------------------------------