stat_display.qsrc 64 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369
  1. # stat_display
  2. gs 'outdoors', 'main'
  3. !!Sex stat update
  4. stat['mast'] += mastr & mastr = 0
  5. stat['hj'] += hj & hj = 0
  6. stat['bj'] += bj & bj = 0
  7. stat['vaginal'] += sex & sex = 0
  8. stat['anal'] += anal & anal = 0
  9. stat['cuni'] += kuni & kuni = 0
  10. stat['anal_strap_give'] += pegging & pegging = 0
  11. !!!!!!!!!!!!!!!!!!!!!
  12. !!!Pain calculation!!!
  13. !!!!!!!!!!!!!!!!!!!!!
  14. paintmp1 = func('shortgs','modul',pain['head'],pain['hair'],pain['ears'],pain['eyebrows'],pain['eyes'],pain['cheeks'],pain['nose'],pain['mouth'])
  15. paintmp2 = func('shortgs','modul',pain['tummy'],pain['pubic'],pain['vaginal'],pain['labia'],pain['clitoris'],pain['urethra'],pain['cervix'],pain['lips'])
  16. paintmp3 = func('shortgs','modul',pain['throat'],pain['asscheeks'],pain['asshole'],pain['hips'],pain['thighs'],pain['legL'],pain['legR'],pain['feet'])
  17. paintmp4 = func('shortgs','modul',pain['toes'],pain['shoulders'],pain['armL'],pain['armR'],pain['hands'],pain['fingers'],pain['chest'],pain['breasts'])
  18. paintmp5 = func('shortgs','modul',pain['tongue'],pain['neck'],pain['back'],pain['nipples'],pain['ribs'],vgape * 8, agape * 10,spanked * 24)
  19. pain['total'] = func('shortgs','modul',paintmp1,paintmp2,paintmp3,paintmp4,paintmp5)
  20. if pain['total'] > 100: pain['total'] = 100
  21. pain['damage'] = pain['total']
  22. pain['relief'] = 0
  23. if alko > 9:
  24. pain['relief'] = 70
  25. elseif alko > 6:
  26. pain['relief'] = 40
  27. elseif alko > 3:
  28. pain['relief'] = 15
  29. end
  30. if StrongNarkota > 0:
  31. pain['relief'] = 90
  32. elseif nark > 0:
  33. pain['relief'] = 60
  34. elseif pain['killer'] > 12 and alko <= 9:
  35. pain['relief'] = 50
  36. end
  37. if pain['relief'] ! 0:
  38. if (pain['total'] / pain['relief']) > 0:
  39. pain['total'] = pain['total'] / pain['relief']
  40. elseif pain['total'] > 0:
  41. pain['total'] = 0
  42. end
  43. end
  44. if pain['total'] > 80:
  45. if (pcs_health * 5) >= healthmax: pcs_health = pcs_health * 20 / 100
  46. if (pcs_mood * 5) >= 100: pcs_mood = pcs_mood * 20 / 100
  47. elseif pain['total'] > 60:
  48. if (pcs_health * 5 / 2) >= healthmax: pcs_health = pcs_health * 40 / 100
  49. if (pcs_mood * 5 / 2) >= 100: pcs_mood = pcs_mood * 40 / 100
  50. elseif pain['total'] > 40:
  51. if (pcs_health * 5 / 3) >= healthmax: pcs_health = pcs_health * 60 / 100
  52. if (pcs_mood * 5 / 3) >= 100: pcs_mood = pcs_mood * 60 / 100
  53. elseif pain['total'] > 20:
  54. if (pcs_health * 5 / 4) >= healthmax: pcs_health = pcs_health * 80 / 100
  55. if (pcs_mood * 5 / 4) >= 100: pcs_mood = pcs_mood * 80 / 100
  56. elseif pain['total'] > 0:
  57. if (pcs_health * 10 / 9) >= healthmax: pcs_health = pcs_health * 90 / 100
  58. if (pcs_mood * 10 / 9) >= 100: pcs_mood = pcs_mood * 90 / 100
  59. end
  60. !!--------------------------pain calculation end--------------------------------
  61. !!update skills and attributes to pcs_ from there _lvl values plus adjustments based on condition
  62. gs 'stat_sklattrib_lvlset'
  63. !!Sleep variable cap
  64. if pcs_sleep > 100: pcs_sleep = 100
  65. !!!!!!!!!!!!!!!!!!!!!
  66. !!!Beginning Description!!!
  67. !!!!!!!!!!!!!!!!!!!!!
  68. !!----------------image Extra messages, start--------------------------
  69. $stat_imgtool_msg=''
  70. $stat_imgextra_msg=''
  71. if Enable_showstatimg = 1:
  72. !There are 3 display mode, with toobar / top / bottom, controlled by Enable_statimg_loc
  73. if Enable_statimg_face = 0:
  74. $stat_imgtool_msg += '<a href="exec:Enable_statimg_face = 1 & gs ''$menu_obnovit''">◇Face</a>'
  75. else
  76. $stat_imgtool_msg += '<a href="exec:Enable_statimg_face = 0 & gs ''$menu_obnovit''">◆Face</a>'
  77. $img_temp = FUNC('$face_image')
  78. if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img <<$set_statimgh>> src="<<$img_temp>>"></a> '
  79. end
  80. if Enable_statimg_body = 0:
  81. $stat_imgtool_msg += ' <a href="exec:Enable_statimg_body = 1 & gs ''$menu_obnovit''">◇Body</a>'
  82. else
  83. $stat_imgtool_msg += ' <a href="exec:Enable_statimg_body = 0 & gs ''$menu_obnovit''">◆Body</a>'
  84. $img_temp = FUNC('$body_image','body')
  85. if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img <<$set_statimgh>> src="<<$img_temp>>"></a> '
  86. end
  87. if Enable_statimg_coat = 0:
  88. $stat_imgtool_msg += ' <a href="exec:Enable_statimg_coat = 1 & gs ''$menu_obnovit''">◇Coat</a>'
  89. else
  90. $stat_imgtool_msg += ' <a href="exec:Enable_statimg_coat = 0 & gs ''$menu_obnovit''">◆Coat</a>'
  91. $img_temp = FUNC('$body_image','coat')
  92. if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img <<$set_statimgh>> src="<<$img_temp>>"></a> '
  93. end
  94. if Enable_statimg_cloth = 0:
  95. $stat_imgtool_msg += ' <a href="exec:Enable_statimg_cloth = 1 & gs ''$menu_obnovit''">◇Clothes</a>'
  96. else
  97. $stat_imgtool_msg += ' <a href="exec:Enable_statimg_cloth = 0 & gs ''$menu_obnovit''">◆Clothes</a>'
  98. $img_temp = FUNC('$body_image','clothes')
  99. if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img <<$set_statimgh>> src="<<$img_temp>>"></a> '
  100. end
  101. if Enable_statimg_bra = 0:
  102. $stat_imgtool_msg += ' <a href="exec:Enable_statimg_bra = 1 & gs ''$menu_obnovit''">◇Bra</a>'
  103. else
  104. $stat_imgtool_msg += ' <a href="exec:Enable_statimg_bra = 0 & gs ''$menu_obnovit''">◆Bra</a>'
  105. $img_temp = FUNC('$body_image','bra')
  106. if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img <<$set_statimgh>> src="<<$img_temp>>"></a> '
  107. end
  108. if Enable_statimg_panties = 0:
  109. $stat_imgtool_msg += ' <a href="exec:Enable_statimg_panties = 1 & gs ''$menu_obnovit''">◇Panties</a>'
  110. else
  111. $stat_imgtool_msg += ' <a href="exec:Enable_statimg_panties = 0 & gs ''$menu_obnovit''">◆Panties</a>'
  112. $img_temp = FUNC('$body_image','panties')
  113. if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img <<$set_statimgh>> src="<<$img_temp>>"></a> '
  114. end
  115. if Enable_statimg_shoes = 0:
  116. $stat_imgtool_msg += ' <a href="exec:Enable_statimg_shoes = 1 & gs ''$menu_obnovit''">◇Shoes</a>'
  117. else
  118. $stat_imgtool_msg += ' <a href="exec:Enable_statimg_shoes = 0 & gs ''$menu_obnovit''">◆Shoes</a>'
  119. $img_temp = FUNC('$body_image','shoes')
  120. if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img <<$set_statimgh>> src="<<$img_temp>>"></a> '
  121. end
  122. $stat_imgtool_msg += ' <a href="exec:gs ''Cheatmenu_din'' & dynamic $cheatmenu[''setting'']">◎Settings</a>'
  123. end
  124. !!----------------image Extra messages, end --------------------------
  125. if Enable_statimg_loc = 1:
  126. $stat_msg = '<<$stat_imgtool_msg>><br><<$stat_imgextra_msg>><br><<$stat_msg>>'
  127. end
  128. $stat_android = '<b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>'
  129. $stat_msg += '<table><tr><td><a href="exec:msg ''<<$weather>>''"><<$weatherImage>></a></td><td><<$temperature>></td></tr></table>'
  130. if Enable_statfsize>0:$stat_msg = '<font size=<<Enable_statfsize>>><<$stat_msg>>'
  131. !$stat_msg += '<<$weather>><BR>'
  132. !pl '<<$weatherImage>>'
  133. if timeHidden = 0:
  134. $stat_msg += '<BR><<$stat_android>> <<$week[week]>> <<day>> <<$month>> <<year>>'
  135. end
  136. $stat_android += '<<$week[week]>> <<day>>/<<month>>, <<money>> ₽, <a href="exec:clr & pl $stat_android">Status</a>'
  137. ! $stat_android for short desc in android mode, $stat_msg for status bar.
  138. if StoryLine > 0 and SchoolAtestat ! 1 and $holyday ! '': $stat_msg += '<BR><<$holyday>>' & $stat_msg += '<BR>'
  139. if birthday = day and birthmonth = month: $stat_msg += '<BR><b>Today is your birthday.</b>' & $stat_msg += '<BR>'
  140. !New icon based menu.
  141. if menu_off = 0:
  142. $stat_msg += '<table><tr><td><a href="exec:killvar ''menu_page'' & gs ''obj_din'', ''description''"><img src="images/system/menu icons/icon_character.png"></a></td><td><a href="exec:killvar ''menu_page'' & gs ''obj_din'', ''face''"><img src="images/system/menu icons/icon_lookself.png"></a></td>'+iif(bag > 0,'<td><a href="exec:gs ''din_bad'', ''d_bag''"><img src="images/system/menu icons/icon_purse.png"></a></td>','')+'<td><a href="exec:gs ''telefon'',''Phone_menu''"><img src="images/system/menu icons/icon_phone.png"></a></td><td><a href="exec:gs ''obj_din'', ''records''"><img src="images/system/menu icons/icon_additional.png"></a></td><td><a href="exec:killvar ''menu_page'' & gs''$menu_setting''"><img src="images/system/menu icons/icon_menu.png"></a></td></tr></table>'
  143. elseif menu_off = 1:
  144. $stat_msg += '<table><tr><td><a href="exec:killvar ''menu_page'' & gs ''obj_din'', ''menu_disabled''"><img src="images/system/menu icons/icon_character.png"></a></td><td><a href="exec:killvar ''menu_page'' & gs ''obj_din'', ''menu_disabled''"><img src="images/system/menu icons/icon_lookself.png"></a></td>'+iif(bag > 0,'<td><a href="exec:gs ''obj_din'', ''menu_disabled''"><img src="images/system/menu icons/icon_purse.png"></a></td>','')+'<td><a href="exec:gs ''telefon'',''Phone_menu''"><img src="images/system/menu icons/icon_phone.png"></a></td><td><a href="exec:gs ''obj_din'', ''menu_disabled''"><img src="images/system/menu icons/icon_additional.png"></a></td><td><a href="exec:killvar ''menu_page'' & gs''obj_din'', ''menu_disabled''"><img src="images/system/menu icons/icon_menu.png"></a></td></tr></table>'
  145. end
  146. $pockets = 'Pockets'
  147. if bag > 0: $pockets = 'Purse'
  148. if bankAccount = 0 and stolmoney = 0:
  149. $stat_msg += '<BR>You have <b><<money>> ₽</b> in your <<$pockets>>.'
  150. else
  151. !combine money status to single line
  152. $stat_msg += '<BR><<$pockets>>: <b><<money>> ₽</b>'
  153. if stolmoney > 0: $stat_msg += ', Drawer <b><<stolmoney>> ₽</b>'
  154. if bankAccount = 1:
  155. if karta >= 0:
  156. $stat_msg += ', Bank: <b><<karta>> ₽</b>'
  157. else
  158. $stat_msg += '<BR><font color="red">Your bank account is overdrawn by <b><<karta>> ₽</b>!!</font>'
  159. end
  160. end
  161. end
  162. !{
  163. $stat_msg += '<BR>You have <b><<money>> ₽</b> in your <<$pockets>>.'
  164. if bankAccount = 1:
  165. if karta >= 0:
  166. $stat_msg += '<BR>You have <b><<karta>> ₽</b> in your bank account.'
  167. else
  168. $stat_msg += '<BR><font color="red">Your bank account is overdrawn by <b><<karta>> ₽</b>!!</font>'
  169. end
  170. end
  171. if stolmoney > 0: $stat_msg += '<BR>You have <b><<stolmoney>> ₽</b> in your desk drawer.'
  172. }
  173. !$stat_msg += '<BR>'
  174. if ETOmenu = 1:
  175. $stat_msg += '<BR><b><<$pcs_health>></b>'
  176. $stat_msg += '<BR><b><<$pcs_willpwr>></b>'
  177. if cheatNoEat = 0: $stat_msg += '<BR><b><<$pcs_energy>></b>'
  178. if cheatNoDrink = 0: $stat_msg += '<BR><b><<$pcs_hydra>></b>'
  179. if cheatNoSleep = 0: $stat_msg += '<BR><b><<$pcs_sleep>></b>'
  180. elseif Enable_scalepic = 2:
  181. $st_temp='rgb(<<(16777216 + fcolor) mod 256>>,<<(16777216 + fcolor)/256 mod 256>>,<<(16777216 + fcolor)/65536>>)'
  182. $stat_msg += '<p><font color="<<$st_temp>>"><TABLE width="300" cellpadding="1" cellspacing="0"><TR><TD width="85%">'+FUNC('indiktab', '2', pcs_horny, pcs_horny)+'</TD><TD> Arousal</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '2', pain['total'], pain['total'])+'</TD><TD> Pain</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_health * 100 / healthmax, pcs_health)+'</TD><TD> Health</TD></TR>'
  183. if MagikDostup = 0: $stat_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_manna * 100 / mannamax, pcs_manna)+'</TD><TD> Manna</TD></TR>'
  184. $stat_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_willpwr * 100 / willpowermax, pcs_willpwr)+'</TD><TD> Willpower</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_stam * 100 / stammax, pcs_stam)+'</TD><TD> Stamina</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_mood, pcs_mood)+'</TD><TD> Mood</TD></TR>'
  185. if cheatNoEat = 0: $stat_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_energy, pcs_energy)+'</TD><TD> Hunger</TD></TR>'
  186. if cheatNoDrink = 0: $stat_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_hydra, pcs_hydra)+'</TD><TD> Thirst</TD></TR>'
  187. if cheatNoSleep = 0: $stat_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_sleep, pcs_sleep)+'</TD><TD> Sleep</TD></TR></TABLE></font></p>'
  188. else
  189. gs 'indik', '2', pcs_horny, pcs_horny
  190. $stat_msg += '<BR><<$ind>> Arousal'
  191. gs 'indik', '2', pain['total'], pain['total'], pain['damage']
  192. $stat_msg += '<BR><<$ind>> Pain'
  193. gs 'indik', '1', pcs_health * 100 / healthmax, pcs_health
  194. $stat_msg += '<BR><<$ind>> Health'
  195. if MagikDostup = 0:
  196. gs 'indik', '1', pcs_manna * 100 / mannamax, pcs_manna
  197. $stat_msg += '<BR><<$ind>> Manna'
  198. end
  199. gs 'indik', '1', pcs_willpwr * 100 / willpowermax, pcs_willpwr
  200. $stat_msg += '<BR><<$ind>> Willpower'
  201. gs 'indik', '1', pcs_stam * 100 / stammax, pcs_stam
  202. $stat_msg += '<BR><<$ind>> Stamina'
  203. gs 'indik', '1', pcs_mood, pcs_mood
  204. $stat_msg += '<BR><<$ind>> Mood'
  205. if cheatNoEat = 0:
  206. gs 'indik', '1', pcs_energy, pcs_energy
  207. $stat_msg += '<BR><<$ind>> Hunger'
  208. end
  209. if cheatNoDrink = 0:
  210. gs 'indik', '1', pcs_hydra, pcs_hydra
  211. $stat_msg += '<BR><<$ind>> Thirst'
  212. end
  213. if cheatNoSleep = 0:
  214. gs 'indik', '1', pcs_sleep, pcs_sleep
  215. $stat_msg += '<BR><<$ind>> Sleep'
  216. end
  217. end
  218. !!----------------Extra messages, start--------------------------
  219. !!----------------▽Attributes--------------------------
  220. $stat_tool_msg=''
  221. $stat_extra_msg=''
  222. if Enable_showattr = 0:
  223. $stat_tool_msg += '<a href="exec:Enable_showattr = 1 & gs ''$menu_obnovit''">▽Attributes</a>'
  224. else
  225. $stat_tool_msg += '<a href="exec:Enable_showattr = 0 & gs ''$menu_obnovit''">▲Attributes</a>'
  226. !skip if this is first message
  227. if $stat_extra_msg ! null: $stat_extra_msg += '<br><a href="exec:Enable_showattr = 0 & gs ''$menu_obnovit''">▲Attributes:</a>'
  228. if Enable_scalepic = 2:
  229. if pcs_dom > 10:
  230. $dom_stat_msg = 'dominant'
  231. elseif sub > 10:
  232. $dom_stat_msg = 'submissive'
  233. else
  234. $dom_stat_msg = 'neutral'
  235. end
  236. $stat_extra_msg += '<font color="<<$st_temp>>"><TABLE cellpadding="1" cellspacing="0" width="300"><TR><TD width="85%">'+FUNC('indiktab', '3', 100+pcs_dom-sub, 100+pcs_dom-sub,$dom_stat_msg)+'</TD><TD> Dominance</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', 100 - pcs_inhib, 100 - pcs_inhib)+'</TD><TD> Inhibition</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_stren, pcs_stren)+'</TD><TD> Strength</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_agil, pcs_agil)+'</TD><TD> Agility</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_vital, pcs_vital)+'</TD><TD> Endurance</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_intel, pcs_intel)+'</TD><TD> Intelligence</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_sprt, pcs_sprt)+'</TD><TD> Spirit</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_react, pcs_react)+'</TD><TD nowrap> Reaction</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_chrsm, pcs_chrsm)+'</TD><TD> Charisma</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_prcptn, pcs_prcptn)+'</TD><TD> Perception</TD></TR>'
  237. if MagikDostup = 0: $stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_magik, pcs_magik)+'</TD><TD> Magic</TD></TR>'
  238. if succubusflag = 1: $stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', sucexcess, sucexcess)+'</TD><TD> Succubus Energy</TD></TR>'
  239. $stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_apprnc / 2, pcs_apprnc)+'</TD><TD> Attractiveness</TD></TR>'
  240. if SchoolAtestat = 0 and StoryLine > 0:$stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_grades, pcs_grades)+'</TD><TD nowrap> School Grades</TD></TR>'
  241. $stat_extra_msg += '</TABLE></font>'
  242. killvar '$dom_stat_msg'
  243. else
  244. gs 'indik','3', 50+(pcs_dom-sub)/2, 50+(pcs_dom-sub)/2
  245. $stat_extra_msg += '<BR><<$ind>> Dominance'
  246. if pcs_dom > 10:
  247. $stat_extra_msg += ' (dominant)'
  248. elseif sub > 10:
  249. $stat_extra_msg += ' (submissive)'
  250. else
  251. $stat_extra_msg += ' (natural)'
  252. end
  253. gs 'indik', '1', 100 - pcs_inhib, 100 - pcs_inhib
  254. $stat_extra_msg += '<BR><<$ind>> Inhibition'
  255. gs 'indik', '1', pcs_stren, pcs_stren
  256. $stat_extra_msg += '<BR><<$ind>> Strength'
  257. gs 'indik', '1', pcs_agil, pcs_agil
  258. $stat_extra_msg += '<BR><<$ind>> Agility'
  259. gs 'indik', '1', pcs_vital, pcs_vital
  260. $stat_extra_msg += '<BR><<$ind>> Endurance'
  261. gs 'indik', '1', pcs_intel, pcs_intel
  262. $stat_extra_msg += '<BR><<$ind>> Intelligence'
  263. gs 'indik', '1', pcs_sprt, pcs_sprt
  264. $stat_extra_msg += '<BR><<$ind>> Spirit'
  265. gs 'indik', '1', pcs_react, pcs_react
  266. $stat_extra_msg += '<BR><<$ind>> Reaction'
  267. gs 'indik', '1', pcs_chrsm, pcs_chrsm
  268. $stat_extra_msg += '<BR><<$ind>> Charisma'
  269. gs 'indik', '1', pcs_prcptn, pcs_prcptn
  270. $stat_extra_msg += '<BR><<$ind>> Perception'
  271. if MagikDostup = 0:
  272. gs 'indik', '1', pcs_magik, pcs_magik
  273. $stat_extra_msg += '<BR><<$ind>> Magic'
  274. if succubusflag = 1:
  275. gs 'indik', '1', sucexcess, sucexcess
  276. $stat_extra_msg += '<BR><<$ind>> Succubus energy'
  277. end
  278. end
  279. gs 'indik', '1', pcs_apprnc / 2, pcs_apprnc
  280. $stat_extra_msg += '<BR><<$ind>> Attractiveness'
  281. if SchoolAtestat = 0 and StoryLine > 0:
  282. gs 'indik', '1', pcs_grades, pcs_grades
  283. $stat_extra_msg += '<BR><<$ind>> School Grades'
  284. end
  285. $stat_extra_msg += '<BR>'
  286. end
  287. end
  288. killvar '$st_temp'
  289. !!----------------▽Skills--------------------------
  290. if Enable_showskill = 0:
  291. $stat_tool_msg += ' <a href="exec:Enable_showskill = 1 & gs ''$menu_obnovit''">▽Skills</a>'
  292. else
  293. $stat_tool_msg += ' <a href="exec:Enable_showskill = 0 & gs ''$menu_obnovit''">▲Skills</a>'
  294. !!----------------------▲Skills display------------------------
  295. $stat_sktool_msg=''
  296. st_count=0
  297. $show_table=''
  298. !!----------------Mental skills--------------------------
  299. if Enable_show_mental_skill = 0:
  300. $stat_sktool_msg += ' <a href="exec:Enable_show_mental_skill = 1 & gs ''$menu_obnovit''">◇Mental</a>'
  301. else
  302. $stat_sktool_msg += ' <a href="exec:Enable_show_mental_skill = 0 & gs ''$menu_obnovit''">◆Mental</a>'
  303. if pcs_splcstng > 0 and MagikDostup = 0: gs 'show_table', '<<pcs_splcstng>> Spell Casting', '2'
  304. if pcs_humint > 0: gs 'show_table', '<<pcs_humint>> People skills', '2'
  305. if pcs_persuas > 0: gs 'show_table', '<<pcs_persuas>> Persuasion', '2'
  306. if pcs_observ > 0: gs 'show_table', '<<pcs_observ>> Observation', '2'
  307. end
  308. !!-----------------Sport skills--------------------------
  309. if Enable_show_sport_skill = 0:
  310. $stat_sktool_msg += ' <a href="exec:Enable_show_sport_skill = 1 & gs ''$menu_obnovit''">◇Sport</a>'
  311. else
  312. $stat_sktool_msg += ' <a href="exec:Enable_show_sport_skill = 0 & gs ''$menu_obnovit''">◆Sport</a>'
  313. if pcs_jab > 0: gs 'show_table', '<<pcs_jab>> Jabs', '2'
  314. if pcs_punch > 0: gs 'show_table', '<<pcs_punch>> Power Strikes', '2'
  315. if pcs_kick > 0: gs 'show_table', '<<pcs_kick>> Kicks', '2'
  316. if pcs_def > 0: gs 'show_table', '<<pcs_def>> Defence', '2'
  317. if pcs_run > 0: gs 'show_table', '<<pcs_run>> Running', '2'
  318. if pcs_vball > 0: gs 'show_table', '<<pcs_vball>> Volleyball', '2'
  319. if pcs_ftbll > 0: gs 'show_table', '<<pcs_ftbll>> Football', '2'
  320. if pcs_wrstlng > 0: gs 'show_table', '<<pcs_wrstlng>> Wrestling', '2'
  321. if pcs_shoot > 0: gs 'show_table', '<<pcs_shoot>> Marksmanship', '2'
  322. if pcs_bushcraft > 0: gs 'show_table', '<<pcs_bushcraft>> Bushcraft', '2'
  323. if pcs_chess > 0: gs 'show_table', '<<pcs_chess>> Chess', '2'
  324. if pcs_icesktng > 0: gs 'show_table', '<<pcs_icesktng>> Ice Skating', '2'
  325. if pcs_gaming > 0: gs 'show_table', '<<pcs_gaming>> Gaming', '2'
  326. if pcs_pool > 0: gs 'show_table', '<<pcs_pool>> Pool', '2'
  327. end
  328. !!-----------------Beauty/Modelling skills---------------
  329. if Enable_show_beauty_skill = 0:
  330. $stat_sktool_msg += ' <a href="exec:Enable_show_beauty_skill = 1 & gs ''$menu_obnovit''">◇Beauty</a>'
  331. else
  332. $stat_sktool_msg += ' <a href="exec:Enable_show_beauty_skill = 0 & gs ''$menu_obnovit''">◆Beauty</a>'
  333. if pcs_makupskl > 0: gs 'show_table', '<<pcs_makupskl>> Makeup Skill', '2'
  334. if pcs_danc > 0: gs 'show_table', '<<pcs_danc>> Modern Dancing', '2'
  335. if pcs_dancero > 0: gs 'show_table', '<<pcs_dancero>> Erotic Dancing', '2'
  336. if pcs_dancpol > 0: gs 'show_table', '<<pcs_dancpol>> Pole Dancing', '2'
  337. if pcs_mdlng > 0: gs 'show_table', '<<pcs_mdlng>> Modelling', '2'
  338. if pcs_heels > 0: gs 'show_table', '<<pcs_heels>> Heels', '2'
  339. end
  340. !!---------------------Artistic skills-------------------
  341. if Enable_show_art_skill = 0:
  342. $stat_sktool_msg += ' <a href="exec:Enable_show_art_skill = 1 & gs ''$menu_obnovit''">◇Artistic</a>'
  343. else
  344. $stat_sktool_msg += ' <a href="exec:Enable_show_art_skill = 0 & gs ''$menu_obnovit''">◆Artistic</a>'
  345. if pcs_vokal > 0: gs 'show_table', '<<pcs_vokal>> Singing', '2'
  346. if pcs_instrmusic > 0: gs 'show_table', '<<pcs_instrmusic>> Instrumental Music', '2'
  347. if pcs_photoskl > 0: gs 'show_table', '<<pcs_photoskl>> Photography', '2'
  348. if pcs_artskls > 0: gs 'show_table', '<<pcs_artskls>> Artistic Skills', '2'
  349. end
  350. !!----------------------Job skills------------------------
  351. if Enable_show_job_skill = 0:
  352. $stat_sktool_msg += ' <a href="exec:Enable_show_job_skill = 1 & gs ''$menu_obnovit''">◇Job</a>'
  353. else
  354. $stat_sktool_msg += ' <a href="exec:Enable_show_job_skill = 0 & gs ''$menu_obnovit''">◆Job</a>'
  355. if pcs_cleaning > 0: gs 'show_table', '<<pcs_cleaning>> Cleaning Skill', '2'
  356. if pcs_compskl > 0: gs 'show_table', '<<pcs_compskl>> Computer Skill', '2'
  357. if pcs_comphckng > 0: gs 'show_table', '<<pcs_comphckng>> Hacking', '2'
  358. if pcs_hndiwrk > 0: gs 'show_table', '<<pcs_hndiwrk>> Handy-work', '2'
  359. if pcs_sewng > 0: gs 'show_table', '<<pcs_sewng>> Tailoring', '2'
  360. if pcs_servng > 0: gs 'show_table', '<<pcs_servng>> Serving', '2'
  361. if pcs_medcn > 0: gs 'show_table', '<<pcs_medcn>> Medicine', '2'
  362. if workPTU > 1: gs 'show_table','<<teachlevel>> Teacher credibility','2'
  363. end
  364. !skip if this is first message
  365. if $stat_extra_msg ! null:
  366. $stat_extra_msg += '<br><a href="exec:Enable_showskill = 0 & gs ''$menu_obnovit''">▲Skills:</a> <<$stat_sktool_msg>>'
  367. else
  368. $stat_extra_msg += '<br><<$stat_sktool_msg>>'
  369. end
  370. if st_count > 0 :
  371. $stat_extra_msg += '<BR><TABLE BORDER=1><<$show_table>></TR></TABLE>'
  372. end
  373. end
  374. killvar 'stat_sktool_msg'
  375. killvar 'stat_skextra_msg'
  376. !!----------------▽relations--------------------------
  377. if Enable_showrelation = 0:
  378. $stat_tool_msg += ' <a href="exec:Enable_showrelation = 1 & gs ''$menu_obnovit''">▽Relations</a>'
  379. else
  380. $stat_tool_msg += ' <a href="exec:Enable_showrelation = 0 & gs ''$menu_obnovit''">▲Relations</a>'
  381. st_count=0
  382. $show_table=''
  383. if npc_QW['A192'] > 0:gs'show_table','Nastja: <<npc_QW[''A192'']>>','2'
  384. if npc_rel['A218'] > 0:gs'show_table','Tanya: <<npc_rel[''A218'']>>','2'
  385. if npc_rel['A219'] > 0:gs'show_table','Kat: <<npc_rel[''A219'']>>','2'
  386. if npc_rel['A220'] > 0:gs'show_table','Vika: <<npc_rel[''A220'']>>','2'
  387. if npc_rel['A93'] > 0:gs'show_table','Ira: <<npc_rel[''A93'']>>','2'
  388. if npc_rel['A43'] > 0:gs'show_table','Tamara: <<npc_rel[''A43'']>>','2'
  389. if alla > 0:gs'show_table','Alla: <<alla>>','2'
  390. if masha > 0:gs'show_table','Masha: <<masha>>','2'
  391. if npc_rel['A41'] > 0:gs'show_table','Givi Karapetovich: <<npc_rel[''A41'']>>','2'
  392. if npc_rel['A42'] > 0:gs'show_table','Ashot: <<npc_rel[''A42'']>>','2'
  393. if afra > 0:gs'show_table','Blacks: <<afra>>','2'
  394. if Rex > 0:gs'show_table','Rex: <<Rex>>','2'
  395. if npc_rel['A217'] > 0:gs'show_table','Pavlin: <<npc_rel[''A217''] >>','2'
  396. if npc_rel['A69'] > 0:gs'show_table','Mikhail Nikolaevich: <<npc_rel[''A69'']>>','2'
  397. if npc_rel['A89'] > 0:gs'show_table','Eugene: <<npc_rel[''A89'']>>','2'
  398. if npc_rel['A112'] > 0:gs'show_table','Sergei Shulgin: <<npc_rel[''A112'']>>','2'
  399. if npc_rel['A11'] > 0:gs'show_table','Vasily Shulgin: <<npc_rel[''A11'']>>','2'
  400. if huntersAndreiQw > 0:gs'show_table','Hunter Andrew: <<huntersAndreiQw>>','2'
  401. if huntersSergeiQw > 0:gs'show_table','Hunter Sergei: <<huntersSergeiQw>>','2'
  402. if huntersIgorQw > 0:gs'show_table','Hunter Igor: <<huntersIgorQw>>','2'
  403. if pcs_lovers[0] = 1:gs'show_table', 'BF <<$loverdesc[0]>>: <<loverrelation[0]>>','2'
  404. if pcs_lovers[1] = 1:gs'show_table', 'BF <<$loverdesc[1]>>: <<loverrelation[1]>>','2'
  405. if pcs_lovers[2] = 1:gs'show_table', 'BF <<$loverdesc[2]>>: <<loverrelation[2]>>','2'
  406. if StoryLine > 0:
  407. if npc_rel['A29'] > 0:gs'show_table','Mother: <<npc_rel[''A29'']>>','2'
  408. if npc_rel['A28'] > 0:gs'show_table','Father: <<npc_rel[''A28'']>>','2'
  409. if npc_rel['A33'] > 0:gs'show_table','Sister: <<npc_rel[''A33'']>>','2'
  410. if npc_rel['A34'] > 0:gs'show_table','Brother: <<npc_rel[''A34'']>>','2'
  411. end
  412. if st_count > 0 :
  413. !skip if this is first message
  414. if $stat_extra_msg ! null: $stat_extra_msg += '<BR><a href="exec:Enable_showrelation = 0 & gs ''$menu_obnovit''">▲Relations:</a>'
  415. $stat_extra_msg += '<BR><TABLE BORDER=1> <<$show_table>></TR></TABLE>'
  416. end
  417. end
  418. !!----------------▽image, default to toolbar, can move to top or bottom from setting--------------------------
  419. if Enable_statimg_loc = 0:
  420. if Enable_showstatimg = 0:
  421. $stat_tool_msg += ' <a href="exec:Enable_showstatimg = 1 & gs ''$menu_obnovit''">▽Image</a>'
  422. else
  423. $stat_tool_msg += ' <a href="exec:Enable_showstatimg = 0 & gs ''$menu_obnovit''">▲Image</a>'
  424. !skip if this is first message
  425. if $stat_extra_msg ! null:
  426. $stat_extra_msg += '<br><a href="exec:Enable_showstatimg = 0 & gs ''$menu_obnovit''">▲Image:</a> <<$stat_imgtool_msg>>'
  427. else
  428. $stat_extra_msg += '<br><<$stat_imgtool_msg>>'
  429. end
  430. $stat_extra_msg += '<br><<$stat_imgextra_msg>>'
  431. end
  432. end
  433. !all end, push back and clean up
  434. $stat_msg += '<br><br><<$stat_tool_msg>>'
  435. if $stat_extra_msg ! NULL : $stat_msg += '<<$stat_extra_msg>>'
  436. $stat_msg += '<br>'
  437. killvar 'stat_tool_msg'
  438. killvar 'stat_extra_msg'
  439. !!----------------Extra messages, End--------------------------
  440. if opPRE = 0: $stat_msg += '<BR><<$pcs_makeup>> and your hair is <<$pcs_hairbsh>>.' & !$stat_msg += '<BR>'
  441. if thinkpreg = 0 and knowpreg = 0 and cycle ! 6 and pillcon2 <= 30000 and succubusflag ! 1 and cheatSlut = 0 and mesec = 0:
  442. if abortionbirthdate = 0 and daystart - lastmens > 28:
  443. if (daystart - lastmens > 28) and (daystart - lastmens <= 35):
  444. $stat_msg += '<BR><font color = #AB052A><b>Your period is late by <<daystart - lastmens - 28>> days.</b></font>'
  445. elseif (daystart - lastmens > 35) and (daystart - lastmens <= 42):
  446. $stat_msg += '<BR><font color = #AB052A><b>Your period is late by more than a week!</b></font>'
  447. elseif (daystart - lastmens > 42) and (daystart - lastmens <= 56):
  448. $stat_msg += '<BR><font color = #AB052A><b>Your period is late by more than two weeks! Maybe you should see a doctor?</b></font>'
  449. elseif (daystart - lastmens > 56) and (daystart - lastmens <= 84):
  450. $stat_msg += '<BR><font color = #AB052A><b>Your period is late by more than a month! You really should see a doctor about it.</b></font>'
  451. elseif daystart - lastmens > 84:
  452. $stat_msg += '<BR><font color = #AB052A><b>You should consider the possibility of a pregnancy, since apparently you no longer have periods.</b></font>'
  453. end
  454. !!Recovery period after an abortion is ~14-21 days
  455. elseif abortionbirthdate ! 0 and daystart - abortionbirthdate <= 13:
  456. $stat_msg += '<BR><font color = #705243><b>You are still in your recovery period. Nothing to worry about.</b></font>'
  457. elseif abortionbirthdate ! 0 and daystart - abortionbirthdate > 13 and daystart - abortionbirthdate <= 16:
  458. $stat_msg += '<BR><font color = #705243><b>You are maybe still in your recovery period, but there could be a risk.</b></font>'
  459. elseif abortionbirthdate ! 0 and daystart - abortionbirthdate > 16 and daystart - abortionbirthdate <= 21:
  460. $stat_msg += '<BR><font color = #820000><b>You should have recovered from you abortion by know... Right?</b></font>'
  461. elseif abortionbirthdate ! 0 and daystart - abortionbirthdate > 21:
  462. $stat_msg += '<BR><font color = #820000><b>You should have definitely recovered from your abortion by now.</b></font>'
  463. !!Recovery period after giving birth is ~42-70 days
  464. elseif pregbirthdate ! 0 and daystart - pregbirthdate <= 41:
  465. $stat_msg += '<BR><font color = #705243><b>You are still in your recovery period. Nothing to worry about.</b></font>'
  466. elseif pregbirthdate ! 0 and daystart - pregbirthdate > 41 and daystart - pregbirthdate <= 48:
  467. $stat_msg += '<BR><font color = #705243><b>You are probably still in your recovery period.</b></font>'
  468. elseif pregbirthdate ! 0 and daystart - pregbirthdate > 48 and daystart - pregbirthdate <= 55:
  469. $stat_msg += '<BR><font color = #705243><b>You are maybe still in your recovery period, but there could be a risk.</b></font>'
  470. elseif pregbirthdate ! 0 and daystart - pregbirthdate > 55 and daystart - pregbirthdate <= 70:
  471. $stat_msg += '<BR><font color = #820000><b>You should have recovered by know... Right?</b></font>'
  472. elseif pregbirthdate ! 0 and daystart - pregbirthdate > 70:
  473. $stat_msg += '<BR><font color = #820000><b>You should have definitely recovered from giving birth by now.</b></font>'
  474. end
  475. end
  476. if implant_day > 0:
  477. if ((daystart - implant_day) * 24 + hour - implant_hour) < 5:
  478. $stat_msg += '<BR><font color=#AB052A>You feel a slight twinge in your abdomen.</font>'
  479. end
  480. end
  481. if mesec > 0:
  482. $stat_msg += '<BR><font color="red">You are currently having your period. '
  483. if isprok = 0 and isprokp = 0:
  484. $stat_msg += 'You need to use your feminine hygiene products.'
  485. elseif isprokp = 1 and $pantyworntype = 'none':
  486. isprokp = 0
  487. $stat_msg += 'You need to wear panties to use a sanitary pad.'
  488. end
  489. $stat_msg += '</font>'
  490. elseif placebopart > 0 and LutH > 0 and knowpreg = 0:
  491. $stat_msg += '<BR><font color="red">Your period is due to start soon.'
  492. $stat_msg += '</font>'
  493. end
  494. if $cycreport_txt ! null: $stat_msg += '<BR><a href="exec:dynamic $d_cycreport_choice"><<$cycreport_txt>></a><br>'
  495. !!if shame > 0:$stat_msg += '<BR><<$shame>>' & $stat_msg += '<BR>'
  496. if $pcs_mood ! '':$stat_msg += '<BR><font color="green"><b><<$pcs_mood>></b></font>'
  497. if mentats_dose >= 1:$stat_msg += '<BR><font color = green>You feel sharp and focused.</font>'
  498. if bcream_used = 1:$stat_msg += '<BR><font color = #DB7093>Your breasts are feeling hot and tingly.</font>'
  499. if aphrodisiac_timer > 0:$stat_msg += '<BR><font color = #DB7093>You are feeling hot and every move causes your groin to tingle.</font>'
  500. if cheatNoEat = 0:
  501. if pcs_energy < 5:
  502. $stat_msg += '<BR><font color="red"><b>You feel faint from hunger, if you don''t have something to eat very soon, you will pass out.</b></font>'
  503. elseif pcs_energy < 10:
  504. $stat_msg += '<BR><font color="red">You are starving, you really need to have something to eat.</font>'
  505. elseif pcs_energy < 20:
  506. $stat_msg += '<BR>You are very hungry and struggle to concentrate on anything other than food.'
  507. elseif pcs_energy < 30:
  508. $stat_msg += '<BR>You feel peckish and your thoughts sometimes drift towards food.'
  509. end
  510. end
  511. if cheatNoDrink = 0:
  512. if pcs_hydra < 5:
  513. $stat_msg += '<BR><font color="red"><b>You feel light-headed, if you don''t have something to drink very soon, you will pass out.</b></font>'
  514. elseif pcs_hydra < 10:
  515. $stat_msg += '<BR><font color="red">You are dehydrated, you really need to have something to drink.</font>'
  516. elseif pcs_hydra < 20:
  517. $stat_msg += '<BR>You are thirsty and your dry throat is irritating and distracting you.'
  518. elseif pcs_hydra < 30:
  519. $stat_msg += '<BR>You feel a little thirsty and your mouth is a little dry.'
  520. end
  521. end
  522. if cheatNoSleep= 0:
  523. if pcs_sleep < 5:
  524. $stat_msg += '<BR><font color="red"><b>You can''t keep your eyes open, if you don''t go to bed now, you will fall asleep right here.</b></font>'
  525. elseif pcs_sleep < 10:
  526. $stat_msg += '<BR><font color="red">You are exhausted, you really need to go to bed soon.</font>'
  527. elseif pcs_sleep < 20:
  528. $stat_msg += '<BR>You are tired and you are struggling to concentrate.'
  529. elseif pcs_sleep < 30:
  530. $stat_msg += '<BR>You feel a little tired.'
  531. end
  532. end
  533. if $pantyworntype ! 'none' and clit_size >= 25:$stat_msg += '<BR><font color = #FF1493>Your panties keep rubbing against your clit and making you horny.</font>'
  534. if pcs_horny >= 50:
  535. if pcs_horny < 90 and $pantyworntype ! 'none':
  536. $stat_msg += '<BR><font color = #DB7093>You are a little nervous, feeling nice between your legs <a href="exec:view''images/pc/body/pussy/briefs1.jpg''">itchy</a> from arousal.</font>'
  537. elseif pcs_horny < 90 and $pantyworntype = 'none':
  538. $stat_msg += '<BR><font color = #DB7093>You are a little nervous, feeling nice between your legs <a href="exec:view''images/pc/body/pussy/briefs1a.jpg''">itchy</a> from arousal.</font>'
  539. elseif $pantyworntype ! 'none':
  540. $stat_msg += '<BR><font color = #FF1493>You can''t stop thinking about sex, between your legs you are <a href="exec:view''images/pc/body/pussy/briefs2.jpg''">soaked</a> from your juices.</font>'
  541. else
  542. $stat_msg += '<BR><font color = #FF1493>You can''t stop thinking about sex, between your legs you are <a href="exec:view''images/pc/body/pussy/briefs2a.jpg''">soaked</a> from your juices.</font>'
  543. end
  544. end
  545. if PillToggle = 1 and tabletki > 0:
  546. Stabletki += tabletki
  547. tabletki = 0
  548. elseif PillToggle = 0 and Stabletki > 0:
  549. tabletki += Stabletki
  550. Stabletki = 0
  551. end
  552. if CondomToggle = 1 and prezik > 0:
  553. Sprezik += prezik
  554. prezik = 0
  555. elseif CondomToggle = 0 and Sprezik > 0:
  556. prezik += Sprezik
  557. Sprezik = 0
  558. end
  559. if smoker >= 20 and NarkImmune = 0:
  560. if smokerNeed > 0:
  561. if siga > 0:
  562. $stat_msg += '<BR><a href="exec:gs ''shortgs'',''smoker''"><font color="red"><b>You want to smoke. You have <<siga>> cigarettes left.</b></font></a><BR>'
  563. else
  564. $stat_msg += '<BR><font color="red"><b>You want to smoke, but you have no cigarettes left.</b></font><BR>'
  565. end
  566. else
  567. if siga > 0:
  568. $stat_msg += '<BR><a href="exec:gs ''shortgs'',''smoker''"><font color=#0064FF><b>You have <<siga>> cigarettes left.</b></font></a><BR>'
  569. else
  570. $stat_msg += '<BR><font color=#0064FF><b>You feel like you should get some cigarettes.</b></font><BR>'
  571. end
  572. end
  573. elseif siga > 0:
  574. $stat_msg += '<BR><a href="exec:gs ''shortgs'',''smoker''"><font color=#0064FF><b>You have <<siga>> cigarettes.</b></font></a><BR>'
  575. end
  576. if smokeHour = hour and smokeday = day and smokeminut >= minut:$stat_msg += '<BR><font color="green">You are smoking a cigarette.</font><BR>'
  577. if cheatNoSweat = 0:
  578. if pcs_sweat < 0 : pcs_sweat = 0
  579. if pcs_sweat > 69 : pcs_sweat = 69
  580. jump 'statDswt<<pcs_sweat/10>>'
  581. :statDswt0
  582. if arrsize('sparrvol') = 0 : $stat_msg += '<BR><b><font color="green">You are sparkling clean.</font></b>'
  583. jump 'statDswtEnd'
  584. :statDswt1
  585. jump 'statDswtEnd'
  586. :statDswt2
  587. $stat_msg += '<BR><font color="brown">You''re sweating.</font><BR>'
  588. jump 'statDswtEnd'
  589. :statDswt3
  590. $stat_msg += '<BR><font color="red">You are a little smelly.</font><BR>'
  591. jump 'statDswtEnd'
  592. :statDswt4
  593. $stat_msg += '<BR><font color="red">You stink.</font><BR>'
  594. jump 'statDswtEnd'
  595. :statDswt5
  596. $stat_msg += '<BR><b><font color="red">You really stink.</font></b><BR>'
  597. jump 'statDswtEnd'
  598. :statDswt6
  599. $stat_msg += '<BR><b><font color="red">You are dripping wet from sweat and smell like a gym sock.</font></b><BR>'
  600. jump 'statDswtEnd'
  601. :statDswtEnd
  602. end
  603. !! breast status
  604. gs 'lact_lib','breast_stat_disp'
  605. if Enable_clearcum > 0:
  606. gs 'cum_cleanup', 'reset'
  607. end
  608. if recuperation = 1:
  609. $stat_msg += '<b><font color="red">You are still recovering from major surgery.</font></b>'
  610. end
  611. $clear_write = {
  612. body_write = 0
  613. face_write = 0
  614. minut += 10
  615. gs '$menu_obnovit'
  616. 'It takes you 10 minutes to thoroughly wash the obscene "painting" from your body.'
  617. }
  618. if body_write > 0 or face_write > 0:
  619. if body_write > 1 and face_write = 0:
  620. $stat_msg += '<BR><a href="exec:dynamic $clear_write"><b><font color = red>Your body is inscribed with derogatory graffiti.</font></b></a>'
  621. elseif body_write = 1 and face_write = 0:
  622. $stat_msg += '<BR><a href="exec:dynamic $clear_write"><b><font color = red>Your body is an obscene sign.</font></b></a>'
  623. elseif body_write = 0 and face_write > 1:
  624. $stat_msg += '<BR><a href="exec:dynamic $clear_write"><b><font color = red>Your face is covered with writing obscene epithets.</font></b></a>'
  625. elseif body_write = 0 and face_write = 1:
  626. $stat_msg += '<BR><a href="exec:dynamic $clear_write"><b><font color = red>On your face humiliating label.</font></b></a>'
  627. else
  628. $stat_msg += '<BR><a href="exec:dynamic $clear_write"><b><font color = red>Your body and face painted with obscene graffiti.</font></b></a>'
  629. end
  630. end
  631. killvar 'cumvolume'
  632. killvar 'i'
  633. killvar 'knownguy'
  634. killvar 'cumcount'
  635. killvar 'cumowner'
  636. if arrsize('sparrvol') > 0:
  637. !!go through every location
  638. :locationloop
  639. !!start from the freshest load
  640. idx = arrsize('sparrloc')-1
  641. :spermitemloop
  642. !!if the currently examined load loaction is the location of the current cycle, execute
  643. if sparrloc[idx] = i:
  644. !!setting the age of the current load
  645. !! 0: mouth
  646. !! 1: in this hour
  647. !! 2: in four hours
  648. !! 3: at least five hours ago
  649. !! 4: in body (pussy or ass)
  650. !! 5: no more than 12 hours in condom
  651. !! 6: no more than 48 hours in condom
  652. !! 7: more than two days old, in condom
  653. if i = 12:
  654. j = 0
  655. elseif i = 17:
  656. if sparrage[idx] <= 12:
  657. j = 5
  658. elseif sparrage[idx] <= 48:
  659. j = 6
  660. else
  661. j = 7
  662. end
  663. elseif i = 0 or i = 3:
  664. j = 4
  665. else
  666. if sparrage[idx] <= 1:
  667. j = 1
  668. elseif sparrage[idx] <= 5:
  669. j = 2
  670. else
  671. j = 3
  672. end
  673. end
  674. cumvolume['<<i>>:<<j>>'] += sparrvol[idx]
  675. if sparrvol[idx] > 0:
  676. if sparridt[idx] = 0:
  677. !!unknown partner
  678. cumcount['<<i>>:<<j>>'] += 1
  679. elseif sparridt[idx] = 1:
  680. !!known partner
  681. !!storing the name of the cum owner (format: $cumowner[<cum location>:<age of cum>:<index of cum owner>])
  682. if knownguy['<<i>>:<<j>>'] > 0:
  683. gchk = 0
  684. :sameguycheck
  685. if $cumowner['<<i>>:<<j>>:<<gchk>>'] ! $sparrnam[idx] and gchk <= knownguy['<<i>>:<<j>>']:gchk += 1 & jump 'sameguycheck'
  686. if gchk > knownguy['<<i>>:<<j>>']:
  687. $cumowner['<<i>>:<<j>>:<<knownguy[''<<i>>:<<j>>'']>>'] = $sparrnam[idx]
  688. knownguy['<<i>>:<<j>>'] += 1
  689. cumcount['<<i>>:<<j>>'] += 1
  690. end
  691. else
  692. $cumowner['<<i>>:<<j>>:<<knownguy[''<<i>>:<<j>>'']>>'] = $sparrnam[idx]
  693. knownguy['<<i>>:<<j>>'] += 1
  694. cumcount['<<i>>:<<j>>'] += 1
  695. end
  696. end
  697. end
  698. end
  699. if idx > 0:idx -= 1 & jump 'spermitemloop'
  700. if i < 18:i += 1 & jump 'locationloop'
  701. killvar 'i'
  702. killvar 'idx'
  703. killvar 'j'
  704. end
  705. !!Clearing cum location array before positive entries are applied below
  706. killvar 'cumloc'
  707. i = 0
  708. :cumlocloop
  709. if i = 0:
  710. $txtloc = 'your <a href="exec:view''images/pc/body/cum/creampie/cumpussy'+rand(1,14)+'.jpg''">pussy</a>'
  711. elseif i = 1:
  712. $txtloc = 'your <a href="exec:view''images/pc/body/cum/cumpussy/cumpus'+rand(1,4)+'.jpg''">labia</a>'
  713. elseif i = 2:
  714. $txtloc = 'the front of your panties'
  715. elseif i = 3:
  716. $txtloc = 'your <a href="exec:view''images/pc/body/cum/cumanal/cumanal'+rand(1,11)+'.jpg''">ass</a>'
  717. elseif i = 4:
  718. $txtloc = 'your <a href="exec:view''images/pc/body/cum/cumass/cumass'+rand(1,6)+'.jpg''">butt</a>'
  719. elseif i = 5:
  720. $txtloc = 'the back of your panties'
  721. elseif i = 6:
  722. $txtloc = 'your <a href="exec:view''images/pc/body/cum/cumclothes/'+rand(1,3)+'.jpg''">clothes near your groin</a>'
  723. elseif i = 7:
  724. $txtloc = 'your <a href="exec:view''images/pc/body/cum/cumclothes/cumclothes'+rand(1,21)+'.jpg''">clothes</a>'
  725. elseif i = 8:
  726. $txtloc = 'your back'
  727. elseif i = 9:
  728. $txtloc = 'your legs'
  729. elseif i = 10:
  730. $txtloc = 'your arms'
  731. elseif i = 11:
  732. if pcs_haircol = 0:
  733. $cum_face_image = 'brown/'
  734. $cum_face_image += rand(1, 31)
  735. elseif pcs_haircol = 1:
  736. $cum_face_image = 'black/'
  737. $cum_face_image += rand(1, 23)
  738. elseif pcs_haircol = 2:
  739. $cum_face_image = 'red/'
  740. $cum_face_image += rand(1, 19)
  741. elseif pcs_haircol = 3:
  742. $cum_face_image = 'blonde/'
  743. $cum_face_image += rand(1, 25)
  744. elseif pcs_haircol > 3:
  745. $cum_face_image = 'custom/'
  746. $cum_face_image += rand(1, 20)
  747. end
  748. $txtloc = 'your <a href="exec:view''images/pc/body/cum/cumface/<<$cum_face_image>>.jpg''">face</a>'
  749. killvar 'cum_face_image'
  750. elseif i = 13:
  751. $txtloc = 'your hands'
  752. elseif i = 14:
  753. $txtloc = 'your <a href="exec:view''images/pc/body/cum/cumbelly/cumbelly'+rand(1,12)+'.jpg''">stomach</a>'
  754. elseif i = 15:
  755. $txtloc = 'your <a href="exec:view''images/pc/body/cum/cumtits/cumtits'+rand(1,19)+'.jpg''">breasts</a>'
  756. elseif i = 16:
  757. $txtloc = 'your hair</a>'
  758. elseif i = 17:
  759. $txtloc = 'in your vagina in a slipped condom'
  760. else
  761. $txtloc = 'the gusset of your panties</a>'
  762. end
  763. j = 0
  764. :ageloop
  765. if cumvolume['<<i>>:<<j>>'] > 0:
  766. !!Cum locations set for checking npc reactions
  767. cumloc[i] = 1
  768. !!amount setting
  769. if cumvolume['<<i>>:<<j>>'] > 250:
  770. !! 25 ml, about four-five load, gushing
  771. $txtamount = 'Enormous '
  772. elseif cumvolume['<<i>>:<<j>>'] > 100:
  773. !! 10 ml, about two load, flowing
  774. $txtamount = 'Huge '
  775. elseif cumvolume['<<i>>:<<j>>'] >= 20:
  776. !! 2 ml, seeping out
  777. $txtamount = 'Decent '
  778. else
  779. !! residue amount, no leakage
  780. $txtamount = 'Small '
  781. end
  782. !! if sperm age stage is 4, it means inside the body
  783. if j = 4:
  784. if (vibratorIN = 1 and i = 0) or (analplugin = 1 and i = 3):
  785. $txtproxy = 'being plugged in '
  786. elseif i = 0 and cumvolume['<<i>>:<<j>>'] < pcs_vag*5:
  787. $txtproxy = 'staying inside of '
  788. elseif i = 3 and pcs_ass <= 25:
  789. $txtproxy = 'staying inside of '
  790. else
  791. if cumvolume['<<i>>:<<j>>'] > 250:
  792. $txtproxy = 'gushing out of '
  793. elseif cumvolume['<<i>>:<<j>>'] > 100:
  794. $txtproxy = 'flowing out of '
  795. elseif cumvolume['<<i>>:<<j>>'] >= 40:
  796. $txtproxy = 'seeping out of '
  797. else
  798. $txtproxy = 'staying inside of '
  799. end
  800. end
  801. elseif j >= 5:
  802. !! if sperm age stage is over 4, meaning in condom
  803. if j = 5:
  804. $txtproxy = 'buried '
  805. elseif j = 6:
  806. $txtproxy = 'marinating '
  807. else
  808. $txtproxy = 'rotting '
  809. end
  810. if cumcondslip_deep > (vagina / 2): $txtproxy += 'deep '
  811. elseif j < 4 and j > 0:
  812. !!amount setting
  813. if cumvolume['<<i>>:<<j>>'] > 160:
  814. !! 10 ml, about two load, flowing
  815. $txtproxy = 'coating '
  816. elseif cumvolume['<<i>>:<<j>>'] > 40:
  817. !! 2 ml, seeping out
  818. $txtproxy = 'covering '
  819. else
  820. !! residue amount, no leakage
  821. $txtproxy = 'spattering '
  822. end
  823. if j = 1:
  824. $txtproxy += 'wetly '
  825. elseif j = 2:
  826. $txtproxy += 'dryly '
  827. else
  828. $txtproxy += 'powderly '
  829. end
  830. end
  831. $txtperson = ''
  832. if cumcount['<<i>>:<<j>>'] = 0:
  833. $txtiscum = 'some whitish substance '
  834. else
  835. $txtiscum = 'cum'
  836. if cumcount['<<i>>:<<j>>'] = knownguy['<<i>>:<<j>>']:
  837. !! everyone is known (one or more)
  838. if knownguy['<<i>>:<<j>>'] = 1:
  839. $txtperson = $npc_usedname[$cumowner['<<i>>:<<j>>:0']] + ' '
  840. else
  841. kmax = 0
  842. :nullocator1
  843. if $cumowner['<<i>>:<<j>>:<<kmax>>'] ! '':kmax += 1 & jump 'nullocator1'
  844. kmax -= 1
  845. k = 0
  846. :knownloop
  847. $txtperson += $npc_usedname[$cumowner['<<i>>:<<j>>:<<k>>']]
  848. if k < kmax-1:$txtperson += ', ' & k += 1 & jump 'knownloop'
  849. k += 1
  850. $txtperson += ' and ' + $npc_usedname[$cumowner['<<i>>:<<j>>:<<k>>']] + ' '
  851. end
  852. elseif knownguy['<<i>>:<<j>>'] = 0:
  853. !! no one is known (one or more)
  854. if cumcount['<<i>>:<<j>>'] = 1:
  855. $txtperson += 'some guy '
  856. else
  857. $txtperson += 'some guys '
  858. end
  859. else
  860. !! there are known and unknown guys in the mix
  861. if knownguy['<<i>>:<<j>>'] = 1:
  862. $txtperson = $npc_usedname[$cumowner['<<i>>:<<j>>:0']] + ' and some guy'
  863. else
  864. kmax = 0
  865. :nullocator2
  866. if $cumowner['<<i>>:<<j>>:<<kmax>>'] ! '':kmax += 1 & jump 'nullocator2'
  867. kmax -= 1
  868. k = 0
  869. :mixloop
  870. $txtperson += $npc_usedname[$cumowner['<<i>>:<<j>>:<<k>>']] + ', '
  871. if k < kmax: k += 1 & jump 'mixloop'
  872. $txtperson += 'and some guy'
  873. end
  874. if cumcount['<<i>>:<<j>>'] - knownguy['<<i>>:<<j>>'] > 1:
  875. $txtperson += 's '
  876. else
  877. $txtperson += ' '
  878. end
  879. end
  880. end
  881. if j <= 4 and trt_cumeater = 1 and $txtiscum = 'cum':$txtiscum = '<a href="exec:gs ''cum_manage'', ''cumeater'', <<i>>"><font color=#0064FF>' + $txtiscum + '</font></a>'
  882. $txtiscum += ' from '
  883. if i = 0 and j = 4 and vibratorIN = 0 and pcs_vag*10 < cumvolume['<<i>>:<<j>>'] and cumvolume['<<i>>:<<j>>'] >= 20:
  884. if $pantyworntype ! 'none':
  885. $stat_msg += '<BR><b><font color="red">' + $txtamount + 'amounts of ' + $txtiscum + $txtperson + 'is ' + $txtproxy + $txtloc + ' into your panties.</font></b>'
  886. else
  887. $stat_msg += '<BR><b><font color="red">' + $txtamount + 'amounts of ' + $txtiscum + $txtperson + 'is ' + $txtproxy + $txtloc + ' down your legs.</font></b>'
  888. end
  889. elseif sparragestage >= 5:
  890. if cumcondslip_aware > 0:$stat_msg += '<BR><b><font color="red">' + $txtamount + 'amounts of ' + $txtiscum + $txtperson + 'is ' + $txtproxy + $txtloc + '.</font></b>'
  891. elseif j ! 0:
  892. $stat_msg += '<BR><b><font color="red">' + $txtamount + 'amounts of ' + $txtiscum + $txtperson + 'is ' + $txtproxy + $txtloc + '.</font></b>'
  893. else
  894. $stat_msg += '<BR><b><font color="red">Your breath smells like sperm.</font></b>'
  895. end
  896. end
  897. if j < 7: j+=1 & jump 'ageloop'
  898. if i < 18: i+=1 & jump 'cumlocloop'
  899. killvar 'i'
  900. killvar 'j'
  901. killvar 'txtperson'
  902. killvar 'k'
  903. killvar 'kmax'
  904. killvar 'txtamount'
  905. killvar 'txtiscum'
  906. killvar 'txtperson'
  907. killvar 'txtproxy'
  908. killvar 'txtloc'
  909. killvar 'cumvolume'
  910. killvar 'cumcount'
  911. killvar 'knownguy'
  912. killvar 'cumowner'
  913. !!stds
  914. if Gerpes >= 10 and GenHerpes = 1:
  915. $stat_msg += '<BR><b><font color="red">On your pussy sores have appeared. This is genital herpes.</font></b>'
  916. elseif Gerpes >= 5 and GenHerpes =1:
  917. $stat_msg += '<BR><b><font color="red">Your pussy is flushed and highly itchy. This is genital herpes.</font></b>'
  918. elseif Gerpes >= 3 and Orerpes = 1:
  919. $stat_msg += '<BR><b><font color="red">You have cold Sores on your lips. these are signs of genital herpes.</font></b>'
  920. end
  921. if Gerpes >= 20 and GenHerpes =1:$stat_msg += '<BR> <b><font color="red">The sores also cover your ass.</font></b>'
  922. if Sifilis >= 50:
  923. $stat_msg += '<BR><b><font color="red">Syphilitic rashes cover your whole body.</font></b>'
  924. elseif Sifilis >= 21:
  925. $stat_msg += '<BR><b><font color="red">You have a single big, hard sore on the lip.</font></b>'
  926. end
  927. if Triper > 2:$stat_msg += '<BR><b><font color="red">From your vagina a white discharge comes out strong and stinging when urinating. Also from your vagina there''s a hard and nasty smell.</font></b>'
  928. if Kandidoz > 30:$stat_msg += '<BR><b><font color="red">You have thrush.</font></b>'
  929. !!drug withdrawal
  930. if SLomka > 0:$stat_msg += '<BR><b><font color="red">You are very weak and hurt to the bone. You''re in withdrawal.</font></b>'
  931. if narkday ! daystart and narkoman = 1:$stat_msg += '<BR><b><font color="red">You are very weak and hurt to the bone. Urgently need pale lady.</font></b>'
  932. if fingal > 0:$stat_msg += '<BR><b><font color="red">You have a black eye.</font></b>'
  933. ! WD: Bimbo look
  934. if bimbolevel > 0: $stat_msg += '<BR><<$bimbostatus>>'
  935. if $clothingworntype ! 'nude':
  936. if CloThinness = 6:
  937. if $clothingworntype = 'swimwear':
  938. $stat_msg += '<BR><b><font color = red>Your nipples are clearly showing through your transparent swimsuit.</font></b>'
  939. elseif $braworntype ! 'none':
  940. $stat_msg += '<BR><b><font color = red>Your bra is clearly showing through your transparent top.</font></b>'
  941. else
  942. $stat_msg += '<BR><b><font color = red>You are not wearing a bra and your breasts are fully on display through your transparent top.</font></b>'
  943. end
  944. elseif CloThinness = 5:
  945. if $clothingworntype = 'swimwear':
  946. $stat_msg += '<BR><b><font color = red>Your nipples are noticeably poking through your swimsuit.</font></b>'
  947. elseif $braworntype = 'none':
  948. $stat_msg += '<BR><b><font color = red>You are not wearing a bra and your nipples are noticably poking through the thin fabric of your top.</font></b>'
  949. end
  950. elseif CloThinness = 4:
  951. if $clothingworntype = 'swimwear':
  952. $stat_msg += '<BR><b><font color = red>Your nipples are very slightly poking through your swimsuit.</font></b>'
  953. elseif $braworntype = 'none':
  954. $stat_msg += '<BR><b><font color = red>You are not wearing a bra and your nipples are being subtly outlined through your top.</font></b>'
  955. end
  956. elseif $braworntype = 'none':
  957. $stat_msg += '<BR><b><font color = red>You are not wearing a bra.</font></b>'
  958. end
  959. end
  960. if $clothingworntype = 'nude':
  961. if $pantyworntype ! 'none':
  962. if $braworntype = 'none':
  963. $stat_msg += '<BR><b><font color = red>You are only wearing your panties and your boobs sway invitingly as you walk.</font></b>'
  964. else
  965. $stat_msg += '<BR><b><font color = red>You are only wearing your underwear.</font></b>'
  966. end
  967. else
  968. if $braworntype ! 'none':
  969. $stat_msg += '<BR><b><font color = red>You are only wearing your bra, leaving your pussy and ass completely exposed.</font></b>'
  970. else
  971. if pcs_inhib < 5:
  972. $stat_msg += '<BR><b><font color = red>You are completely naked, and it makes you feel nervous and ashamed.</font></b>'
  973. elseif pcs_inhib < 20:
  974. $stat_msg += '<BR><b><font color = orange>You are completely naked, you''re not too comfortable with nudity but it is a little exciting.</font></b>'
  975. elseif pcs_inhib >= 90:
  976. $stat_msg += '<BR><b><font color=#0064FF>You are completely naked, which is far better than having to wear clothes.</font></b>'
  977. else
  978. $stat_msg += '<BR><b><font color = #FF00FF>You are completely naked. It''s exciting and you feel tingly inside.</font></b>'
  979. end
  980. end
  981. end
  982. elseif $pantyworntype = 'none' and $clothingworntype ! 'swimwear':
  983. if PCloStyle = 4:
  984. $stat_msg += '<BR><b><font color= #AB052A>You are not wearing panties, but you are dressed as a hooker, so that''s hardly surprising.</font></b>'
  985. elseif PCloBimbo = 1 or bimbolevel > 0 and PCloSkirt > 3 and cheatBimbo = 0:
  986. $stat_msg += '<BR><b><font color = #FF00FF>You like, totally forgot to put on any panties. You are such a bimbo.</font></b>'
  987. elseif $clothingworntype = 'cheap' and clothingwornnumber = '414':
  988. $stat_msg += '<BR><b><font color = "yellow">You are wearing an old hessian sack the hunters gave you.</font></b>'
  989. elseif PCloSkirt > 3:
  990. if pcs_inhib > 50:
  991. $stat_msg += '<BR><b><font color=#0064FF>You feel liberated not wearing panties as your naked ass flashes from under your short skirt.</font></b>'
  992. else
  993. $stat_msg += '<BR><b><font color="red">Your face is flushed with shame, you are not wearing panties and your naked ass flashes from under your short skirt.</font></b>'
  994. end
  995. elseif PCloPants > 0:
  996. if $braworntype = 'none':
  997. $stat_msg += '<BR><b><font color="red">You aren''t wearing underwear, and your bare pussy is rubbing against your clothing.</font></b>'
  998. else
  999. $stat_msg += '<BR><b><font color="red">You aren''t wearing panties, and your bare pussy is rubbing against your clothing.</font></b>'
  1000. end
  1001. elseif towel = 1:
  1002. $stat_msg += '<BR><b><font color = red>Your naked body is covered only by a short towel.</font></b>'
  1003. elseif $clothingworntype ! 'nude':
  1004. if $braworntype = 'none':
  1005. $stat_msg += '<BR><b><font color = red>You are not wearing any underwear.</font></b>'
  1006. else
  1007. $stat_msg += '<BR><b><font color="red">You are not wearing panties.</font></b>'
  1008. end
  1009. end
  1010. elseif PCloBimbo = 1 and cheatBimbo = 0:
  1011. $stat_msg += '<BR><b><font color = #FF00FF>You are dressed as a bimbo</font></b>'
  1012. elseif $clothingworntype = 'cheap' and clothingwornnumber = '414':
  1013. $stat_msg += '<BR><b><font color = "yellow">You are wearing an old hessian sack the hunters gave you.</font></b>'
  1014. end
  1015. if mosol >= 50:
  1016. $stat_msg += '<BR><b><font color="red">Your pussy itches a great deal and is affecting your mood, you should use some cream or stop wearing pants without underwear.</font></b>'
  1017. elseif mosol >= 30:
  1018. $stat_msg += '<BR><b><font color="red">Your pussy feels a little itchy, it seems to be from rubbing against your clothing.</font></b>'
  1019. end
  1020. if analplugIN = 1:$stat_msg += '<BR><b><font color = #FF1493>You have a butt plug inserted in your ass.</font></b>'
  1021. if vibratorin = 1:$stat_msg += '<BR><b><font color = #FF1493>You have a vibrator inserted in your vagina.</font></b>'
  1022. !$stat_msg += '<BR>'
  1023. if young_shop_work = 1:
  1024. if hour = 16 and minut <= 5 and week < 6 and inWorkYoungShop = 0:
  1025. 'You are late for work at Pussy-Cats.'
  1026. elseif hour = 16 and week < 6 and inWorkYoungShop = 0 and misscheck ! daystart:
  1027. misscheck = daystart
  1028. young_shop_miss += 1
  1029. $stat_msg += '<BR><b><font color="red">You missed work.</font></b>'
  1030. elseif (hour = 14 or hour = 15) and week < 6:
  1031. $stat_msg += '<BR><b><font color="red">You start work at Pussy-Cats today at 16:00.</font></b>'
  1032. end
  1033. end
  1034. if courthearing_date - 1 = daystart: $stat_msg += '<BR><b><font color="red">You have a court hearing tomorrow between 07:00 and 11:00.</font></b>'
  1035. if courthearing_date = daystart and hour < 11: $stat_msg += '<BR><b><font color="red">You have a court hearing today between 07:00 and 11:00.</font></b>'
  1036. if young_shop_work1 = 1:
  1037. if hour = 9 and minut <= 5 and week >= 6 and inWorkYoungShop = 0:
  1038. $stat_msg += 'You are late for work at Pussy-Cats.'
  1039. elseif hour = 9 and week >= 6 and inWorkYoungShop = 0 and misscheck ! daystart:
  1040. misscheck = daystart
  1041. young_shop_miss += 1
  1042. $stat_msg += '<BR><b><font color="red">You missed work.</font></b>'
  1043. elseif (hour = 7 or hour = 8) and week >= 6:
  1044. $stat_msg += '<BR><b><font color="red">By 9:00 you have to be at Pussy-Cats to start work.</font></b>'
  1045. end
  1046. end
  1047. if young_shop_work2 = 1:
  1048. if hour = 9 and minut <= 5 and week < 6 and inWorkYoungShop = 0:
  1049. 'You are late for work at Pussy-Cats.'
  1050. elseif hour = 9 and week < 6 and inWorkYoungShop = 0 and misscheck ! daystart:
  1051. misscheck = daystart
  1052. young_shop_miss += 1
  1053. $stat_msg += '<BR><b><font color="red">You missed work.</font></b>'
  1054. elseif (hour = 7 or hour = 8) and week < 6:
  1055. $stat_msg += '<BR><b><font color="red">By 9:00 you have to be at Pussy-Cats to start work.</font></b>'
  1056. end
  1057. end
  1058. if workrin = 1:
  1059. if week = 2 or week = 4 or week = 6:
  1060. if hour = 7:$stat_msg += '<BR><b><font color="red">At 8 o''clock you start work on the market.</font></b>'
  1061. if hour = 8:$stat_msg += '<BR><b><font color="red">You need to work on the market now.</font></b>'
  1062. end
  1063. end
  1064. if frost > 0:
  1065. if frost <= 5:
  1066. $stat_msg += '<BR><b><font>You are a little chilly.</font></b>'
  1067. elseif frost < 11:
  1068. $stat_msg += '<BR><b><font color="red">You are cold.</font></b>'
  1069. else
  1070. $stat_msg += '<BR><b><font color="red">You are freezing.</font></b>'
  1071. end
  1072. end
  1073. if sick > 0:
  1074. if sick = 1:
  1075. $stat_msg += '<BR><b><font color="red">This is not good, a tickle in the throat and a little runny nose.</font></b>'
  1076. elseif sick < 24:
  1077. $stat_msg += '<BR><b><font color="red">You have chills. You nose is running and throat is raw, you cough and sneeze - it looks like you got a cold.</font></b>'
  1078. elseif sick < 48:
  1079. $stat_msg += '<BR><b><font color="red">You have a fever. Your nose is clogged, it hurts to swallow - throat aches. You continually cough and sneeze - it looks like your cold is pretty bad.</font></b>'
  1080. elseif sick < 72:
  1081. $stat_msg += '<BR><b><font color="red">You have a high fever. You have a stuffy nose, sore head and throat, your coughing badly - it looks like you got a strong cold. Maybe it''s the flu.</font></b>'
  1082. else
  1083. $stat_msg += '<BR><b><font color="red">You toss in the heat. You have a stuffy nose, headache and ache to the bone. Your throat is inflamed and very sore. You think you''re going to cough up a lung - it looks like you are seriously ill, or maybe it''s just a sore throat.</font></b>'
  1084. end
  1085. end
  1086. if hypnoAddict > 0:
  1087. if hypnoWithdrawal = 1:
  1088. if missCum >= timeTresh:
  1089. $stat_msg += '<BR><b><font color="red">You really miss the feeling of sperm in your body, you are strangely craving it. You should talk to your therapist about it.</font></b>'
  1090. else
  1091. $stat_msg += '<BR><b><font color="red">You feel like talking to your therapist. You miss your sessions.</font></b>'
  1092. end
  1093. elseif hypnoWithdrawal = 2:
  1094. if missCum >= timeTresh:
  1095. $stat_msg += '<BR><b><font color="red">You want some sperm inside of you NOW! You have to talk to your therapist, immediately.</font></b>'
  1096. else
  1097. $stat_msg += '<BR><b><font color="red">You need to talk to your therapist. You feel unbalanced without your sessions.</font></b>'
  1098. end
  1099. else
  1100. if missCum >= timeTresh:$stat_msg += '<BR><b><font color="magenta">You miss the feeling of sperm in your body and you feel moody.</font></b>'
  1101. end
  1102. end
  1103. if $mudnerd ! '':$stat_msg += '<BR><<$mudnerd>>'
  1104. if home_owned[1] > 0:
  1105. $streetev_home = 'your apartment'
  1106. elseif tanwork = 1:
  1107. $streetev_home = 'Tanya''s apartment'
  1108. elseif student > 0:
  1109. $streetev_home = 'your dorm'
  1110. elseif home_owned[2] = 1:
  1111. $streetev_home = 'outside your apartment block'
  1112. else
  1113. $streetev_home = 'the train station'
  1114. end
  1115. if hour < meethour[0] and svidanie[0] = 1:$stat_msg += '<BR><<$loverdesc[0]>> will be waiting for you near <<$streetev_home>> at <<meethour[0]>>:00.'
  1116. if hour = meethour[0] and svidanie[0] = 1:$stat_msg += '<BR><b><font color="red"><<$loverdesc[0]>> is waiting for you by <<$streetev_home>>.</font></b>'
  1117. if meetday[0] < daystart and svidanie[0] = 1:pcs_lovers_rel[0] -= 10 & svidanie[0] = 0
  1118. if hour < meethour[1] and svidanie[1] = 1:$stat_msg += '<BR><<$loverdesc[1]>> will be waiting for you near <<$streetev_home>> at <<meethour[1]>>:00.'
  1119. if hour = meethour[1] and svidanie[1] = 1:$stat_msg += '<BR><b><font color="red"><<$loverdesc[1]>> is waiting for you by <<$streetev_home>>.</font></b>'
  1120. if meetday[1] < daystart and svidanie[1] = 1:pcs_lovers_rel[1] -= 10 & svidanie[1] = 0
  1121. if hour < meethour[2] and svidanie[2] = 1:$stat_msg += '<BR><<$loverdesc[2]>> will be waiting for you near <<$streetev_home>> at <<meethour[2]>>:00.'
  1122. if hour = meethour[2] and svidanie[2] = 1:$stat_msg += '<BR><b><font color="red"><<$loverdesc[2]>> is waiting for you by <<$streetev_home>>.</font></b>'
  1123. if meetday[2] < daystart and svidanie[2] = 1:pcs_lovers_rel[2] -= 10 & svidanie[2] = 0
  1124. if StrongNarkota > 20:$stat_msg += '<BR><b><font color="red">You are stoned.</font></b>'
  1125. if amphHigh > 0: $stat_msg += '<BR><b><font color="red">You feel a little wired.</font></b>'
  1126. if alko > 0:
  1127. if alko = 1:
  1128. slut_bonus = 0
  1129. $stat_msg += '<BR><b>You feel a little buzz from drinking.</b>'
  1130. elseif alko < 4:
  1131. slut_bonus = 10
  1132. $stat_msg += '<BR><b><font color="orange">You''re feeling a bit tipsy.</font></b>'
  1133. elseif alko < 6:
  1134. slut_bonus = 20
  1135. $stat_msg += '<BR><b><font color="red">You''re drunk.</font></b>'
  1136. elseif alko < 10:
  1137. slut_bonus = 30
  1138. $stat_msg += '<BR><b><font color="red">You''re very drunk.</font></b>'
  1139. else
  1140. slut_bonus = 50
  1141. $stat_msg += '<BR><b><font color="red">You''re wasted.</font></b>'
  1142. end
  1143. else
  1144. killvar 'slut_bonus'
  1145. end
  1146. if StoryLine = 1:
  1147. if day = nyp_day and month = 12 and SchoolAtestat = 0 and hour >= 5 and hour <= 14 and StoryLine = 1:$stat_msg += '<BR>At 14:00 your school''s New Year''s party will start.'
  1148. if sisboyday + 1 = daystart and hour < 19 and (npc_QW['A33'] = 3 or npc_QW['A33'] = 5 or npc_QW['A33'] = 7 or (npc_QW['A33'] >= 9 and sisboytrioQW ! 1)):$stat_msg += '<BR>' & $stat_msg += '<BR>You promised your sister not to go into your room at 18:00.'
  1149. if sisboyday + 1 = daystart and hour < 19 and sisboytrioQW = 1:$stat_msg += '<BR>' & $stat_msg += '<BR>You promised your sister to meet her in your room at 18:00.'
  1150. if week = 6 and hour < 9 and detention_set = 1 and SchoolAtestat = 0:$stat_msg += '<BR><b>You have a detention this morning and must be at school between 8 and 9.</b>'
  1151. if gopnik_initiation = 1 and gopnik_initiation_day = daystart and hour > 15 and hour < 21: $stat_msg += '<BR><b>Meet Lena and Lera at the apartment garages at eight</b>'
  1152. if nerd_night_game = 1 and nerd_night_game_day = daystart and hour > 15 and hour < 21: $stat_msg += '<BR><b>Join nerds at the community center at eight</b>'
  1153. if InvitationToDimkaNYparty = 1 and month = 12 and day = 31: $stat_msg += '<BR><b>Go to the residential area between 15:00 and 18:00 to go to Dimka''s New Year party.</b>'
  1154. end
  1155. if home_owned[1] = 1 and home_owned[4] > 0:
  1156. $stat_msg += '<BR>You have rented an apartment in the city residential area, which is paid up for <b><<ArendHouseSL>></b> days, and you also have an apartment in Pushkin, which is paid up for <b><<ArendHouseSL4>></b> days. Utilities are due on the 25th of <<$month>>.'
  1157. elseif home_owned[1] = 1:
  1158. $stat_msg += '<BR>You have rented an apartment in the city residential area, and you''re paid up for <<ArendHouseSL>> days. Utilities are due on the 25th of <<$month>>.'
  1159. elseif home_owned[4] > 0:
  1160. $stat_msg += '<BR>You have rented an apartment in Pushkin, and you''re paid up for <<ArendHouseSL4>> days. Utilities are due on the 25th of <<$month>>.'
  1161. end
  1162. if model > 0 and model_week = (daystart - week) / 7 and model_job_week >= 2:
  1163. $stat_msg += '<BR><b>You have no more modelling jobs available this week.</b>'
  1164. elseif model > 0 and model_week < (daystart - week) / 7 and model_job_week = 1:
  1165. $stat_msg += '<BR><b>You can get paid for 1 more modelling job this week.</b>'
  1166. elseif model > 0 and model_week < (daystart - week) / 7 and model_job_week < 1:
  1167. $stat_msg += '<BR><b>You can get paid for 2 modelling jobs this week.</b>'
  1168. end
  1169. if pornstack > 0:
  1170. aa = 0
  1171. :pfilmtime
  1172. if aa < 200 and pfilmday[aa] = 0: aa += 1 & jump 'pfilmtime'
  1173. end
  1174. if pornstack > 0 and pfilmday[0] = 0:
  1175. if pfilmday[1] = 0:
  1176. $stat_msg += '<br><b>You will star in another porno in <<aa>> days.</b>'
  1177. else
  1178. $stat_msg += '<br><b>You have a porno shoot scheduled tomorrow.</b>'
  1179. end
  1180. end
  1181. if pfilmday[0] > 0:
  1182. if pornnow = 1:
  1183. $stat_msg += '<br><b>You are at a porn shooting.</b>'
  1184. else
  1185. if hour < 11: $stat_msg += '<br><b>You are expected in the porno studio at 10:00.</b>'
  1186. if hour >= 11 and hour < 13: $stat_msg += '<br><b>You should be at the porno studio, shooting!</b>'
  1187. if hour >= 13: $stat_msg += '<br><b>You missed a scheduled porno shoot!</b>'
  1188. end
  1189. end
  1190. if pornmiss = 1: $stat_msg += '<br><b>You missed a scheduled porno shoot!</b>'
  1191. if prodcosttrue > 0: $stat_msg += '<br><b>You owe to the porn studio <<prodcost>>?</b>'
  1192. if firstkasting > 0 and pfilmNO < 1: $stat_msg += '<br><b>You can contract '+iif(pornstack < 9,'up to <<10-pornstack>> porn shoots','<<10-pornstack>> porn shoot')+' at the Porn Studio.</b>'
  1193. if hour < 22 and week >= 2 and week <= 4 and workKafe = 1:$stat_msg += '<BR><b><font color="red">Today you have a shift at The Roadhouse cafe starting at 11:00.</font></b>'
  1194. if hour < 17 and week < 5 and workSec >= 1 or hour < 17 and week < 5 and workSec = 1:$stat_msg += '<BR><b><font color="red">Today you have a shift as a secretary at Titran-Express from 9:00 to 17:00</font></b>'
  1195. if hour < 17 and week < 5 and PersSecWork = 1:$stat_msg += '<BR><b><font color="red">Today you have a shift as a secretary at Diner Bystroeshka from 9:00 to 17:00</font></b>'
  1196. if hour < 20 and week => 1 and week <= 5 and age < 18 and workFabrika = 1:$stat_msg += '<BR><b><font color = red>Today you have work in the garment factory in Pavlovsk. Shift starts at 16:00.</font></b>'
  1197. if hour < 16 and week => 1 and week <= 5 and age >= 18 and workFabrika = 1:$stat_msg += '<BR><b><font color = red>Today you have work in the garment factory in Pavlovsk. Shift starts at 8:00.</font></b>'
  1198. if hour < 16 and week > 1 and week <= 5 and workhosp = 1:$stat_msg += '<BR><b><font color="red">You work as a nurse in the city residential area clinic. Your shift starts at 8:00.</font></b>'
  1199. if hour < 10 and worksalon = 1 and (week = 1 or week = 3 or week = 5):$stat_msg += '<BR><b><font color = red>Today you have work as masseuse in beauty salon. Shift starts at 9:00.</font></b>'
  1200. if leonidVisit = 1 and hour < 21 and hour > 6: $stat_msg += '<br><b>You have to serve Leonid at 20:00 in his Pavlovsk office!</b>'
  1201. if npc_QW['A113'] = 1:
  1202. $stat_msg += '<br>You owe Vadim Bely <<belgangpay>> <b><b>₽</b></b> and you need to pay him <<belgangpayweek>> <b>₽</b></b> this week.'
  1203. end
  1204. gs 'brother', 'brotherSexCount'
  1205. !!zero checks marriage
  1206. proverka1 = 0
  1207. proverka2 = 0
  1208. proverka3 = 0
  1209. proverka4 = 0
  1210. proverka5 = 0
  1211. if boletus + bilberry > 0:
  1212. if boletus + bilberry >= 10:
  1213. $stat_msg +='<br><b><font color = Olive>You have a full basket. </b></font> '
  1214. else
  1215. $stat_msg +='<br><b><font color = Olive>In Your basket: </b></font>'
  1216. end
  1217. if boletus > 0:$stat_msg +='Mushrooms: <b><<boletus>></b> kg. '
  1218. if bilberry > 0:$stat_msg +='Berries: <b><<bilberry>></b> kg. '
  1219. end
  1220. if disable_LoadSave = 0:
  1221. $stat_msg += '<br><br><a href="exec:savegame ''quicksave.sav'' && pl''Quicksave Done''"><img src="images/system/icon/stat_qsave.png"></a> <a href="exec:savegame"><img src="images/system/icon/stat_save.png"></a> <a href="exec:opengame"><img src="images/system/icon/stat_load.png"></a> <a href="exec:if input(''Input Anything to confirm Quick Load'') ! null: opengame ''quicksave.sav''"><img src="images/system/icon/stat_qload.png"></a>'
  1222. elseif disable_LoadSave = 2:
  1223. $stat_msg += '<br><br><a href="exec:savegame ''quicksave.sav'' && pl''Quicksave Done''">Quick Save</a> <a href="exec:savegame">Save</a> <a href="exec:opengame">Load</a> <a href="exec:if input(''Input Anything to confirm Quick Load'') ! null: opengame ''quicksave.sav''">Quick Load</a>'
  1224. end
  1225. $stat_android += ' <a href="exec:savegame ''quicksave.sav'' && pl''Quicksave Done''">Q.S</a> <a href="exec:if input(''Input Anything to confirm Quick Load'') ! null: opengame ''quicksave.sav''">Q.L</a>'
  1226. if Enable_statimg_loc = 2:
  1227. $stat_msg += '<br><<$stat_imgtool_msg>><br><<$stat_imgextra_msg>>'
  1228. end
  1229. killvar 'stat_imgtool_msg'
  1230. killvar 'stat_imgextra_msg'
  1231. if Enable_statfsize > 0: $stat_msg += '</font>' & !disable this, all texts comes from pl will have the same font size, like[time]
  1232. if Enable_faceturn = 1: view FUNC('$face_image')
  1233. if Enable_Android = 0:
  1234. pl '<<$stat_msg>>'
  1235. else
  1236. '<<$stat_android>>'
  1237. $stat_msg = 'Android mode, <a href="exec:gs ''$menu_obnovit''">Refresh</a><<$stat_msg>>'
  1238. end
  1239. --- stat_display ---------------------------------