stat_display 49 KB

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