stat_display 49 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112
  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. pain['body1'] = pain['head'] + pain['hair'] + pain['ears'] + pain['eyebrows'] + pain['eyes'] + pain['cheeks'] + pain['nose'] + pain['mouth'] + pain['lips'] + pain['tongue']
  15. pain['body2'] = pain['throat'] + pain['neck'] + pain['back'] + pain['asscheeks'] + pain['asshole'] + pain['hips'] + pain['thighs'] + pain['legL'] + pain['legR'] + pain['feet']
  16. pain['body3'] = pain['toes'] + pain['shoulders'] + pain['armL'] + pain['armR'] + pain['hands'] + pain['fingers'] + pain['chest'] + pain['breasts'] + pain['nipples'] + pain['ribs']
  17. pain['body4'] = pain['tummy'] + pain['pubic'] + pain['vaginal'] + pain['labia'] + pain['clitoris'] + pain['urethra'] + pain['cervix']
  18. pain['total'] = pain['body1'] + pain['body2'] + pain['body3'] + pain['body4'] + (vgape * 8) + (agape * 10) + (spanked * 24)
  19. if pain['total'] > 100: pain['total'] = 100
  20. pain['damage'] = pain['total']
  21. pain['relief'] = 0
  22. if alko > 6:
  23. pain['relief'] = 50
  24. elseif alko > 3:
  25. pain['relief'] = 20
  26. end
  27. if StrongNarkota > 0:
  28. pain['relief'] = 90
  29. elseif nark > 0:
  30. pain['relief'] = 60
  31. elseif pain['killer'] > 12:
  32. pain['relief'] = 50
  33. end
  34. if pain['relief'] ! 0:
  35. if (pain['total'] / pain['relief']) > 0:
  36. pain['total'] = pain['total'] / pain['relief']
  37. elseif pain['total'] > 0:
  38. pain['total'] = 0
  39. end
  40. end
  41. if pain['total'] > 80:
  42. if (pcs_health * 5) >= healthmax: pcs_health = pcs_health * 20 / 100
  43. if (pcs_mood * 5) >= 100: pcs_mood = pcs_mood * 20 / 100
  44. elseif pain['total'] > 60:
  45. if (pcs_health * 5 / 2) >= healthmax: pcs_health = pcs_health * 40 / 100
  46. if (pcs_mood * 5 / 2) >= 100: pcs_mood = pcs_mood * 40 / 100
  47. elseif pain['total'] > 40:
  48. if (pcs_health * 5 / 3) >= healthmax: pcs_health = pcs_health * 60 / 100
  49. if (pcs_mood * 5 / 3) >= 100: pcs_mood = pcs_mood * 60 / 100
  50. elseif pain['total'] > 20:
  51. if (pcs_health * 5 / 4) >= healthmax: pcs_health = pcs_health * 80 / 100
  52. if (pcs_mood * 5 / 4) >= 100: pcs_mood = pcs_mood * 80 / 100
  53. elseif pain['total'] > 0:
  54. if (pcs_health * 10 / 9) >= healthmax: pcs_health = pcs_health * 90 / 100
  55. if (pcs_mood * 10 / 9) >= 100: pcs_mood = pcs_mood * 90 / 100
  56. end
  57. !!!!!!!!!!!!!!!!!!!!!
  58. !!!Beginning Description!!!
  59. !!!!!!!!!!!!!!!!!!!!!
  60. if pcs_sleep > 100: pcs_sleep = 100
  61. if Enable_statfsize>0:$stat_msg = '<font size=<<Enable_statfsize>>><<$stat_msg>>'
  62. $stat_android = '<b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>'
  63. $stat_msg += '<<$weather>><BR>'
  64. $stat_msg += '<BR><<$stat_android>> <<$week[week]>> <<day>> <<$month>> <<year>>'
  65. $stat_android += '<<$week[week]>> <<day>>/<<month>>, <<money>> ₽, <a href="exec:clr & pl $stat_android">Status</a>'
  66. ! $stat_android for short desc in android mode, $stat_msg for status bar.
  67. $stat_msg += '<BR>'
  68. $pockets = 'pockets'
  69. if bag > 0: $pockets = 'purse'
  70. $stat_msg += '<BR>You have <b><<money>> ₽</b> in your <<$pockets>>.'
  71. if bankAccount = 1:
  72. if karta >= 0:
  73. $stat_msg += '<BR>You have <b><<karta>> ₽</b> in your bank account.'
  74. else
  75. $stat_msg += '<BR><font color="red">Your bank account is overdrawn by <b><<karta>> ₽</b>!!</font>'
  76. end
  77. end
  78. if stolmoney > 0: $stat_msg += '<BR>You have <b><<stolmoney>> ₽</b> in your desk drawer.'
  79. $stat_msg += '<BR>'
  80. if ETOmenu = 1:
  81. $stat_msg += '<BR><b><<$pcs_health>></b>'
  82. $stat_msg += '<BR><b><<$pcs_willpwr>></b>'
  83. $stat_msg += '<BR><b><<$pcs_energy>></b>'
  84. $stat_msg += '<BR><b><<$water>></b>'
  85. $stat_msg += '<BR><b><<$pcs_sleep>></b>'
  86. elseif Enable_scalepic = 2:
  87. $st_temp='rgb(<<(16777216 + fcolor) mod 256>>,<<(16777216 + fcolor)/256 mod 256>>,<<(16777216 + fcolor)/65536>>)'
  88. $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>'
  89. if MagikDostup = 0: $stat_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_manna * 100 / mannamax, pcs_manna)+'</TD><TD> Manna</TD></TR>'
  90. $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><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_energy, pcs_energy)+'</TD><TD> Hunger</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_sleep, pcs_sleep)+'</TD><TD> Sleep</TD></TR></TABLE></font></p>'
  91. else
  92. gs 'indik', '2', pcs_horny, pcs_horny
  93. $stat_msg += '<BR><<$ind>> Arousal'
  94. gs 'indik', '2', pain['total'], pain['total'], pain['damage']
  95. $stat_msg += '<BR><<$ind>> Pain'
  96. gs 'indik', '1', pcs_health * 100 / healthmax, pcs_health
  97. $stat_msg += '<BR><<$ind>> Health'
  98. if MagikDostup = 0:
  99. gs 'indik', '1', pcs_manna * 100 / mannamax, pcs_manna
  100. $stat_msg += '<BR><<$ind>> Manna'
  101. end
  102. gs 'indik', '1', pcs_willpwr * 100 / willpowermax, pcs_willpwr
  103. $stat_msg += '<BR><<$ind>> Willpower'
  104. gs 'indik', '1', pcs_stam * 100 / stammax, pcs_stam
  105. $stat_msg += '<BR><<$ind>> Stamina'
  106. gs 'indik', '1', pcs_mood, pcs_mood
  107. $stat_msg += '<BR><<$ind>> Mood'
  108. gs 'indik', '1', pcs_energy, pcs_energy
  109. $stat_msg += '<BR><<$ind>> Hunger'
  110. gs 'indik', '1', pcs_sleep, pcs_sleep
  111. $stat_msg += '<BR><<$ind>> Sleep'
  112. end
  113. $stat_msg += '<BR>'
  114. if Enable_showattr = 0:
  115. $stat_msg += '<BR> <a href="exec:Enable_showattr = 1 & FUNC (''$menu_obnovit'')">Attributes</a><BR>'
  116. end
  117. if Enable_showattr = 1:
  118. $stat_msg += '<BR> <a href="exec:Enable_showattr = 0 & FUNC (''$menu_obnovit'')">Attributes:</a>'
  119. if Enable_scalepic = 2:
  120. if pcs_dom > 10:
  121. $dom_stat_msg = 'dominant'
  122. elseif sub > 10:
  123. $dom_stat_msg = 'submissive'
  124. else
  125. $dom_stat_msg = 'neutral'
  126. end
  127. $stat_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', 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> Mental Agility</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>'
  128. if MagikDostup = 0: $stat_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_magik, pcs_magik)+'</TD><TD> Magic</TD></TR>'
  129. $stat_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_apprnc / 2, pcs_apprnc)+'</TD><TD> Attractiveness</TD></TR>'
  130. if SchoolAtestat = 0 and StoryLine > 0:$stat_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_grades, pcs_grades)+'</TD><TD nowrap> School Grades</TD></TR>'
  131. if pcs_exhibition > 0:$stat_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_exhibition, pcs_exhibition)+'</TD><TD> Exhibitionism</TD></TR>'
  132. if pcs_heels > 0:$stat_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_heels, pcs_heels)+'</TD><TD> Heels skill</TD></TR>'
  133. $stat_msg += '</TABLE></font>'
  134. killvar '$dom_stat_msg'
  135. else
  136. gs 'indik','3', 50+(pcs_dom-sub)/2, 50+(pcs_dom-sub)/2
  137. $stat_msg += '<BR><<$ind>> Dominance'
  138. if pcs_dom > 10:
  139. $stat_msg += ' (dominant)'
  140. elseif sub > 10:
  141. $stat_msg += ' (submissive)'
  142. else
  143. $stat_msg += ' (natural)'
  144. end
  145. ! $stat_msg += '<BR>'
  146. gs 'indik', '1', pcs_stren, pcs_stren
  147. $stat_msg += '<BR><<$ind>> Strength'
  148. gs 'indik', '1', pcs_agil, pcs_agil
  149. $stat_msg += '<BR><<$ind>> Agility'
  150. gs 'indik', '1', pcs_vital, pcs_vital
  151. $stat_msg += '<BR><<$ind>> Endurance'
  152. gs 'indik', '1', pcs_intel, pcs_intel
  153. $stat_msg += '<BR><<$ind>> Intelligence'
  154. gs 'indik', '1', pcs_sprt, pcs_sprt
  155. $stat_msg += '<BR><<$ind>> Spirit'
  156. gs 'indik', '1', pcs_react, pcs_react
  157. $stat_msg += '<BR><<$ind>> Mental Agility'
  158. gs 'indik', '1', pcs_chrsm, pcs_chrsm
  159. $stat_msg += '<BR><<$ind>> Charisma'
  160. gs 'indik', '1', pcs_prcptn, pcs_prcptn
  161. $stat_msg += '<BR><<$ind>> Perception'
  162. if MagikDostup = 0:
  163. gs 'indik', '1', pcs_magik, pcs_magik
  164. $stat_msg += '<BR><<$ind>> Magic'
  165. end
  166. gs 'indik', '1', pcs_apprnc / 2, pcs_apprnc
  167. $stat_msg += '<BR><<$ind>> Attractiveness'
  168. if SchoolAtestat = 0 and StoryLine > 0:
  169. gs 'indik', '1', pcs_grades, pcs_grades
  170. $stat_msg += '<BR><<$ind>> School Grades'
  171. end
  172. if pcs_exhibition > 0:
  173. gs 'indik', '1', pcs_exhibition, pcs_exhibition
  174. $stat_msg += '<BR><<$ind>> exhibitionism'
  175. end
  176. if pcs_heels > 0:
  177. gs 'indik', '1', pcs_heels, pcs_heels
  178. $stat_msg += '<BR><<$ind>> Heels skill'
  179. end
  180. $stat_msg += '<BR>'
  181. end
  182. end
  183. killvar '$st_temp'
  184. !!----------------Mental skills--------------------------
  185. if Enable_show_mental_skill = 0:
  186. $stat_msg += ' <a href="exec:Enable_show_mental_skill = 1 & FUNC (''$menu_obnovit'')">Mental Skills</a>'
  187. end
  188. if Enable_show_mental_skill = 1:
  189. st_count=0
  190. $show_table=''
  191. if pcs_splcstng > 0: gs 'show_table', '<<pcs_splcstng>> Spell Casting', '2'
  192. if pcs_humint > 0: gs 'show_table', '<<pcs_humint>> People skills', '2'
  193. if pcs_persuas > 0: gs 'show_table', '<<pcs_persuas>> Persuasion', '2'
  194. if pcs_observ > 0: gs 'show_table', '<<pcs_observ>> Observation', '2'
  195. if st_count > 0 :$stat_msg += ' <a href="exec:Enable_show_mental_skill = 0 & FUNC (''$menu_obnovit'')">Mental Skills:</a> <TABLE BORDER=1><<$show_table>></TR></TABLE>'
  196. end
  197. !!-----------------Sport skills--------------------------
  198. if Enable_show_sport_skill = 0:
  199. $stat_msg += '<BR> <a href="exec:Enable_show_sport_skill = 1 & FUNC (''$menu_obnovit'')">Sport Skills</a>'
  200. end
  201. if Enable_show_sport_skill = 1:
  202. st_count=0
  203. $show_table=''
  204. if pcs_jab > 0: gs 'show_table', '<<pcs_jab>> Jabs', '2'
  205. if pcs_punch > 0: gs 'show_table', '<<pcs_punch>> Power Strikes', '2'
  206. if pcs_kick > 0: gs 'show_table', '<<pcs_kick>> Kicks', '2'
  207. if pcs_def > 0: gs 'show_table', '<<pcs_def>> Defence', '2'
  208. if pcs_run > 0: gs 'show_table', '<<pcs_run>> Running', '2'
  209. if pcs_vball > 0: gs 'show_table', '<<pcs_vball>> Volleyball', '2'
  210. if pcs_ftbll > 0: gs 'show_table', '<<pcs_ftbll>> Football', '2'
  211. if pcs_wrstlng > 0: gs 'show_table', '<<pcs_wrstlng>> Wrestling', '2'
  212. if pcs_shoot > 0: gs 'show_table', '<<pcs_shoot>> Marksmanship', '2'
  213. if pcs_chess > 0: gs 'show_table', '<<pcs_chess>> Chess', '2'
  214. if pcs_icesktng > 0: gs 'show_table', '<<pcs_icesktng>> Ice Skating', '2'
  215. if pcs_ttgmng > 0: gs 'show_table', '<<pcs_ttgmng>> Gaming', '2'
  216. if st_count > 0 :$stat_msg += '<BR> <a href="exec:Enable_show_sport_skill = 0 & FUNC (''$menu_obnovit'')">Sport Skills:</a> <TABLE BORDER=1><<$show_table>></TR></TABLE>'
  217. end
  218. !!-----------------Beauty/Modelling skills---------------
  219. if Enable_show_beauty_skill = 0:
  220. $stat_msg += '<BR> <a href="exec:Enable_show_beauty_skill = 1 & FUNC (''$menu_obnovit'')">Beauty/Modelling Skills</a>'
  221. end
  222. if Enable_show_beauty_skill = 1:
  223. st_count=0
  224. $show_table=''
  225. if pcs_makupskl > 0: gs 'show_table', '<<pcs_makupskl>> Makeup Skill', '2'
  226. if pcs_danc > 0: gs 'show_table', '<<pcs_danc>> Modern Dancing', '2'
  227. if pcs_dancero > 0: gs 'show_table', '<<pcs_dancero>> Erotic Dancing', '2'
  228. if pcs_dancpol > 0: gs 'show_table', '<<pcs_dancpol>> Pole Dancing', '2'
  229. if pcs_mdlng > 0: gs 'show_table', '<<pcs_mdlng>> Modelling', '2'
  230. if st_count > 0 :$stat_msg += '<BR> <a href="exec:Enable_show_beauty_skill = 0 & FUNC (''$menu_obnovit'')">Beauty/Modelling Skills:</a> <TABLE BORDER=1><<$show_table>></TR></TABLE>'
  231. end
  232. !!---------------------Artistic skills-------------------
  233. if Enable_show_art_skill = 0:
  234. $stat_msg += '<BR> <a href="exec:Enable_show_art_skill = 1 & FUNC (''$menu_obnovit'')">Artistic Skills</a>'
  235. end
  236. if Enable_show_art_skill = 1:
  237. st_count=0
  238. $show_table=''
  239. if pcs_vokal > 0: gs 'show_table', '<<pcs_vokal>> Singing', '2'
  240. if pcs_instrmusic > 0: gs 'show_table', '<<pcs_instrmusic>> Instrumental Music', '2'
  241. if pcs_photoskl > 0: gs 'show_table', '<<pcs_photoskl>> Photography', '2'
  242. if pcs_artskls > 0: gs 'show_table', '<<pcs_artskls>> Artistic Skills', '2'
  243. if st_count > 0 :$stat_msg += '<BR> <a href="exec:Enable_show_art_skill = 0 & FUNC (''$menu_obnovit'')">Artistic Skills:</a> <TABLE BORDER=1><<$show_table>></TR></TABLE>'
  244. end
  245. !!----------------------Job skills------------------------
  246. if Enable_show_job_skill = 0:
  247. $stat_msg += '<BR> <a href="exec:Enable_show_job_skill = 1 & FUNC (''$menu_obnovit'')">Job Skills</a>'
  248. end
  249. if Enable_show_job_skill = 1:
  250. st_count=0
  251. $show_table=''
  252. if pcs_compskl > 0: gs 'show_table', '<<pcs_compskl>> Computer Skill', '2'
  253. if pcs_comphckng > 0: gs 'show_table', '<<pcs_comphckng>> Hacking', '2'
  254. if pcs_hndiwrk > 0: gs 'show_table', '<<pcs_hndiwrk>> Handy-work', '2'
  255. if pcs_sewng > 0: gs 'show_table', '<<pcs_sewng>> Tailoring', '2'
  256. if pcs_servng > 0: gs 'show_table', '<<pcs_servng>> Serving', '2'
  257. if pcs_medcn > 0: gs 'show_table', '<<pcs_medcn>> Medicine', '2'
  258. if workPTU > 1: gs 'show_table','<<teachlevel>> Teacher credibility','2'
  259. if st_count > 0 :$stat_msg += '<BR> <a href="exec:Enable_show_job_skill = 0 & FUNC (''$menu_obnovit'')">Job Skills:</a> <TABLE BORDER=1><<$show_table>></TR></TABLE>'
  260. end
  261. if Enable_showrelation = 0:
  262. $stat_msg += '<BR> <a href="exec:Enable_showrelation = 1 & FUNC (''$menu_obnovit'')">Relations</a>'
  263. end
  264. if Enable_showrelation = 1:
  265. st_count=0
  266. $show_table=''
  267. if npc_QW['A192'] > 0:gs'show_table','Nastja: <<npc_QW[''A192'']>>','2'
  268. if tanya > 0:gs'show_table','Tanya: <<tanya>>','2'
  269. if kat > 0:gs'show_table','Kate: <<kat>>','2'
  270. if vika > 0:gs'show_table','Vika: <<vika>>','2'
  271. if Irina > 0:gs'show_table','Irina: <<Irina>>','2'
  272. if Tamara > 0:gs'show_table','Tamara: <<Tamara>>','2'
  273. if alla > 0:gs'show_table','Alla: <<alla>>','2'
  274. if masha > 0:gs'show_table','Masha: <<masha>>','2'
  275. if Givi > 0:gs'show_table','Givi Karapetovich: <<Givi>>','2'
  276. if Ashot > 0:gs'show_table','Ashot: <<Ashot>>','2'
  277. if Dmitry > 0:gs'show_table','Dima: <<Dmitry>>','2'
  278. if afra > 0:gs'show_table','Blacks: <<afra>>','2'
  279. if Rex > 0:gs'show_table','Rex: <<Rex>>','2'
  280. if npc_rel['A69'] > 0:gs'show_table','Mikhail Nikolaevich: <<npc_rel[''A69'']>>','2'
  281. if npc_rel['A89'] > 0:gs'show_table','Eugene: <<npc_rel[''A89'']>>','2'
  282. if npc_rel['A112'] > 0:gs'show_table','Sergei Shulgin: <<npc_rel[''A112'']>>','2'
  283. if npc_rel['A11'] > 0:gs'show_table','Vasily Shulgin: <<npc_rel[''A11'']>>','2'
  284. if hantersAndreiQw > 0:gs'show_table','Hunter Andrew: <<hantersAndreiQw>>','2'
  285. if hantersSergeiQw > 0:gs'show_table','Hunter Sergei: <<hantersSergeiQw>>','2'
  286. if hantersIgorQw > 0:gs'show_table','Hunter Igor: <<hantersIgorQw>>','2'
  287. if pcs_lovers[1] = 1:gs'show_table', 'BF <<$loverdesc[1]>>: <<loverrelation[1]>>','2'
  288. if pcs_lovers[2] = 1:gs'show_table', 'BF <<$loverdesc[2]>>: <<loverrelation[2]>>','2'
  289. if pcs_lovers[3] = 1:gs'show_table', 'BF <<$loverdesc[3]>>: <<loverrelation[3]>>','2'
  290. if StoryLine > 0:
  291. if npc_rel['A29'] > 0:gs'show_table','Mother: <<npc_rel[''A29'']>>','2'
  292. if npc_rel['A28'] > 0:gs'show_table','Father: <<npc_rel[''A28'']>>','2'
  293. if npc_rel['A33'] > 0:gs'show_table','Sister: <<npc_rel[''A33'']>>','2'
  294. if npc_rel['A34'] > 0:gs'show_table','Brother: <<npc_rel[''A34'']>>','2'
  295. end
  296. if st_count > 0 :$stat_msg += '<BR> <a href="exec:Enable_showrelation = 0 & FUNC (''$menu_obnovit'')">Relations:</a> <BR><TABLE BORDER=1> <<$show_table>></TR></TABLE>'
  297. end
  298. $stat_msg += '<BR>'
  299. if BuyHous = 2 and ArendHouseSL <= 0:
  300. '<font color="red"><b>The rent on your apartment is due today.</b></font>'
  301. if money >= 6000 or stolmoney >= 6000 or money + stolmoney >= 6000 or karta + bankDebtLimit >= 6000:
  302. *P ' Renew with '
  303. if money >= 6000:
  304. *P ' <a href="exec:money -= 6000 & housr = 1 & BuyHous = 2 & ArendHouseSL += 30" & FUNC (''$menu_obnovit'')>cash</a>'
  305. elseif stolmoney >= 6000:
  306. *P ' <a href="exec:stolmoney -= 6000 & housr = 1 & BuyHous = 2 & ArendHouseSL += 30" & FUNC (''$menu_obnovit'')>cash from drawer</a>'
  307. elseif money + stolmoney >= 6000:
  308. !both < 6000, so money = money - 6000 + stolmoney
  309. *P ' <a href="exec:money -= 6000 - stolmoney & stolmoney = 0 & housr = 1 & BuyHous = 2 & ArendHouseSL += 30" & FUNC (''$menu_obnovit'')>cash from purse and drawer</a>'
  310. end
  311. !from purse, drawer or both
  312. if karta >= 6000:
  313. *P ' <a href="exec:karta -= 6000 & housr = 1 & BuyHous = 2 & ArendHouseSL += 30 & FUNC (''$menu_obnovit'')">bank account</a>'
  314. elseif karta + bankDebtLimit >= 6000:
  315. *P ' <a href="exec:karta -= 6000 & housr = 1 & BuyHous = 2 & ArendHouseSL += 30 & FUNC (''$menu_obnovit'')">bank account, but you will be overdrawn.</a>'
  316. end
  317. else
  318. *P ' But you can''t afford to pay the rent.'
  319. end
  320. end
  321. if opPRE = 0: $stat_msg += '<BR><<$pcs_makeup>> and your hair is <<$pcs_hairbsh>>.' & $stat_msg += '<BR>'
  322. if thinkpreg = 0 and knowpreg = 0 and cycle ! 6 and pillcon2 <= 30000 and succubusflag ! 1 and cheatSlut = 0 and mesec = 0:
  323. if abortionbirthdate = 0 and daystart - lastmens > 21:
  324. if daystart - lastmens < 28:
  325. $stat_msg += '<BR><font color = #AB052A><b>Your period is late by <<daystart - lastmens - 20>> days.</b></font>'
  326. elseif daystart - lastmens < 35:
  327. $stat_msg += '<BR><font color = #AB052A><b>Your period is late by more than a week!</b></font>'
  328. elseif daystart - lastmens < 45:
  329. $stat_msg += '<BR><font color = #AB052A><b>You apparently missed your period this month. Maybe you should see a doctor?</b></font>'
  330. elseif daystart - lastmens < 69:
  331. $stat_msg += '<BR><font color = #AB052A><b>You didn''t have a period for two months. You really should see a doctor about it.</b></font>'
  332. else
  333. $stat_msg += '<BR><font color = #AB052A><b>You should consider the possibility of a pregnancy, since apparently you no longer have periods.</b></font>'
  334. end
  335. elseif abortionbirthdate ! 0 and daystart - abortionbirthdate <= 100:
  336. $stat_msg += '<BR><font color = #705243><b>You are probably still in your recovery period. Nothing to worry about.</b></font>'
  337. elseif abortionbirthdate ! 0 and daystart - abortionbirthdate > 100:
  338. $stat_msg += '<BR><font color = #820000><b>You should have recovered by know... Right?</b></font>'
  339. end
  340. end
  341. if implant_day > 0:
  342. if ((daystart - implant_day) * 24 + hour - implant_hour) < 5:
  343. $stat_msg += '<BR><font color=#AB052A>You feel a slight twinge in your abdomen.</font>'
  344. end
  345. end
  346. if mesec > 0:
  347. $stat_msg += '<BR><font color="red">You are currently having your period. '
  348. if isprok = 0 and isprokp = 0:
  349. $stat_msg += 'You need to use your feminine hygiene products.'
  350. elseif isprokp = 1 and tanga = 0:
  351. isprokp = 0
  352. $stat_msg += 'You need to wear panties to use a sanitary pad.'
  353. end
  354. $stat_msg += '</font>'
  355. end
  356. $stat_msg += '<BR><a href="exec:dynamic $d_cycreport_choice"><<$cycreport_txt>></a><br>'
  357. if StoryLine > 0 and SchoolAtestat = 0 and $holyday ! '': $stat_msg += '<BR><<$holyday>>' & $stat_msg += '<BR>'
  358. if birthday = day and birthmonth = month: $stat_msg += '<BR><b>Today is your birthday.</b>' & $stat_msg += '<BR>'
  359. !!if shame > 0:$stat_msg += '<BR><<$shame>>' & $stat_msg += '<BR>'
  360. if $pcs_mood ! '':$stat_msg += '<BR><font color="green"><b><<$pcs_mood>></b></font>' & $stat_msg += '<BR>'
  361. if mentats_dose >= 1:$stat_msg += '<BR><font color = green>You feel sharp and focused.</font>'
  362. if bcream_used = 1:$stat_msg += '<BR><font color = #DB7093>Your breasts are feeling hot and tingly.</font>'
  363. if aphrodisiac_timer > 0:$stat_msg += '<BR><font color = #DB7093>You are feeling hot and every move causes your groin to tingle.</font>'
  364. if pcs_energy < 5:
  365. $stat_msg += '<BR><font color="red">You feel faint from hunger, if you don''t have something to eat very soon, you will pass out.</font>'
  366. elseif pcs_energy < 10:
  367. $stat_msg += '<BR><font color="red">You are starving, you really need to have something to eat.</font>'
  368. elseif pcs_energy < 20:
  369. $stat_msg += '<BR>You are very hungry and struggle to concentrate on anything other than food.'
  370. elseif pcs_energy < 30:
  371. $stat_msg += '<BR>You feel peckish and your thoughts sometimes drift towards food.'
  372. end
  373. if pcs_sleep < 5:
  374. $stat_msg += '<BR><font color="red">You can''t keep your eyes open, if you don''t go to bed now, you will fall asleep right here.</font>'
  375. elseif pcs_sleep < 10:
  376. $stat_msg += '<BR><font color="red">You are exhausted, you really need to go to bed soon.</font>'
  377. elseif pcs_sleep < 20:
  378. $stat_msg += '<BR>You are tired and you are struggling to concentrate.'
  379. elseif pcs_sleep < 30:
  380. $stat_msg += '<BR>You feel a little tired.'
  381. end
  382. if tanga = 1 and clit_size >= 25:$stat_msg += '<BR><font color = #FF1493>Your panties keep rubbing against your clit and making you horny.</font>'
  383. if pcs_horny >= 50:
  384. if pcs_horny < 90 and tanga = 1:
  385. $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>'
  386. elseif pcs_horny < 90 and tanga = 0:
  387. $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>'
  388. elseif tanga = 1:
  389. $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>'
  390. else
  391. $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>'
  392. end
  393. end
  394. if PillToggle = 1 and tabletki > 0:
  395. Stabletki += tabletki
  396. tabletki = 0
  397. elseif PillToggle = 0 and Stabletki > 0:
  398. tabletki += Stabletki
  399. Stabletki = 0
  400. end
  401. if CondomToggle = 1 and prezik > 0:
  402. Sprezik += prezik
  403. prezik = 0
  404. elseif CondomToggle = 0 and Sprezik > 0:
  405. prezik += Sprezik
  406. Sprezik = 0
  407. end
  408. if smoker >= 20:
  409. if smokerNeed > 0:
  410. if siga > 0:
  411. $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>'
  412. else
  413. $stat_msg += '<BR><a href="exec:gs ''shortgs'',''smoker''"><font color="red"><b>You want to smoke, but you have no cigarettes left.</b></font></a><BR>'
  414. end
  415. else
  416. if siga > 0:
  417. $stat_msg += '<BR><a href="exec:gs ''shortgs'',''smoker''"><font color="blue"><b>You have <<siga>> cigarettes left.</b></font></a><BR>'
  418. else
  419. $stat_msg += '<BR><font color="blue"><b>You feel like you should get some cigarettes.</b></font><BR>'
  420. end
  421. end
  422. elseif siga > 0:
  423. $stat_msg += '<BR><a href="exec:gs ''shortgs'',''smoker''"><font color = blue><b>You have <<siga>> cigarettes.</b></font></a><BR>'
  424. end
  425. if smokeHour = hour and smokeday = day and smokeminut >= minut:$stat_msg += '<BR><font color="green">You are smoking a cigarette.</font><BR>'
  426. if pcs_sweat < 0 : pcs_sweat = 0
  427. if pcs_sweat > 69 : pcs_sweat = 69
  428. jump 'statDswt<<pcs_sweat/10>>'
  429. :statDswt0
  430. if arrsize('sparrvol') = 0 : $stat_msg += '<BR><b><font color="green">You are sparkling clean.</font></b><BR>'
  431. jump 'statDswtEnd'
  432. :statDswt1
  433. jump 'statDswtEnd'
  434. :statDswt2
  435. $stat_msg += '<BR><font color="brown">You''re sweating.</font><BR>'
  436. jump 'statDswtEnd'
  437. :statDswt3
  438. $stat_msg += '<BR><font color="red">You are a little smelly.</font><BR>'
  439. jump 'statDswtEnd'
  440. :statDswt4
  441. $stat_msg += '<BR><font color="red">You stink.</font><BR>'
  442. jump 'statDswtEnd'
  443. :statDswt5
  444. $stat_msg += '<BR><b><font color="red">You really stink.</font></b><BR>'
  445. jump 'statDswtEnd'
  446. :statDswt6
  447. $stat_msg += '<BR><b><font color="red">You are dripping wet from sweat and smell like a gym sock.</font></b><BR>'
  448. jump 'statDswtEnd'
  449. :statDswtEnd
  450. if dirtyclothes = 1 and swamp_clothes = 0:
  451. if pcs_sweat > 40:
  452. $stat_msg +='<br><font color = red>You from head to toe <a href="exec:view''images/locations/gadukino/hunters/dirtyclothes1.jpg''">smeared</a> in the mud.</font><BR>'
  453. else
  454. $stat_msg +='<br><font color = red>Your <a href="exec:view''images/locations/gadukino/hunters/dirtyclothes2.jpg''">cloth</a> is dirty.</font><BR>'
  455. end
  456. end
  457. if lactate = 1:
  458. if lactatemv >= lactatemm-1:
  459. $stat_msg += '<BR><font color = black>Your breasts are so full they hurt and a little milk is constantly dribbling out.</font><BR>'
  460. elseif lactatemv > lactatemm*9/10:
  461. $stat_msg += '<BR><font color = black>Your breasts are firm and full, and starting to hurt from all the milk they contain.</font><BR>'
  462. elseif lactatemv > lactatemm*3/4:
  463. $stat_msg += '<BR><font color = black>Your breasts feel firm and heavy, full of milk.</font><BR>'
  464. elseif lactatemv > lactatemm/2:
  465. $stat_msg += '<BR><font color = black>Your breasts are heavy, a cargo of milk inside.</font><BR>'
  466. elseif lactatemv > lactatemm/4:
  467. $stat_msg += '<BR><font color = black>Your breasts feel a little heavy.</font><BR>'
  468. elseif lactatemv > 0:
  469. $stat_msg += '<BR><font color = black>Your breasts tingle a little from the feeling of milk production.</font><BR>'
  470. else
  471. $stat_msg += '<BR><font color = black>Your breasts feel soft and empty.</font><BR>'
  472. end
  473. end
  474. if Enable_Hymenrestore = 1: pcs_vag = 0
  475. if Enable_tightrestore = 1: pcs_ass = 0 & if pcs_vag > 0:pcs_vag = 1
  476. if Enable_clearwrite > 0: body_write = 0 & face_write = 0
  477. if Enable_clearcum > 0:
  478. killvar 'sparrvol[0]'
  479. end
  480. if Enable_fbreath > 0:
  481. cumspclnt = 2
  482. gs 'cum_cleanup'
  483. pcs_breath=1
  484. end
  485. $clear_write = {
  486. body_write = 0
  487. face_write = 0
  488. minut += 10
  489. gs '$menu_obnovit'
  490. 'It takes you 10 minutes to thoroughly wash the obscene "painting" from your body.'
  491. }
  492. if body_write > 0 or face_write > 0:
  493. if body_write > 1 and face_write = 0:
  494. $stat_msg += '<BR><a href="exec:dynamic $clear_write"><b><font color = red>Your body is inscribed with derogatory graffiti.</font></b></a>'
  495. elseif body_write = 1 and face_write = 0:
  496. $stat_msg += '<BR><a href="exec:dynamic $clear_write"><b><font color = red>Your body is an obscene sign.</font></b></a>'
  497. elseif body_write = 0 and face_write > 1:
  498. $stat_msg += '<BR><a href="exec:dynamic $clear_write"><b><font color = red>Your face is covered with writing obscene epithets.</font></b></a>'
  499. elseif body_write = 0 and face_write = 1:
  500. $stat_msg += '<BR><a href="exec:dynamic $clear_write"><b><font color = red>On your face humiliating label.</font></b></a>'
  501. else
  502. $stat_msg += '<BR><a href="exec:dynamic $clear_write"><b><font color = red>Your body and face painted with obscene graffiti.</font></b></a>'
  503. end
  504. end
  505. killvar 'cumvolume'
  506. killvar 'i'
  507. killvar 'knownguy'
  508. killvar 'cumcount'
  509. killvar 'cumowner'
  510. if arrsize('sparrvol') > 0:
  511. !!go through every location
  512. :locationloop
  513. !!start from the freshest load
  514. idx = arrsize('sparrloc')-1
  515. :spermitemloop
  516. !!if the currently examined load loaction is the location of the current cycle, execute
  517. if sparrloc[idx] = i:
  518. !!setting the age of the current load
  519. !! 0: mouth
  520. !! 1: in this hour
  521. !! 2: in four hours
  522. !! 3: at least five hours ago
  523. !! 4: in body (pussy or ass)
  524. !! 5: no more than 12 hours in condom
  525. !! 6: no more than 48 hours in condom
  526. !! 7: more than two days old, in condom
  527. if i = 12:
  528. j = 0
  529. elseif i = 17:
  530. if sparrage[idx] <= 12:
  531. j = 5
  532. elseif sparrage[idx] <= 48:
  533. j = 6
  534. else
  535. j = 7
  536. end
  537. elseif i = 0 or i = 3:
  538. j = 4
  539. else
  540. if sparrage[idx] <= 1:
  541. j = 1
  542. elseif sparrage[idx] <= 5:
  543. j = 2
  544. else
  545. j = 3
  546. end
  547. end
  548. cumvolume['<<i>>:<<j>>'] += sparrvol[idx]
  549. if sparrvol[idx] > 0:
  550. if sparridt[idx] = 0:
  551. !!unknown partner
  552. cumcount['<<i>>:<<j>>'] += 1
  553. elseif sparridt[idx] = 1:
  554. !!known partner
  555. !!storing the name of the cum owner (format: $cumowner[<cum location>:<age of cum>:<index of cum owner>])
  556. if knownguy['<<i>>:<<j>>'] > 0:
  557. gchk = 0
  558. :sameguycheck
  559. if $cumowner['<<i>>:<<j>>:<<gchk>>'] ! $sparrnam[idx] and gchk <= knownguy['<<i>>:<<j>>']:gchk += 1 & jump 'sameguycheck'
  560. if gchk > knownguy['<<i>>:<<j>>']:
  561. $cumowner['<<i>>:<<j>>:<<knownguy[''<<i>>:<<j>>'']>>'] = $sparrnam[idx]
  562. knownguy['<<i>>:<<j>>'] += 1
  563. cumcount['<<i>>:<<j>>'] += 1
  564. end
  565. else
  566. $cumowner['<<i>>:<<j>>:<<knownguy[''<<i>>:<<j>>'']>>'] = $sparrnam[idx]
  567. knownguy['<<i>>:<<j>>'] += 1
  568. cumcount['<<i>>:<<j>>'] += 1
  569. end
  570. end
  571. end
  572. end
  573. if idx > 0:idx -= 1 & jump 'spermitemloop'
  574. if i < 18:i += 1 & jump 'locationloop'
  575. killvar 'i'
  576. killvar 'idx'
  577. killvar 'j'
  578. end
  579. i = 0
  580. :cumlocloop
  581. if i = 0:
  582. $txtloc = 'your <a href="exec:view''images/pc/body/cum/creampie/cumpussy'+rand(1,14)+'.jpg''">pussy</a>'
  583. elseif i = 1:
  584. $txtloc = 'your <a href="exec:view''images/pc/body/cum/cumpussy/cumpus'+rand(1,4)+'.jpg''">labia</a>'
  585. elseif i = 2:
  586. $txtloc = 'the front of your panties'
  587. elseif i = 3:
  588. $txtloc = 'your <a href="exec:view''images/pc/body/cum/cumanal/cumanal'+rand(1,11)+'.jpg''">ass</a>'
  589. elseif i = 4:
  590. $txtloc = 'your <a href="exec:view''images/pc/body/cum/cumass/cumass'+rand(1,6)+'.jpg''">butt</a>'
  591. elseif i = 5:
  592. $txtloc = 'the back of your panties'
  593. elseif i = 6:
  594. $txtloc = 'your <a href="exec:view''images/pc/body/cum/cumclothes/'+rand(1,3)+'.jpg''">clothes near your groin</a>'
  595. elseif i = 7:
  596. $txtloc = 'your <a href="exec:view''images/pc/body/cum/cumclothes/cumclothes'+rand(1,21)+'.jpg''">clothes</a>'
  597. elseif i = 8:
  598. $txtloc = 'your back'
  599. elseif i = 9:
  600. $txtloc = 'your legs'
  601. elseif i = 10:
  602. $txtloc = 'your arms'
  603. elseif i = 11:
  604. if pcs_haircol = 0:
  605. $cum_face_image = 'brown/'
  606. $cum_face_image += rand(1, 31)
  607. elseif pcs_haircol = 1:
  608. $cum_face_image = 'black/'
  609. $cum_face_image += rand(1, 23)
  610. elseif pcs_haircol = 2:
  611. $cum_face_image = 'red/'
  612. $cum_face_image += rand(1, 19)
  613. elseif pcs_haircol = 3:
  614. $cum_face_image = 'blonde/'
  615. $cum_face_image += rand(1, 25)
  616. elseif pcs_haircol > 3:
  617. $cum_face_image = 'custom/'
  618. $cum_face_image += rand(1, 20)
  619. end
  620. $txtloc = 'your <a href="exec:view''images/pc/body/cum/cumface/<<$cum_face_image>>.jpg''">face</a>'
  621. killvar 'cum_face_image'
  622. elseif i = 13:
  623. $txtloc = 'your hands'
  624. elseif i = 14:
  625. $txtloc = 'your <a href="exec:view''images/pc/body/cum/cumbelly/cumbelly'+rand(1,12)+'.jpg''">stomach</a>'
  626. elseif i = 15:
  627. $txtloc = 'your <a href="exec:view''images/pc/body/cum/cumtits/cumtits'+rand(1,19)+'.jpg''">breasts</a>'
  628. elseif i = 16:
  629. $txtloc = 'your hair</a>'
  630. elseif i = 17:
  631. $txtloc = 'in your vagina in a slipped condom'
  632. else
  633. $txtloc = 'the gusset of your panties</a>'
  634. end
  635. j = 0
  636. :ageloop
  637. if cumvolume['<<i>>:<<j>>'] > 0:
  638. cumloc[i] = 1
  639. !!amount setting
  640. if cumvolume['<<i>>:<<j>>'] > 250:
  641. !! 25 ml, about four-five load, gushing
  642. $txtamount = 'Enormous '
  643. elseif cumvolume['<<i>>:<<j>>'] > 100:
  644. !! 10 ml, about two load, flowing
  645. $txtamount = 'Huge '
  646. elseif cumvolume['<<i>>:<<j>>'] >= 20:
  647. !! 2 ml, seeping out
  648. $txtamount = 'Decent '
  649. else
  650. !! residue amount, no leakage
  651. $txtamount = 'Small '
  652. end
  653. !! if sperm age stage is 4, it means inside the body
  654. if j = 4:
  655. if (vibratorIN = 1 and i = 0) or (analplugin = 1 and i = 3):
  656. $txtproxy = 'being plugged in '
  657. elseif i = 0 and cumvolume['<<i>>:<<j>>'] < pcs_vag*5:
  658. $txtproxy = 'staying inside of '
  659. elseif i = 3 and pcs_ass <= 25:
  660. $txtproxy = 'staying inside of '
  661. else
  662. if cumvolume['<<i>>:<<j>>'] > 250:
  663. $txtproxy = 'gushing out of '
  664. elseif cumvolume['<<i>>:<<j>>'] > 100:
  665. $txtproxy = 'flowing out of '
  666. elseif cumvolume['<<i>>:<<j>>'] >= 40:
  667. $txtproxy = 'seeping out of '
  668. else
  669. $txtproxy = 'staying inside of '
  670. end
  671. end
  672. elseif j >= 5:
  673. !! if sperm age stage is over 4, meaning in condom
  674. if j = 5:
  675. $txtproxy = 'buried '
  676. elseif j = 6:
  677. $txtproxy = 'marinating '
  678. else
  679. $txtproxy = 'rotting '
  680. end
  681. if cumcondslip_deep > (vagina / 2): $txtproxy += 'deep '
  682. elseif j < 4 and j > 0:
  683. !!amount setting
  684. if cumvolume['<<i>>:<<j>>'] > 160:
  685. !! 10 ml, about two load, flowing
  686. $txtproxy = 'coating '
  687. elseif cumvolume['<<i>>:<<j>>'] > 40:
  688. !! 2 ml, seeping out
  689. $txtproxy = 'covering '
  690. else
  691. !! residue amount, no leakage
  692. $txtproxy = 'spattering '
  693. end
  694. if j = 1:
  695. $txtproxy += 'wetly '
  696. elseif j = 2:
  697. $txtproxy += 'dryly '
  698. else
  699. $txtproxy += 'powderly '
  700. end
  701. end
  702. $txtperson = ''
  703. if cumcount['<<i>>:<<j>>'] = 0:
  704. $txtiscum = 'some whitish substance '
  705. else
  706. $txtiscum = 'cum'
  707. if cumcount['<<i>>:<<j>>'] = knownguy['<<i>>:<<j>>']:
  708. !! everyone is known (one or more)
  709. if knownguy['<<i>>:<<j>>'] = 1:
  710. $txtperson = $npc_usedname[$cumowner['<<i>>:<<j>>:0']] + ' '
  711. else
  712. kmax = 0
  713. :nullocator1
  714. if $cumowner['<<i>>:<<j>>:<<kmax>>'] ! '':kmax += 1 & jump 'nullocator1'
  715. kmax -= 1
  716. k = 0
  717. :knownloop
  718. $txtperson += $npc_usedname[$cumowner['<<i>>:<<j>>:<<k>>']]
  719. if k < kmax-1:$txtperson += ', ' & k += 1 & jump 'knownloop'
  720. k += 1
  721. $txtperson += ' and ' + $npc_usedname[$cumowner['<<i>>:<<j>>:<<k>>']] + ' '
  722. end
  723. elseif knownguy['<<i>>:<<j>>'] = 0:
  724. !! noone is known (one or more)
  725. if cumcount['<<i>>:<<j>>'] = 1:
  726. $txtperson += 'some guy '
  727. else
  728. $txtperson += 'some guys '
  729. end
  730. else
  731. !! there are known and unknown guys in the mix
  732. if knownguy['<<i>>:<<j>>'] = 1:
  733. $txtperson = $npc_usedname[$cumowner['<<i>>:<<j>>:0']] + ' and some guy'
  734. else
  735. kmax = 0
  736. :nullocator2
  737. if $cumowner['<<i>>:<<j>>:<<kmax>>'] ! '':kmax += 1 & jump 'nullocator2'
  738. kmax -= 1
  739. k = 0
  740. :mixloop
  741. $txtperson += $npc_usedname[$cumowner['<<i>>:<<j>>:<<k>>']] + ', '
  742. if k < kmax: k += 1 & jump 'mixloop'
  743. $txtperson += 'and some guy'
  744. end
  745. if cumcount['<<i>>:<<j>>'] - knownguy['<<i>>:<<j>>'] > 1:
  746. $txtperson += 's '
  747. else
  748. $txtperson += ' '
  749. end
  750. end
  751. end
  752. if j <= 4 and swallow >= 10 and $txtiscum = 'cum':$txtiscum = '<a href="exec:gs ''cum_manage'', ''cumeater'', <<i>>"><font color="blue">' + $txtiscum + '</font></a>'
  753. $txtiscum += ' from '
  754. if i = 0 and j = 4 and vibratorIN = 0 and pcs_vag*10 < cumvolume['<<i>>:<<j>>'] and cumvolume['<<i>>:<<j>>'] >= 20:
  755. if tanga = 1:
  756. $stat_msg += '<BR><b><font color="red">' + $txtamount + 'amounts of ' + $txtiscum + $txtperson + 'is ' + $txtproxy + $txtloc + ' into your panties.</font></b>'
  757. else
  758. $stat_msg += '<BR><b><font color="red">' + $txtamount + 'amounts of ' + $txtiscum + $txtperson + 'is ' + $txtproxy + $txtloc + ' down your legs.</font></b>'
  759. end
  760. elseif sparragestage >= 5:
  761. if cumcondslip_aware > 0:$stat_msg += '<BR><b><font color="red">' + $txtamount + 'amounts of ' + $txtiscum + $txtperson + 'is ' + $txtproxy + $txtloc + '.</font></b>'
  762. elseif j ! 0:
  763. $stat_msg += '<BR><b><font color="red">' + $txtamount + 'amounts of ' + $txtiscum + $txtperson + 'is ' + $txtproxy + $txtloc + '.</font></b>'
  764. else
  765. $stat_msg += '<BR><b><font color="red">Your breath smells like sperm.</font></b>'
  766. end
  767. end
  768. if j < 7: j+=1 & jump 'ageloop'
  769. if i < 18: i+=1 & jump 'cumlocloop'
  770. killvar 'i'
  771. killvar 'j'
  772. killvar 'txtperson'
  773. killvar 'k'
  774. killvar 'kmax'
  775. killvar 'txtamount'
  776. killvar 'txtiscum'
  777. killvar 'txtperson'
  778. killvar 'txtproxy'
  779. killvar 'txtloc'
  780. killvar 'cumvolume'
  781. killvar 'cumcount'
  782. killvar 'knownguy'
  783. killvar 'cumowner'
  784. if $clothingworntype = 'nude' and lactatemess > 0:
  785. if lactatemess < 3:
  786. $stat_msg += '<BR><font color = black>You have a little milk residue around your nipples.</font>'
  787. elseif lactatemess < 7:
  788. $stat_msg += '<BR><font color = black>You have a lot of milk residue around your nipples.</font>'
  789. else
  790. $stat_msg += '<BR><font color = black>Your breasts are drenched with milk residue.</font>'
  791. end
  792. elseif lactatemess > 0:
  793. if lactatemess < 3:
  794. $stat_msg += '<BR><font color = black>You have tiny wet spots on your clothes above your nipples.</font>'
  795. elseif lactatemess < 7:
  796. $stat_msg += '<BR><font color = black>Milk has soaked through your clothes and made visible circles on your breasts.</font>'
  797. else
  798. $stat_msg += '<BR><font color = black>Your shirt is drenched with milk from your breasts.</font>'
  799. end
  800. end
  801. if Gerpes >= 10:
  802. $stat_msg += '<BR><b><font color="red">On your pussy sores have appeared. This is genital herpes.</font></b>'
  803. elseif Gerpes >= 5:
  804. $stat_msg += '<BR><b><font color="red">Your pussy is flushed and highly itchy. This is genital herpes.</font></b>'
  805. elseif Gerpes >= 3:
  806. $stat_msg += '<BR><b><font color="red">On your lips sores. All signs of genital herpes.</font></b>'
  807. end
  808. if Gerpes >= 20:$stat_msg += '<BR> <b><font color="red">The sores also cover your ass.</font></b>'
  809. if Sifilis >= 50:
  810. $stat_msg += '<BR><b><font color="red">Syphilitic rashes cover your whole body.</font></b>'
  811. elseif Sifilis >= 21:
  812. $stat_msg += '<BR><b><font color="red">You have a single big, hard sore on the lip.</font></b>'
  813. end
  814. 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>'
  815. if Kandidoz > 30:$stat_msg += '<BR><b><font color="red">You have thrush.</font></b>'
  816. 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>'
  817. 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>'
  818. if fingal > 0:$stat_msg += '<BR><b><font color="red">You have a black eye.</font></b>'
  819. ! WD: Bimbo look
  820. if bimbolevel > 0: $stat_msg += '<BR><<$bimbostatus>>'
  821. if tanga = 1 and $clothingworntype = 'nude':
  822. $stat_msg += '<BR><b><font color = red>You are only wearing your panties and your boobs sway invitingly as you walk</font></b>'
  823. elseif tanga= 1 and PCloBimbo = 1:
  824. $stat_msg += '<BR><b><font color = #FF00FF>You are dressed as a bimbo</font></b>'
  825. elseif tanga = 0:
  826. if CloStyle = 4:
  827. $stat_msg += '<BR><b><font color="red">you are not wearing panties, but you are dressed as a hooker, so that''s hardly surprising.</font></b>'
  828. elseif PCloBimbo = 1 or bimbolevel > 0 and PCloSkirt > 3:
  829. $stat_msg += '<BR><b><font color = #FF00FF>You like, totally forgot to put on any panties. You are such a bimbo.</font></b>'
  830. elseif PCloSkirt > 3:
  831. $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>'
  832. elseif $clothingworntype ! 'nude':
  833. $stat_msg += '<BR><b><font color="red">You are not wearing panties.</font></b>'
  834. elseif towel = 1:
  835. $stat_msg += '<BR><b><font color = red>Your naked body is covered only by a short towel.</font></b>'
  836. elseif $clothingworntype = 'nude' and pcs_exhibition < 5:
  837. $stat_msg += '<BR><b><font color = red>You are completely naked, and it makes you feel nervous and ashamed.</font></b>'
  838. elseif $clothingworntype = 'nude' and pcs_exhibition < 20:
  839. $stat_msg += '<BR><b><font color = red>You are completely naked, you''re not too comfortable we nudity but it is a little exciting.</font></b>'
  840. elseif $clothingworntype = 'nude' and pcs_exhibition >= 90:
  841. $stat_msg += '<BR><b><font color = blue>You are completely naked, which is far better than having to wear clothes.</font></b>'
  842. elseif $clothingworntype = 'nude':
  843. $stat_msg += '<BR><b><font color = #FF00FF>You are completely naked. It''s exciting and you feel tingly inside.</font></b>'
  844. end
  845. end
  846. $stat_msg += '<BR>'
  847. if mosol >= 50:
  848. $stat_msg += '<BR><b><font color="red">Your pussy hurts and each step causes more pain, it''s crimson and visibly scuffed from walking without underwear.</font></b>'
  849. elseif mosol >= 30:
  850. $stat_msg += '<BR><b><font color="red">Your pussy is flushed and itchy, it seems to be from rubbing against your clothing.</font></b>'
  851. end
  852. if analplugIN = 1:$stat_msg += '<BR><b><font color="red">You have a butt plug inserted in your ass.</font></b>'
  853. if vibratorin = 1:$stat_msg += '<BR><b><font color="red">You have a vibrator inserted in your vagina.</font></b>'
  854. $stat_msg += '<BR>'
  855. if young_shop_work = 1:
  856. if hour = 15 and minut <= 5 and week < 6 and inWorkYoungShop = 0:
  857. 'You are late for work at Pussy-Cats.'
  858. elseif hour = 15 and week < 6 and inWorkYoungShop = 0 and misscheck ! daystart:
  859. misscheck = daystart
  860. young_shop_miss += 1
  861. $stat_msg += '<BR><b><font color="red">You missed work.</font></b>'
  862. elseif (hour = 14 or hour = 13) and week < 6:
  863. $stat_msg += '<BR><b><font color="red">By 15:00 you have to be at work in the shop Pussy-Cats.</font></b>'
  864. end
  865. end
  866. if workrin = 1:
  867. if week = 2 or week = 4 or week = 6:
  868. if hour = 7:$stat_msg += '<BR><b><font color="red">At 8 c''clock you start work on the market.</font></b>'
  869. if hour = 8:$stat_msg += '<BR><b><font color="red">You need to work on the market now.</font></b>'
  870. end
  871. end
  872. if frost > 0:
  873. if frost <= 5:
  874. $stat_msg += '<BR><b><font>You are a little chilly.</font></b>'
  875. elseif frost < 11:
  876. $stat_msg += '<BR><b><font color="red">You are cold.</font></b>'
  877. else
  878. $stat_msg += '<BR><b><font color="red">You are freezing.</font></b>'
  879. end
  880. end
  881. if sick > 0:
  882. if sick = 1:
  883. $stat_msg += '<BR><b><font color="red">This is not good, a tickle in the throat and a little runny nose.</font></b>'
  884. elseif sick < 24:
  885. $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>'
  886. elseif sick < 48:
  887. $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>'
  888. elseif sick < 72:
  889. $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>'
  890. else
  891. $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>'
  892. end
  893. end
  894. if hypnoAddict > 0:
  895. if hypnoWithdrawal = 1:
  896. if missCum >= timeTresh:
  897. $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>'
  898. else
  899. $stat_msg += '<BR><b><font color="red">You feel like talking to your therapist. You miss your sessions.</font></b>'
  900. end
  901. elseif hypnoWithdrawal = 2:
  902. if missCum >= timeTresh:
  903. $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>'
  904. else
  905. $stat_msg += '<BR><b><font color="red">You need to talk to your therapist. You feel unbalanced without your sessions.</font></b>'
  906. end
  907. else
  908. 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>'
  909. end
  910. end
  911. if $mudnerd ! '':$stat_msg += '<BR><<$mudnerd>>'
  912. if housr = 1:
  913. $streetev_home = 'your apartment'
  914. elseif tanwork = 1:
  915. $streetev_home = 'Tanya''s apartment'
  916. elseif student > 0:
  917. $streetev_home = 'your dorm'
  918. elseif ParHomeBlock = 0 and storyline = 1:
  919. $streetev_home = 'outside your apartment block'
  920. else
  921. $streetev_home = 'the train station'
  922. end
  923. if hour < meethourA and svidanieA = 1:$stat_msg += '<BR><<$loverdesc[1]>> will be waiting for you near <<$streetev_home>> at <<meethourA>>:00.'
  924. if hour = meethourA and svidanieA = 1:$stat_msg += '<BR><b><font color="red"><<$loverdesc[1]>> is waiting for you by <<$streetev_home>>.</font></b>'
  925. if meetdayA < daystart and svidanieA = 1:pcs_lovers_rel[1] -= 10 & svidanieA = 0
  926. if hour < meethourB and svidanieB = 1:$stat_msg += '<BR><<$loverdesc[2]>> will be waiting for you near <<$streetev_home>> at <<meethourB>>:00.'
  927. if hour = meethourB and svidanieB = 1:$stat_msg += '<BR><b><font color="red"><<$loverdesc[2]>> is waiting for you by <<$streetev_home>>.</font></b>'
  928. if meetdayB < daystart and svidanieB = 1:pcs_lovers_rel[2] -= 10 & svidanieB = 0
  929. if hour < meethourC and svidanieC = 1:$stat_msg += '<BR><<$loverdesc[3]>> will be waiting for you near <<$streetev_home>> at <<meethourC>>:00.'
  930. if hour = meethourC and svidanieC = 1:$stat_msg += '<BR><b><font color="red"><<$loverdesc[3]>> is waiting for you by <<$streetev_home>>.</font></b>'
  931. if meetdayC < daystart and svidanieC = 1:pcs_lovers_rel[3] -= 10 & svidanieC = 0
  932. if StrongNarkota > 20:$stat_msg += '<BR><b><font color="red">You are stoned.</font></b>'
  933. if alko > 0:
  934. if alko < 3:
  935. slut_bonus = 0
  936. $stat_msg += '<BR><b><font color="red">You''re a little dizzy.</font></b>'
  937. elseif alko < 6:
  938. slut_bonus = 25
  939. $stat_msg += '<BR><b><font color="red">You''re drunk.</font></b>'
  940. else
  941. slut_bonus = 50
  942. $stat_msg += '<BR><b><font color="red">You''re wasted.</font></b>'
  943. end
  944. else
  945. killvar 'slut_bonus'
  946. end
  947. if StoryLine = 1:
  948. if day = 31 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.'
  949. 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.'
  950. 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.'
  951. if week = 6 and hour < 9 and detention_set = 1:$stat_msg += '<BR><b>You have a detention this morning and must be at school between 8 and 9.</b>'
  952. end
  953. if model > 0 and model_week = (daystart - week) / 7:
  954. $stat_msg += '<BR><b>You have worked as a model this week.</b>'
  955. elseif model > 0 and model_week < (daystart - week) / 7:
  956. $stat_msg += '<BR><b>You can do paid modelling this week.</b>'
  957. end
  958. if pornstack > 0:
  959. aa = 0
  960. :pfilmtime
  961. if aa < 200 and pfilmday[aa] = 0: aa += 1 & jump 'pfilmtime'
  962. end
  963. if pornstack > 0 and pfilmday[0] = 0:
  964. if pfilmday[1] = 0:
  965. $stat_msg += '<br><b>You will star in another porno in <<aa>> days.</b>'
  966. else
  967. $stat_msg += '<br><b>You have a porno shoot scheduled tomorrow.</b>'
  968. end
  969. end
  970. if pfilmday[0] > 0:
  971. if pornnow = 1:
  972. $stat_msg += '<br><b>You are at a porn shooting.</b>'
  973. else
  974. if hour < 11: $stat_msg += '<br><b>You are expected in the porno studio at 10:00.</b>'
  975. if hour >= 11 and hour < 13: $stat_msg += '<br><b>You should be at the porno studio, shooting!</b>'
  976. if hour >= 13: $stat_msg += '<br><b>You missed a scheduled porno shoot!</b>'
  977. end
  978. end
  979. if pornmiss = 1: $stat_msg += '<br><b>You missed a scheduled porno shoot!</b>'
  980. if prodcosttrue > 0: $stat_msg += '<br><b>You owe to the porn studio <<prodcost>>?</b>'
  981. if firstkasting > 0 and pfilmNO < 1 and pornstack < 10: $stat_msg += '<br><b>You can contract to <<10-pornstack>> porno movie.</b>'
  982. if hour < 22 and week >= 2 and week <= 4 and workKafe = 1:$stat_msg += '<BR><b><font color="red">Today you have a shift in cafe starting at 11:00.</font></b>'
  983. if hour < 17 and week < 5 and workSec >= 1 or hour < 17 and week < 5 and PersSecWork = 1:$stat_msg += '<BR><b><font color="red">Today you have a shift as a secretary from 9:00 to 17:00</font></b>'
  984. 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>'
  985. 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>'
  986. 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 clinic. Your shift starts at 8:00.</font></b>'
  987. 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>'
  988. if leonidVisit = 1: $stat_msg += '<br><b>You have to serve Leonid at 20:00 in his Pavlovsk office!</b>'
  989. gs 'brother', 'brotherSexCount'
  990. !!zero checks marriage
  991. proverka1 = 0
  992. proverka2 = 0
  993. proverka3 = 0
  994. proverka4 = 0
  995. proverka5 = 0
  996. if boletus + bilberry > 0:
  997. if boletus + bilberry >= 10:
  998. $stat_msg +='<br><b><font color = Olive>You have a full basket.</b></font> '
  999. else
  1000. $stat_msg +='<br><b>In Your basket</b>:'
  1001. end
  1002. if boletus > 0:$stat_msg +='mushrooms: <b><<boletus>></b> kg.'
  1003. if bilberry > 0:$stat_msg +='berries: <b><<bilberry>></b> kg.'
  1004. end
  1005. $stat_msg += '<br><a href="exec:savegame ''quicksave.sav'' && pl''Quicksave Done''">Q.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''">Q.Load</a>'
  1006. $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>'
  1007. if Enable_statfsize > 0: $stat_msg += '<BR></font>' & !disable this, all texts comes from pl will have the same font size, like[time]
  1008. if Enable_faceturn = 1: view FUNC('$face_image')
  1009. if Enable_Android = 0:
  1010. pl '<<$weatherImage>>'
  1011. pl '<<$stat_msg>>'
  1012. else
  1013. '<<$stat_android>>'
  1014. $stat_msg = 'Android mode, <a href="exec:FUNC (''$menu_obnovit'')">Refresh</a><<$stat_msg>>'
  1015. end
  1016. --- stat_display ---------------------------------