din_bad.qsrc 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914
  1. # din_bad
  2. $mobile_check = {
  3. gs 'stat'
  4. if vladimirday ! daystart and hour >= 15 and hour <= 17:
  5. if vladimirQW = 20:
  6. '<b><font color="red">Your phone is ringing</font></b>'
  7. $caller = 'Vladimir'
  8. $callerid = 'images/characters/city/vladimir/001.jpg'
  9. gs 'telefon','phone_ring'
  10. pl'<center><a href="exec:gt ''qwloc'',''2''"><img src="images/system/phone/call_accept.png"></a> <a href="exec:vladimirday = daystart & gt $loc, $metka"><img src="images/system/phone/decline.png"></a></center>'
  11. elseif vladimirQW = 25 and week = 6:
  12. '<b><font color="red">Your phone is ringing</font></b>'
  13. $caller = 'Vladimir'
  14. $callerid = 'images/characters/city/vladimir/001.jpg'
  15. gs 'telefon','phone_ring'
  16. pl'<center><a href="exec:gt ''qwloc'',''3''"><img src="images/system/phone/call_accept.png"></a> <a href="exec:vladimirday = daystart & gt $loc, $metka"><img src="images/system/phone/decline.png"></a></center>'
  17. elseif vladimirQW = 35 and week = 6:
  18. '<b><font color="red">Your phone is ringing</font></b>'
  19. $caller = 'Vladimir'
  20. $callerid = 'images/characters/city/vladimir/001.jpg'
  21. gs 'telefon','phone_ring'
  22. pl'<center><a href="exec:gt ''qwloc'',''4''"><img src="images/system/phone/call_accept.png"></a> <a href="exec:vladimirday = daystart & gt $loc, $metka"><img src="images/system/phone/decline.png"></a></center>'
  23. end
  24. end
  25. if leonidSlaveDay = daystart and hour >= 6 and hour <= 10 and leonidVisit = 0:
  26. '<b><font color="red">Your phone is ringing</font></b>'
  27. $caller = 'Leonid Vostov'
  28. $callerid = 'images/characters/pavlovsk/resident/leonid/leonidphone.jpg'
  29. gs 'telefon','phone_ring'
  30. pl'<center><a href="exec:gt ''leonid'', ''call''"><img src="images/system/phone/call_accept.png"></a> <a href="exec:leonidSlaveDay = daystart & gt $loc, $metka"><img src="images/system/phone/decline.png"></a></center>'
  31. end
  32. if QWdogreiqTimer = 0 and QWdogReiq = 2 and week = 7 and qwdogiventday ! daystart and hour >= 12:
  33. '<b><font color="red">Your phone is ringing</font></b>'
  34. $caller = 'Margaret'
  35. $callerid = ''
  36. gs 'telefon','phone_ring'
  37. pl''
  38. pl''
  39. pl''
  40. pl''
  41. pl''
  42. pl''
  43. pl''
  44. pl''
  45. pl''
  46. pl''
  47. '<center><a href="exec:gt ''qwlocdog''"><img src="images/system/phone/call_accept.png"></a> <a href="exec:qwdogiventday = daystart & gt $loc, $metka"><img src="images/system/phone/decline.png"></a></center>'
  48. end
  49. !! iterating all lovers
  50. lover_number = 0
  51. :loverloop
  52. if pcs_lovers[lover_number] = 1 and loverday[lover_number] ! daystart and hour > 5 and hour < 20 and ringA = 0 and rand(1,7) > 5:
  53. if pcs_apprnc < vneshlover[lover_number]:
  54. loverrelation[lover_number] -= 1
  55. if loverrelation[lover_number] = 0:
  56. '<b><font color="red">Your lover hasn''t been calling you lately, they''ve probably grown tired of you.</font></b>'
  57. else
  58. 'Your lover <<$loverdesc[lover_number]>> has not called you.'
  59. end
  60. else
  61. ring = 1
  62. ringA = 1
  63. '<b><font color="red">Your phone is ringing</font></b>'
  64. PLAY 'sound/old_phone.mp3',30
  65. $caller = '<<$loverdesc[lover_number]>>'
  66. $callerid = 'images/characters/shared/'+lover_picture[lover_number]+'.jpg'
  67. gs 'telefon','phone_ring'
  68. pl'<center><a href="exec:gt ''telefon'', ''lover'', <<lover_number>>"><img src="images/system/phone/call_accept.png"></a> <a href="exec:gt $loc, $metka"><img src="images/system/phone/decline.png"></a></center>'
  69. end
  70. end
  71. lover_number += 1
  72. if lover_number < arrsize('pcs_lovers'): jump 'loverloop'
  73. killvar 'lover_number'
  74. }
  75. $d_salf = {
  76. *clr & cla
  77. '<center><h1>Tissues</h1></center>'
  78. '<center><img <<$set_imgh>> src="<<FUNC(''$purse_image'', $currentpursetype, currentpursenumber)>>"></center>'
  79. '<center><table cellspacing="0" cellpadding="20" valign="top"><tr>'
  80. '<td cellspacing="0" cellpadding="0" valign="top">'
  81. if cumloc[13] > 0 or cumloc[11] > 0 or cumloc[16] > 0: '<a href="exec:salfetka -= 1 & cumspclnt = 12 & gs ''cum_cleanup'' & cumspclnt = 9 & gs ''cum_cleanup'' & gs ''stat'' & gs ''din_bad'', ''d_bag''"><b>Wipe your face and hands clean</b></a>'
  82. if cumloc[14] > 0: '<a href="exec:salfetka -= 1 & cumspclnt = 14 & gs ''cum_cleanup'' & gs ''stat'' & gs ''din_bad'', ''d_bag''"><b>Wipe your belly clean</b></a>'
  83. if cumloc[15] > 0: '<a href="exec:salfetka -= 1 & cumspclnt = 16 & gs ''cum_cleanup'' & gs ''stat'' & gs ''din_bad'', ''d_bag''"><b>Wipe your breasts clean</b></a>'
  84. if cumloc[0] > 0 or cumloc[1] > 0 or cumloc[3] > 0 or cumloc[4] > 0: '<a href="exec:salfetka -= 1 & cumspclnt = 15 & gs ''cum_cleanup'' & gs ''stat'' & gs ''din_bad'', ''d_bag''"><b>Wipe your ass and pussy clean</b></a>'
  85. if cumloc[10] > 0 or cumloc[9] > 0: '<a href="exec:salfetka -= 1 & cumspclnt = 17 & gs ''cum_cleanup'' & gs ''stat'' & gs ''din_bad'', ''d_bag''"><b>Wipe your arms and legs clean</b></a>'
  86. if cumloc[2] > 0 or cumloc[5] > 0 or cumloc[6] > 0 or cumloc[7] > 0: '<a href="exec:salfetka -= 1 & cumspclnt = 6 & gs ''cum_cleanup'' & gs ''stat'' & gs ''din_bad'', ''d_bag''"><b>Clean your clothing</b></a>'
  87. if pcs_makeup ! 1: '<a href="exec:salfetka -= 1 & pcs_makeup = 1 & gs ''stat'' & gs ''din_bad'', ''d_bag''"><b>Remove your makeup</b></a>'
  88. '<a href="exec:gs ''stat'' & gs ''din_bad'', ''d_bag''"><br><b>Put tissues away</b></a>'
  89. '</td></tr></table></center>'
  90. }
  91. $d_mouthwash = {
  92. *clr & cla
  93. '<center><h1>Mouth Wash</h1></center>'
  94. '<center><img <<$set_imgh>> src="<<FUNC(''$purse_image'', $currentpursetype, currentpursenumber)>>"></center>'
  95. '<center><table cellspacing="0" cellpadding="20" valign="top"><tr>'
  96. '<td cellspacing="0" cellpadding="0" valign="top">'
  97. cumspclnt = 2
  98. gs 'cum_cleanup'
  99. pcs_breath = 1
  100. mouthwash -= 1
  101. gs 'stat'
  102. 'Your breath smells minty fresh.'
  103. ''
  104. act 'Done':gs 'stat' & gs 'din_bad', 'd_bag'
  105. '</td></tr></table></center>'
  106. }
  107. if $ARGS[0] = 'd_bag':
  108. *clr & cla
  109. gs 'stat'
  110. '<center><h1>Purse</h1></center>'
  111. '<center><img <<$set_imgh>> src="<<FUNC(''$purse_image'', $currentpursetype, currentpursenumber)>>"></center>'
  112. '<center><table cellspacing="0" cellpadding="20" valign="top"><tr>'
  113. '<td cellspacing="0" cellpadding="0" valign="top">'
  114. if salfetka > 0: 'You have <b><<salfetka>></b> wet wipes left in your purse. <a href="exec:dynamic $d_salf">Use a tissue</a>'
  115. if painkiller > 0 and pain['total'] > 0 and pain['killer'] = 0:
  116. 'You have <b><<painkiller>></b> painkiller'+iif(painkiller > 1, 's ', ' ')+'left in your purse. <a href="exec: pain[''killer''] += 1 & painkiller -= 1 & gs ''din_bad'', ''d_bag''">Take One</a>'
  117. elseif painkiller > 0 and (pain['total'] = 0 or pain['killer'] > 0):
  118. 'You have <b><<painkiller>></b> painkiller'+iif(painkiller > 1, 's ', ' ')+'left in your purse.'
  119. end
  120. if mouthwash > 0 and (pcs_breath = 0 or cumloc[12] = 1):
  121. 'There''s mouthwash in your purse. <b><<mouthwash>></b> uses remaining. <a href="exec:dynamic $d_mouthwash">Use mouthwash</a>'
  122. elseif mouthwash > 0 and pcs_breath = 1 and cumloc[12] = 0:
  123. 'There''s mouthwash in your purse. <b><<mouthwash>></b> uses remaining.'
  124. end
  125. if compact_mirror = 1:
  126. 'You have a <a href="exec: gt ''mirror'', ''d_bag_mirror''">compact mirror</a> in your purse'+iif(kosmetitka > 0, ' and some portable makeup.', '.')
  127. elseif compact_mirror = 0 and kosmetitka > 0:
  128. 'You have some portable makeup in your purse, but you need a compact mirror to apply it.'
  129. end
  130. !! Hair options
  131. *nl
  132. if (compact_mirror = 1 or greben = 1) and pcs_hairbsh = 0:
  133. 'There''s a hairbrush in your purse. <a href="exec:pcs_hairbsh = 1 & gs ''stat'' & gs ''din_bad'', ''d_bag''">Brush your hair</a>'
  134. elseif (compact_mirror = 1 or greben = 1) and pcs_hairbsh = 1:
  135. 'There''s a hairbrush in your purse. Your hair doesn''t need brushing right now.'
  136. end
  137. if pcs_hairlng > 41 and hscrunch >= 1 and hbraids = 0:
  138. if hscrunchw = 0 and hpingripw = 0: 'As you have a scrunchy, you can arrange your hair into a <a href="exec:hscrunchw = 1 & gs ''din_bad'', ''d_bag''">ponytail</a>. You have <<hscrunch>> scrunchies left.'
  139. if hscrunchw = 1: 'Remove the <a href="exec:hscrunchw = 0 & gs ''din_bad'', ''d_bag''">scrunchie</a> to get rid of the ponytail.'
  140. end
  141. if pcs_hairlng > 41 and hpingrip >= 1 and hbraids = 0:
  142. if hscrunchw = 0 and hpingripw = 0: 'You have several clips, pins and grips for you hair. Hence, you can <a href="exec:hpingripw = 1 & gs ''din_bad'', ''d_bag''">updo your hair</a>. You have <<hpingrip>> hair accessories at your disposal.'
  143. if hpingripw = 1: 'Let your hair <a href="exec:hpingripw = 0 & gs ''din_bad'', ''d_bag''">flow free</a>.'
  144. end
  145. if pcs_hairlng > 80 and hscrunch >= 2 and hbraids = 0:
  146. if hscrunchw = 0 and hpingripw = 0: 'You can use two hair ties to make yourself some <a href="exec:hpigtail = 1 & hscrunchw = 2 & gs ''din_bad'', ''d_bag''">pigtails</a>.'
  147. if hscrunchw = 2: '<a href="exec:hpigtail = 0 & hscrunchw = 0 & gs ''din_bad'', ''d_bag''">Remove</a> your scrunchies and let your hair flow free again.'
  148. end
  149. *nl
  150. if prezik + prezikcount + preziksabo > 0:
  151. if preziktype = 2 or preziksabo > 0:
  152. 'You have <b><<iif(preziktype = 2, prezikcount, prezikcount+prezik)>></b> normal condoms left, and <b><<iif(preziktype = 2, prezik+preziksabo, preziksabo)>></b> sabotaged <a href="exec:dynamic $din_Switch_Condom_Menu">condoms left in your purse.</a>'
  153. elseif preziktype < 2 and preziksabo = 0:
  154. 'You have <b><<prezik+prezikcount>></b> <a href="exec:dynamic $din_Switch_Condom_Menu">condoms left in your purse.</a>'
  155. end
  156. *nl
  157. else
  158. 'You are out of condoms.'
  159. end
  160. if amphetamine > 0: 'You have <b><<amphetamine>></b> tablets of amphetamine left in your purse. <a href="exec: gs ''drugs'', ''amphetamine'' & gs ''din_bad'', ''d_bag''">Take One</a>'
  161. if joint > 0: 'You have enough weed for <b><<joint>></b> joints.'
  162. if tabletki > 0 and pillsleft[ptype] > 0:
  163. 'You have <b><<tabletki>></b> unopened packages of <a href="exec:dynamic $d_tabletkied">birth control pills</a> and <b><<pillsleft[ptype]>></b> pills left in your opened package.'
  164. elseif tabletki = 0 and pillsleft[ptype] > 0:
  165. 'You have <b><<pillsleft[ptype]>></b> <a href="exec:dynamic $d_tabletkied">birth control pills</a> left in your purse.'
  166. elseif tabletki > 0 and pillsleft[ptype] = 0:
  167. 'You have <b><<tabletki>></b> unopened packages of <a href="exec:dynamic $d_tabletkied">birth control pills</a> in your purse.'
  168. else
  169. 'You are out of birth control pills.'
  170. end
  171. if mentats_have > 0 and mentats_dose < 3:
  172. '<a href="exec: gs ''drugs'', ''mentats'' & gs ''din_bad'', ''d_bag'' & *pl ''<font color = green><br>You swallow the neurobooster pill.</font>''">Use a neurobooster pill in your purse.</a> There are <b><<mentats_have>></b> pills left. The warning label says not to take more than one per day.'
  173. elseif mentats_have > 0:
  174. 'There are <b><<mentats_have>></b> neurobooster pills left. You really shouldn''t take any more pills today.'
  175. end
  176. if steroid_have > 0:'<a href="exec:dynamic $use_steroids & gs ''din_bad'', ''d_bag''">Use steroids.</a> You have <b><<steroid_have>></b> steroids left in your purse.'
  177. if bcream_have > 0:'<a href="exec:dynamic $use_bcream & gs ''din_bad'', ''d_bag''">Apply breast cream.</a> You have <b><<bcream_have>></b> cream left in your purse.'
  178. if aphrodisiac_have > 0:'<a href="exec: gs ''drugs'', ''aphrodisiac'' & gs ''din_bad'', ''d_bag'' & *pl $aphrodisiac_msg & *pl $min_arousal_msg & killvar ''$min_arousal_msg''">Chew aphrodisiac gum.</a> You have <b><<aphrodisiac_have>></b> gum left in your purse.'
  179. if lubri > 0:'There''s a tube of lubricant in your purse, enough for <b><<lubri>></b> applications.'
  180. if refillable_bottle = 4:
  181. 'You carry your sports water bottle in your purse. It''s still completely full. <a href="exec: refillable_bottle = 3 & pcs_hydra += 75 & cumspclnt = 2 & gs ''cum_cleanup'' & gs ''stat'' & gs ''din_bad'', ''d_bag''">Drink</a>'
  182. elseif refillable_bottle = 3:
  183. 'You carry your sports water bottle in your purse. It''s two-thirds full. <a href="exec: refillable_bottle = 2 & pcs_hydra += 75 & cumspclnt = 2 & gs ''cum_cleanup'' & gs ''stat'' & gs ''din_bad'', ''d_bag''">Drink</a>'
  184. elseif refillable_bottle = 2:
  185. 'You carry your sports water bottle in your purse. It''s one-third full. <a href="exec: refillable_bottle = 1 & pcs_hydra += 75 & cumspclnt = 2 & gs ''cum_cleanup'' & gs ''stat'' & gs ''din_bad'', ''d_bag''">Drink</a>'
  186. elseif refillable_bottle = 1:
  187. 'You carry your sports water bottle in your purse. It''s empty.'
  188. end
  189. if bottle > 0: 'There''s a bottle of water in your purse. <a href="exec:bottle = 0 & pcs_hydra += 100 & cumspclnt = 2 & gs ''cum_cleanup'' & gs ''stat'' & gs ''din_bad'', ''d_bag''">Drink</a>'
  190. if buterbrod > 0: 'There''s a sandwich in your purse. <a href="exec:buterbrod = 0 & pcs_energy += 40 & cumspclnt = 2 & gs ''cum_cleanup'' & fat += 1 & gs ''stat'' & gs ''din_bad'', ''d_bag''">Eat</a>'
  191. if wine = 1 and alkowine = 0:'There''s a bottle of <a href="exec:dynamic $dinalkowin1">wine</a> in your purse.'
  192. if wine = 1 and alkowine = 1:'There''s a half-bottle of <a href="exec:dynamic $dinalkowin2">wine</a> in your purse.'
  193. if foto = 1:'Your purse contains a strange photo'
  194. if pattest > 0: 'You have <b><<pattest>></b> unused paternity test'+iif(used_pattest > 1, 's ', ' ')+'in your purse.'
  195. if used_pattest > 0: 'You have <b><<used_pattest>></b> <a href="exec:dynamic $test_purse">used</a> paternity test'+iif(used_pattest > 1, 's ', ' ')+'in your purse.'
  196. act 'Return':gt 'obj_din', 'menu_exit'
  197. '</td></tr></table></center>'
  198. end
  199. $dinalkowin1 = {
  200. *clr & cla
  201. alkowine = 1
  202. minut += 5
  203. gs 'drugs', 'alcohol', 'wine'
  204. gs'stat'
  205. '<center><img <<$set_imgh>> src="images/shared/food/alkowin.jpg"></center>'
  206. *nl
  207. 'You take the wine bottle out of your purse and slowly drink half of it. You struggle quite a lot to put the cork back before being able to make it.'
  208. act 'Continue':gs 'din_bad', 'd_bag'
  209. }
  210. $dinalkowin2 = {
  211. *clr & cla
  212. alkowine = 0
  213. wine = 0
  214. minut += 5
  215. gs 'drugs', 'alcohol', 'wine'
  216. gs'stat'
  217. '<center><img <<$set_imgh>> src="images/shared/food/alkowin.jpg"></center>'
  218. *nl
  219. 'You take out the remaining half wine bottle out of your purse, slowly drinking the rest of it. As you finish you throw the empty bottle away.'
  220. act 'Continue':gs 'din_bad', 'd_bag'
  221. }
  222. $din_Switch_Condom_Menu = {
  223. dynamic $din_Update_Condom_Counts
  224. *clr & cla
  225. '<center><h1>Condoms</h1></center>'
  226. '<center><img <<$set_imgh>> src="<<FUNC(''$purse_image'', $currentpursetype, currentpursenumber)>>"></center>'
  227. '<center><table cellspacing="0" cellpadding="20" valign="top"><tr>'
  228. '<td cellspacing="0" cellpadding="0" valign="top">'
  229. i = 0
  230. 'You have <<iif(preziktype < 2, prezik+prezikcount, prezikcount)>> normal condoms left and <<iif(preziktype = 2, prezik+preziksabo, preziksabo)>> sabotaged condoms left.'
  231. *nl
  232. if preziktype > 0:
  233. '<a href="exec:dynamic $din_Do_Condom_Counts, 1">Switch to using normal condoms</a>.'
  234. end
  235. if preziktype ! 1:
  236. '<a href="exec:dynamic $din_Do_Condom_Counts, 2">Stop using condoms</a>.'
  237. end
  238. if preziktype ! 2:
  239. '<a href="exec:dynamic $din_Do_Condom_Counts, 3">Switch to using sabotaged condoms</a>.'
  240. end
  241. if prezikcount > 0 or preziktype = 0:
  242. '<a href="exec:dynamic $din_Do_Condom_Counts, 4">Sabotage a condom</a>.'
  243. end
  244. *nl
  245. act 'Return':gs 'din_bad', 'd_bag'
  246. '</td></tr></table></center>'
  247. }
  248. $din_Table_Condom_Menu = {
  249. dynamic $din_Update_Condom_Counts
  250. *clr & cla
  251. '<center><h1>Condoms</h1></center>'
  252. '<center><img <<$set_imgh>> src="images/shared/home/bedroom/stol.jpg"></center>'
  253. *nl
  254. i = 1
  255. 'You have <<iif(preziktype < 2, prezik+prezikcount, prezikcount)>> normal condoms left and <<iif(preziktype = 2, prezik+preziksabo, preziksabo)>> sabotaged condoms left.'
  256. *nl
  257. if preziktype > 0:
  258. '<a href="exec:dynamic $din_Do_Condom_Counts, 1">Switch to using normal condoms</a>.'
  259. end
  260. if preziktype ! 1:
  261. '<a href="exec:dynamic $din_Do_Condom_Counts, 2">Stop using condoms</a>.'
  262. end
  263. if preziktype ! 2:
  264. '<a href="exec:dynamic $din_Do_Condom_Counts, 3">Switch to using sabotaged condoms</a>.'
  265. end
  266. if prezikcount > 0 or preziktype = 0:
  267. '<a href="exec:dynamic $din_Do_Condom_Counts, 4">Sabotage a condom</a>.'
  268. end
  269. *nl
  270. act 'Return':gt 'stol', 'bc'
  271. }
  272. !! Condom System
  273. !! prezik: Total number of condoms sveta is using (normal or damaged).
  274. !! prezikcount: Number of normal condoms sveta isn''t using.
  275. !! preziksabo: Number of damaged condoms seveta isn''t using.
  276. !! preziktyp: 0 - Use condoms / 1 - don''t use condoms / 2 - use damaged condoms
  277. !! to check if sveta wants to use a condom use if prezik > 0:
  278. $din_Do_Condom_Counts = {
  279. *clr & cla
  280. '<center><h1>Condoms</h1></center>'
  281. '<center><img <<$set_imgh>> src="<<FUNC(''$purse_image'', $currentpursetype, currentpursenumber)>>"></center>'
  282. '<center><table cellspacing="0" cellpadding="20" valign="top"><tr>'
  283. '<td cellspacing="0" cellpadding="0" valign="top">'
  284. if ARGS[0] = 1:
  285. 'Use a condom the next time you have sex.'
  286. if preziktype = 2: preziksabo = prezik
  287. prezik = prezikcount
  288. prezikcount = 0
  289. preziktype = 0
  290. elseif ARGS[0] = 2:
  291. 'You will not use a condom the next time you have sex.'
  292. if preziktype = 0: prezikcount = prezik
  293. if preziktype = 2: preziksabo = prezik
  294. prezik = 0
  295. preziktype = 1
  296. elseif ARGS[0] = 3:
  297. 'Use your sabotaged condom the next time you have sex.'
  298. if preziktype = 0: prezikcount = prezik
  299. prezik = preziksabo
  300. preziksabo = 0
  301. preziktype = 2
  302. elseif ARGS[0] = 4:
  303. if preziktype ! 0 and prezikcount > 0:
  304. preziksabo +=1
  305. prezikcount -=1
  306. 'You use a needle to punch holes in one of the condoms.'
  307. elseif preziktype = 0 and prezik > 0:
  308. preziksabo +=1
  309. prezik -=1
  310. 'You use a needle to punch holes in one of the condoms.'
  311. else
  312. 'You do not have any condoms to sabotage.'
  313. end
  314. end
  315. if i = 0:
  316. dynamic $din_Switch_Condom_Menu
  317. else
  318. dynamic $din_Table_Condom_Menu
  319. end
  320. '</td></tr></table></center>'
  321. }
  322. $din_Update_Condom_Counts = {
  323. if prezik + prezikcount + preziksabo > 0: prezikmsg = 1
  324. if preziktype = 0:
  325. if prezikcount > 0:
  326. prezik += prezikcount
  327. prezikcount = 0
  328. end
  329. if prezik <= 0:
  330. 'You are out of condoms.'
  331. prezik = 0
  332. prezikcount = 0
  333. preziktype = 1
  334. end
  335. elseif preziktype = 1:
  336. if prezik > 0:
  337. prezikcount += prezik
  338. prezik = 0
  339. end
  340. elseif preziktype = 2:
  341. if preziksabo > 0:
  342. prezik += preziksabo
  343. preziksabo = 0
  344. end
  345. if prezik <= 0 and prezikcount <= 0:
  346. if prezikmsg = 1:prezikmsg = 2
  347. prezik = 0
  348. preziksabo = 0
  349. prezikcount = 0
  350. preziktype = 1
  351. elseif prezik <= 0 and prezikcount > 0:
  352. 'You have run out of sabotaged condoms so you will have to use normal condoms.'
  353. prezik = prezikcount
  354. prezikcount = 0
  355. preziktype = 0
  356. end
  357. end
  358. }
  359. $d_tabletkied = {
  360. *clr & cla
  361. '<center><h1>Birth Control</h1></center>'
  362. '<center><img <<$set_imgh>> src="<<FUNC(''$purse_image'', $currentpursetype, currentpursenumber)>>"></center>'
  363. '<center><table cellspacing="0" cellpadding="20" valign="top"><tr>'
  364. '<td cellspacing="0" cellpadding="0" valign="top">'
  365. tabloc = 0
  366. if tabletkiday < daystart and thinkpreg = 0 and knowpreg = 0: '<a href="exec:dynamic $d_tabletkieda, 1">Take the birth control pill now.</a>'
  367. if tabletkicheck = 0 and thinkpreg = 0 and knowpreg = 0:
  368. '<a href="exec:dynamic $d_tabletkieda, 2">Automatically take your birth control pills.</a>'
  369. elseif tabletkicheck = 1:
  370. '<a href="exec:dynamic $d_tabletkieda, 3">Stop automatically taking your birth control pills.</a>'
  371. end
  372. '<a href="exec:dynamic $d_tabletkieda, 4">Examine the birth control pills.</a>'
  373. if tabletkioddk = 1: '<a href="exec:dynamic $d_tabletkieda, 5">Dump the strange pills.</a>'
  374. act 'Return':gs 'din_bad', 'd_bag'
  375. '</td></tr></table></center>'
  376. }
  377. $d_tabletkiedt = {
  378. *clr & cla
  379. '<center><h1>Birth Control</h1></center>'
  380. '<center><img <<$set_imgh>> src="images/shared/home/bedroom/stol.jpg"></center>'
  381. *nl
  382. tabloc = 1
  383. if tabletkiday < daystart and thinkpreg = 0 and knowpreg = 0: '<a href="exec:*clr & dynamic $d_tabletkieda, 1">Take the birth control pill now.</a>'
  384. if tabletkicheck = 0 and thinkpreg = 0 and knowpreg = 0:
  385. '<a href="exec:*clr & dynamic $d_tabletkieda, 2">Automatically take your birth control pills.</a>'
  386. elseif tabletkicheck = 1:
  387. '<a href="exec:*clr & dynamic $d_tabletkieda, 3">Stop automatically taking your birth control pills.</a>'
  388. end
  389. '<a href="exec:*clr & dynamic $d_tabletkieda, 4">Examine the birth control pills.</a>'
  390. if tabletkioddk = 1: '<a href="exec:*clr & dynamic $d_tabletkieda, 5">Dump the strange pills.</a>'
  391. act 'Return':gt 'stol', 'bc'
  392. }
  393. $d_tabletkieda = {
  394. cla
  395. if ARGS[0] = 1:
  396. tabletkipd += tabletkipt
  397. if tabletkiday ! daystart:
  398. gs 'din_bad','takepill'
  399. tabletkiday = daystart
  400. tabletkipt = 0
  401. tabletkipi = 0
  402. else
  403. pcs_health -= 1
  404. end
  405. pilldaychk = 1
  406. *clr
  407. dynamic $d_tabletkied
  408. 'You take the birth control pill.'
  409. gs 'stat'
  410. elseif ARGS[0] = 2:
  411. 'You will do your best to remember to take your birth control pills every day.'
  412. tabletkicheck = 1
  413. gs 'stat'
  414. elseif ARGS[0] = 3:
  415. 'You will take your birth control pills as you desire.'
  416. tabletkicheck = 0
  417. gs 'stat'
  418. elseif ARGS[0] = 4:
  419. if pcs_intel + pillsdays <= rand(30,95):
  420. 'These pills appear to be normal birth control pills.'
  421. tabletkioddk = 0
  422. gs 'stat'
  423. else
  424. if ptype = 0: $pillprob = 'nothing unusual about them.'
  425. if ptype = 1: $pillprob = 'that the pills have expired months ago.'
  426. if ptype = 2: $pillprob = 'that the label has spelling mistakes and the logo is backwards.'
  427. if ptype = 3: $pillprob = 'that the pills are discolored and there is no expiry date.'
  428. if ptype = 4: $pillprob = 'that the pills are all the same color.'
  429. if ptype = 5: $pillprob = 'that the pills seem to be smaller than normal.'
  430. 'Upon taking a closer look at your birth control pills, you notice <<$pillprob>>'
  431. if ptype > 0: tabletkioddk = 1
  432. gs 'stat'
  433. if tabloc = 0:
  434. act 'Return':gs 'din_bad', 'd_bag'
  435. else
  436. act 'Return':gt 'stol', 'bc'
  437. end
  438. end
  439. elseif ARGS[0] = 5:
  440. 'You get rid of the strange pills.'
  441. tabletkioddk = 0
  442. pillsleft[ptype] = 0
  443. tabletkioddp = 0
  444. gs 'stat'
  445. end
  446. if tabloc = 0:
  447. act 'Return':gs 'din_bad', 'd_bag'
  448. else
  449. act 'Return':gt 'stol', 'bc'
  450. end
  451. }
  452. $d_cycreport_choice = {
  453. *clr & cla
  454. '<center><h1>Fertility Cycle</h1></center>'
  455. '<center><table cellspacing="0" cellpadding="20" valign="top"><tr>'
  456. '<td width="800" cellspacing="0" cellpadding="0" valign="top">'
  457. dynamic $d_cycreport_update
  458. '<center><b>Current Status:</b></center>'
  459. '<center><<$cycreport_txt>></center>'
  460. '</td></tr></table></center><center><table cellspacing="0" cellpadding="20" valign="top"><tr><td width="250" valign="top">'
  461. if $cycreport_txt ! 'In labour':
  462. '<center><b>Change Status because:</b></center>'
  463. if thinkpreg = 0:
  464. if knowpreg = 1:
  465. '<a href="exec: dynamic $d_cycreport_actor, 2 & gs ''stat''">I''m pregnant.</a>'
  466. else
  467. '<a href="exec: dynamic $d_cycreport_actor, 2 & gs ''stat''">I think I''m pregnant.</a>'
  468. end
  469. elseif thinkpreg = 1:
  470. '<a href="exec: dynamic $d_cycreport_actor, 1 & gs ''stat''">I''m not pregnant.</a>'
  471. end
  472. if mesec > 0 and thinkpreg ! 1 and knowpreg ! 1:
  473. '<a href="exec: dynamic $d_cycreport_actor, 3">I''m menstruating.</a>'
  474. elseif thinkpreg ! 1:
  475. '<a href="exec: dynamic $d_cycreport_actor, 4">I just recently menstruated.</a>'
  476. '<a href="exec: dynamic $d_cycreport_actor, 5">I think my menstrual cycle has stopped.</a>'
  477. end
  478. if thinkpreg = 1 or knowpreg = 1:
  479. '<a href="exec: dynamic $d_cycreport_actor, 6">I think my due date is...</a>'
  480. '<a href="exec: dynamic $d_cycreport_actor, 7">I think the father is...</a>'
  481. end
  482. elseif cycle = 5:
  483. 'Broken water and contractions, it''s pretty clear what is going on. You need to get to a hospital ASAP.'
  484. else
  485. dynamic $d_cycreport_actor, 10
  486. end
  487. act 'Exit':gs 'stat' & gt $loc, $metka
  488. '</td></tr></table></center>'
  489. }
  490. $d_cycreport_actor = {
  491. if ARGS[0] = 1:
  492. if knowpreg = 1:
  493. denypreg = 1
  494. thinkpreg = 0
  495. else
  496. denypreg = 0
  497. thinkpreg = 0
  498. temp[1] = daystart - daylastperiod
  499. end
  500. dynamic $d_cycreport_update
  501. gs 'stat'
  502. dynamic $d_cycreport_choice
  503. elseif ARGS[0] = 2:
  504. thinkpreg = 1
  505. denypreg = 0
  506. dynamic $d_cycreport_update
  507. gs 'stat'
  508. dynamic $d_cycreport_choice
  509. elseif ARGS[0] = 3:
  510. thinkpreg = 0
  511. denypreg = 0
  512. daylastperiod = daystart
  513. dynamic $d_cycreport_update
  514. gs 'stat'
  515. dynamic $d_cycreport_choice
  516. elseif ARGS[0] = 4:
  517. thinkpreg = 0
  518. denypreg = 0
  519. *clr & cla
  520. '<center><h1>Fertility Cycle</h1></center>'
  521. '<center><table cellspacing="0" cellpadding="20" valign="top"><tr>'
  522. '<td width="250" cellspacing="0" cellpadding="0" valign="top">'
  523. 'How many days ago was it you had your last period?'
  524. 'Currently: <<pertemp>>'
  525. '<a href="exec: pertemp += 1 & dynamic $d_cycreport_actor, 4">+1</a> <a href="exec: pertemp += 5 & dynamic $d_cycreport_actor, 4">+5</a> <a href="exec: pertemp += 10 & dynamic $d_cycreport_actor, 4">+10</a> <a href="exec: pertemp = 0 & dynamic $d_cycreport_actor, 4">Reset</a> <a href="exec: daylastperiod = daystart - pertemp & dynamic $d_cycreport_update & gs ''stat'' & dynamic $d_cycreport_choice">Accept</a>'
  526. act 'Return':dynamic $d_cycreport_choice
  527. act 'Exit':gs 'stat' & gt $loc, $metka
  528. '</td></tr></table></center>'
  529. elseif ARGS[0] = 5:
  530. thinkpreg = 0
  531. denypreg = 0
  532. $cycreport_txt = 'You do not believe you have periods any more.'
  533. gs 'stat'
  534. dynamic $d_cycreport_choice
  535. elseif ARGS[0] = 6:
  536. *clr & cla
  537. '<center><h1>Fertility Cycle</h1></center>'
  538. '<center><table cellspacing="0" cellpadding="20" valign="top"><tr>'
  539. '<td width="250" cellspacing="0" cellpadding="0" valign="top">'
  540. 'How many days ago was it you had your last period?'
  541. 'Currently: <<pertemp>>'
  542. '<a href="exec: pertemp += 1 & dynamic $d_cycreport_actor, 6">+1</a> <a href="exec: pertemp += 5 & dynamic $d_cycreport_actor, 6">+5</a> <a href="exec: pertemp += 10 & dynamic $d_cycreport_actor, 6">+10</a> <a href="exec: pertemp = 0 & dynamic $d_cycreport_actor, 6">Reset</a> <a href="exec: daylastperiod = daystart - pertemp & dynamic $d_cycreport_update & gs ''stat'' & dynamic $d_cycreport_choice">Accept</a>'
  543. act 'Return':dynamic $d_cycreport_choice
  544. act 'Exit':gs 'stat' & gt $loc, $metka
  545. '</td></tr></table></center>'
  546. elseif ARGS[0] = 7:
  547. *clr & cla
  548. '<center><h1>Fertility Cycle</h1></center>'
  549. '<center><table cellspacing="0" cellpadding="20" valign="top"><tr>'
  550. '<td width="250" cellspacing="0" cellpadding="0" valign="top">'
  551. tempmax = arrsize('$cumfthname')-1
  552. tempcurr = 0
  553. sumcum = 0
  554. *nl
  555. :potfathloop
  556. if cumtime[tempcurr] > 1:$cum = 'cumshots' else $cum = 'cumshot'
  557. if cumtime[tempcurr] > 0: '<<$npc_usedname[$cumfthname[tempcurr]]>> (<<$cumfthname[tempcurr]>>) - <<cumtime[tempcurr]>> <<$cum>>' & sumcum += cumtime[tempcurr]
  558. if tempcurr < tempmax:tempcurr += 1 & jump 'potfathloop'
  559. if sumcum > 1:$cum = 's' else $cum = ''
  560. '<br>You think you have had <<sumcum>> load<<$cum>> of cum shot<<$cum>> in your womb altogether that could have gotten you pregnant.'
  561. 'You suspect the father being: <<$wombthfath>><br>'
  562. *nl
  563. tempcurr = 0
  564. :pickfathloop
  565. if cumtime[tempcurr] > 0:
  566. if $npc_usedname[$cumfthname[tempcurr]] <> '':
  567. ' <a href="exec: $wombthfath = ''<<$npc_usedname[$cumfthname[tempcurr]]>>'' & $wombthfathID = ''<<$cumfthname[tempcurr]>>'' & dynamic $d_cycreport_actor, 7 & gs ''stat''"><<$npc_usedname[$cumfthname[tempcurr]]>> (<<$cumfthname[tempcurr]>>)</a>'
  568. else
  569. ' <a href="exec: $wombthfath = ''<<$npc_usedname[$cumfthname[tempcurr]]>>'' & $wombthfathID = ''<<$cumfthname[tempcurr]>>'' & dynamic $d_cycreport_actor, 7 & gs ''stat''">Unknown (-)</a>'
  570. end
  571. end
  572. if tempcurr < tempmax:tempcurr += 1 & jump 'pickfathloop'
  573. killvar 'sumcum'
  574. killvar 'cum'
  575. killvar 'tempmax'
  576. killvar 'tempcurr'
  577. '<br> <a href="exec:dynamic $d_cycreport_choice">Accept</a>'
  578. act 'Return':dynamic $d_cycreport_choice
  579. act 'Exit':gs 'stat' & gt $loc, $metka
  580. '</td></tr></table></center>'
  581. elseif ARGS[0] = 10:
  582. temp = arrsize('Babyptype')
  583. temp -= 1
  584. $cycreport_txt = 'You are currently recovering from childbirth. You gave birth on <<monthkid[temp]>> / <<daykid[temp]>> / <<yearkid[temp]>>.'
  585. gs 'stat'
  586. end
  587. }
  588. $d_cycreport_update = {
  589. killvar 'temp'
  590. if thinkpreg = 1 or knowpreg = 1: dynamic $d_cycreport_upduedate
  591. if mesec > 0:
  592. $cycreport_txt = 'You are currently on your period.'
  593. else
  594. if cyccustom = 1:
  595. if preg = 1 and knowpreg = 1:
  596. $cycreport_txt = 'You are pregnant. Your due date is around <<$pregduedate>>.'
  597. if $wombthfath ! 'unknown':
  598. $cycreport_txt = '<<$cycreport_txt>> You suspect the father being <<$wombthfath>>.'
  599. end
  600. elseif knowpregloss = 1:
  601. $cycreport_txt = 'Your body is recovering from the trauma of pregnancy.'
  602. elseif knowpregrecover = 1:
  603. $cycreport_txt = 'Your body is recovering from the trauma of childbirth.'
  604. elseif menoage <= age and cycle = 6:
  605. $cycreport_txt = 'You have gone through menopause.'
  606. else
  607. temp[1] = daystart-lastmens
  608. if tabletkishot > 0:
  609. $cycreport_txt = 'It has been <<temp[1]>> days since you last had a period. <font color=green>You are currently protected by a birth control shot.</font>'
  610. elseif pillcon2 > 30000:
  611. $cycreport_txt = 'It has been <<temp[1]>> days since you last had a period. <font color=green>You are currently on the birth control pill.</font>'
  612. elseif pillcon2 > 8000 and ((FocH > (Foch_Max - 96)) or ovulate > 0):
  613. $cycreport_txt = 'It has been <<temp[1]>> days since you last had a period. You are currently on the pill but it is not yet effective. <font color=red>It is currently a dangerous day.</font>'
  614. elseif pillcon2 > 8000:
  615. $cycreport_txt = 'It has been <<temp[1]>> days since you last had a period. You are currently on the pill but it is not yet effective.'
  616. elseif daystart = tabletkiday:
  617. $cycreport_txt = 'It has been <<temp[1]>> days since you last had a period. You have taken the pill but it will be several weeks before it is fully effective.'
  618. elseif FocH > (Foch_Max - 96) or ovulate > 0:
  619. $cycreport_txt = 'It has been <<temp[1]>> days since you last had a period. <font color=red>It is currently your fertile stage.</font>'
  620. else
  621. $cycreport_txt = 'It has been <<temp[1]>> days since you last had a period.'
  622. end
  623. end
  624. elseif denypreg = 1:
  625. if pregchem < 525:
  626. denypreg = 1
  627. thinkpreg = 0
  628. $cycreport_txt = 'There is nothing wrong, your cycle is just irregular.'
  629. elseif pregchem < 1863:
  630. denypreg = 1
  631. thinkpreg = 0
  632. $cycreport_txt = 'You have a strange flu making you feel ill.'
  633. elseif pregchem < 4000:
  634. denypreg = 1
  635. thinkpreg = 0
  636. $cycreport_txt = 'Your strange flu still hasn''t gone away. As soon as it does you plan to exercise and lose the excess fat you''be been building up.'
  637. elseif pregchem < 6000:
  638. denypreg = 1
  639. thinkpreg = 0
  640. $cycreport_txt = 'Your weight just won''t come off...'
  641. elseif pregchem < 7500:
  642. denypreg = 1
  643. thinkpreg = 0
  644. $cycreport_txt = 'People are rude, constantly asking you when you are due. You are not pregnant!'
  645. elseif pregchem >= 7500:
  646. thinkpreg = 0
  647. $cycreport_txt = 'Surely if you were pregnant, you''d have had the baby by now, so you can''t possibly be pregnant.'
  648. else
  649. temp = daystart-lastmens
  650. $cycreport_txt = 'It has been <<temp>> days since you last remember having a period.'
  651. end
  652. elseif cyccustom = 0:
  653. if $cycreport_txt ! 'In labour':
  654. if thinkpreg = 1 or knowpreg = 1:
  655. if knowpreg = 0: $temp = ' think you'
  656. if $wombthfath = 'unknown' or $wombthfath = '':
  657. $cycreport_txt = 'You<<$temp>> are pregnant. You aren''t yet sure who the father is. Based on your last remembered period, your due date is probably around <<$pregduedate>>.'
  658. else
  659. $cycreport_txt = 'You<<$temp>> are pregnant with <<$wombthfath>>''s baby. Based on your last remembered period, your due date is probably around <<$pregduedate>>.'
  660. end
  661. elseif $cycreport_txt ! 'You do not believe you have periods any more.':
  662. temp = daystart-lastmens
  663. $cycreport_txt = 'It has been <<temp>> days since you last remember having a period.'
  664. end
  665. killvar 'temp'
  666. end
  667. end
  668. end
  669. }
  670. $d_cycreport_upduedate = {
  671. !! implant_calc: Calculation of an implantation date in the uterus (Average is 5 days after ovulation)
  672. implant_calc = daystart - lastovulation + 5
  673. !! Human gastation period: 280 days
  674. gastation_time = 280 / (1 + pregspeedcheat)
  675. temp = gastation_time - implant_calc
  676. pregdueday = day
  677. pregduemonth = month
  678. pregdueyear = year
  679. temp += pregdueday
  680. pregdueday = 0
  681. :pregduedateloop
  682. if pregduemonth = 1 and temp > 31:
  683. pregduemonth += 1
  684. temp -= 31
  685. elseif pregduemonth = 2 and temp > 28:
  686. pregduemonth += 1
  687. temp -= 28
  688. elseif pregduemonth = 3 and temp > 31:
  689. pregduemonth += 1
  690. temp -= 31
  691. elseif pregduemonth = 4 and temp > 30:
  692. pregduemonth += 1
  693. temp -= 30
  694. elseif pregduemonth = 5 and temp > 31:
  695. pregduemonth += 1
  696. temp -= 31
  697. elseif pregduemonth = 6 and temp > 30:
  698. pregduemonth += 1
  699. temp -= 30
  700. elseif pregduemonth = 7 and temp > 31:
  701. pregduemonth += 1
  702. temp -= 31
  703. elseif pregduemonth = 8 and temp > 31:
  704. pregduemonth += 1
  705. temp -= 31
  706. elseif pregduemonth = 9 and temp > 30:
  707. pregduemonth += 1
  708. temp -= 30
  709. elseif pregduemonth = 10 and temp > 31:
  710. pregduemonth += 1
  711. temp -= 31
  712. elseif pregduemonth = 11 and temp > 30:
  713. pregduemonth += 1
  714. temp -= 30
  715. elseif pregduemonth = 12 and temp > 31:
  716. pregduemonth = 1
  717. pregdueyear += 1
  718. temp -= 31
  719. else
  720. pregdueday = temp
  721. temp = 0
  722. end
  723. if temp > 0: jump 'pregduedateloop'
  724. $pregduedate = '<<pregduemonth>> / <<pregdueday>> / <<pregdueyear>>'
  725. }
  726. $d_pregmovement = {
  727. if denypreg = 0 and pregchem > 0:
  728. if thinkpreg > 0 and knowpreg = 0:
  729. knowpreg = 1
  730. if kid <= 0:
  731. 'Your heart flutters as you feel a baby moving around inside you for the first time.'
  732. else
  733. 'The movement inside you confirms what you already suspected. You are pregnant once again.'
  734. end
  735. elseif knowpreg > 0:
  736. temprand = rand(0,2)
  737. if temprand = 0:
  738. if pregchem > 5000:
  739. 'Your baby visibly moves around inside you.'
  740. else
  741. 'You feel movement deep inside you as your baby shifts around.'
  742. end
  743. elseif temprand = 1:
  744. if pregchem > 5000:
  745. 'You wince as your baby delivers a vicious kick to your insides.'
  746. else
  747. 'You feel your baby kicking.'
  748. end
  749. elseif temprand = 2:
  750. if pregchem > 5000:
  751. 'You feel your baby kicking, look down, and see your belly twitching from it''s movements.'
  752. else
  753. 'You feel your baby kicking.'
  754. end
  755. end
  756. else
  757. if cyccustom = 1:
  758. if pregchem < 4000:
  759. if kid <= 0 :
  760. 'You feel a weird and strange fluttering sensation around inside your stomach. Perhaps you should see the doctor?'
  761. else
  762. 'It feels as if a baby is moving inside you. Are you pregnant?'
  763. end
  764. else
  765. knowpreg = 1
  766. if kid <= 0:
  767. 'It''s become pretty obvious. You are pregnant.'
  768. else
  769. 'It''s become pretty obvious. You are pregnant once again.'
  770. end
  771. end
  772. end
  773. end
  774. elseif pregchem > 0:
  775. if kid > 0 and PregChem > 3903:
  776. 'You try to deny it, but you just can''t any more. The large belly, the movement, you are pregnant once again.'
  777. denypreg = 0
  778. dynamic $d_cycreport_upduedate
  779. $cycreport_txt = 'You are pregnant.'
  780. else
  781. 'You feel movement deep inside you. It''s probably just gas.'
  782. end
  783. end
  784. }
  785. $use_steroids = {
  786. if steroid_dose < 3:
  787. '<font color = blue>You swallow the orange pill.</font>'
  788. steroid_dose += 1
  789. steroid_counter += 1
  790. steroid_have -= 1
  791. else
  792. 'You really shouldn''t take any more pills today.'
  793. end
  794. }
  795. $use_bcream = {
  796. if bcream_used < 1:
  797. '<font color = #DB7093>You smear the cream onto your breasts and rub it in.</font>'
  798. bcream_used = 1
  799. bcream_have -= 1
  800. else
  801. 'Using any more cream won''t have any effect.'
  802. end
  803. }
  804. if $ARGS[0] = 'takepill':
  805. if tabletki > 0 and pillsleft[ptype] = 0:
  806. tabletkirand = rand(1, tabletki)
  807. if tabletkirand <= tabletkiold:
  808. tabletki -=1
  809. tabletkiold -=1
  810. ptype = 1
  811. pillsleft[ptype] = 28
  812. elseif tabletkirand <= tabletkiold + tabletkifake:
  813. tabletki -=1
  814. tabletkifake -=1
  815. ptype = 2
  816. pillsleft[ptype] = 28
  817. elseif tabletkirand <= tabletkiold + tabletkifake + tabletkirej:
  818. tabletki -=1
  819. tabletkirej -=1
  820. ptype = 3
  821. pillsleft[ptype] = 28
  822. elseif tabletkirand <= tabletkiold + tabletkifake + tabletkirej + tabletkisug:
  823. tabletki -=1
  824. tabletkisug -=1
  825. ptype = 4
  826. pillsleft[ptype] = 28
  827. elseif tabletkirand <= tabletkiold + tabletkifake + tabletkirej + tabletkisug + tabletkifert:
  828. tabletki -=1
  829. tabletkifert -=1
  830. ptype = 5
  831. pillsleft[ptype] = 28
  832. else
  833. tabletki -=1
  834. ptype = 0
  835. pillsleft[ptype] = 28
  836. end
  837. killvar 'tabletkirand'
  838. end
  839. !! added empty week to allow menstruation - it take effect only when the pills are taken automatically
  840. if placebopart <= 0 or tabletkicheck ! 1:
  841. !!pillcon2 is the ideal state, PC cosiders this the believed pillcon value
  842. pillcon2 += ((pillcon2+15000)/40)+1000
  843. if pillcon2 > 40000:pillcon2 = 40000
  844. if ptype = 0:
  845. pillsleft[ptype] -= 1
  846. pcs_skin += 1
  847. pillcon += ((pillcon+15000)/40)+1000
  848. if pillcon > 40000: pillcon = 40000
  849. elseif ptype = 1:
  850. pillsleft[ptype] -= 1
  851. pcs_skin += rand(0,1)
  852. pillcon += ((pillcon+15000)/40)+ rand(250,1000)
  853. if pillcon > 40000: pillcon = 40000
  854. elseif ptype = 2:
  855. pillsleft[ptype] -= 1
  856. pcs_skin += rand(0,1)
  857. pillcon += ((pillcon+15000)/40)+ rand(0,500)
  858. if pillcon > 40000: pillcon = 40000
  859. elseif ptype = 3:
  860. pillsleft[ptype] -= 1
  861. pcs_skin += rand(0,1)
  862. if rand(0,4) = 0: pain['tummy'] += rand(5,10)
  863. pillcon += ((pillcon+15000)/40)+ rand(250,2000)
  864. if pillcon > 40000: pillcon = 40000
  865. elseif ptype = 4:
  866. pillsleft[ptype] -= 1
  867. elseif ptype = 5:
  868. pillsleft[ptype] -= 1
  869. pcs_skin += 1
  870. EggRH += rand(10,80)
  871. end
  872. end
  873. end
  874. --- din_bad ---------------------------------