1
0

stat_display 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128
  1. # stat_display
  2. if $location_type = 'public_outdoors' or $location_type = 'secluded' or $location_type = 'event_outdoors':
  3. gs 'outdoors', 'main'
  4. else
  5. gs 'indoors'
  6. end
  7. !!Sex stat update
  8. stat['mast'] += mastr & mastr = 0
  9. stat['hj'] += hj & hj = 0
  10. stat['bj'] += bj & bj = 0
  11. stat['vaginal'] += sex & sex = 0
  12. stat['anal'] += anal & anal = 0
  13. stat['cuni'] += kuni & kuni = 0
  14. stat['anal_strap_give'] += pegging & pegging = 0
  15. !!!!!!!!!!!!!!!!!!!!!
  16. !!!Pain calculation!!!
  17. !!!!!!!!!!!!!!!!!!!!!
  18. pain['body1'] = pain['head'] + pain['hair'] + pain['ears'] + pain['eyebrows'] + pain['eyes'] + pain['cheeks'] + pain['nose'] + pain['mouth'] + pain['lips'] + pain['tongue']
  19. pain['body2'] = pain['throat'] + pain['neck'] + pain['back'] + pain['asscheeks'] + pain['asshole'] + pain['hips'] + pain['thighs'] + pain['legL'] + pain['legR'] + pain['feet']
  20. pain['body3'] = pain['toes'] + pain['shoulders'] + pain['armL'] + pain['armR'] + pain['hands'] + pain['fingers'] + pain['chest'] + pain['breasts'] + pain['nipples'] + pain['ribs']
  21. pain['body4'] = pain['tummy'] + pain['pubic'] + pain['vaginal'] + pain['labia'] + pain['clitoris'] + pain['urethra'] + pain['cervix']
  22. pain['total'] = pain['body1'] + pain['body2'] + pain['body3'] + pain['body4'] + (vgape * 8) + (agape * 10) + (spanked * 24)
  23. if pain['total'] > 100: pain['total'] = 100
  24. pain['relief'] = 0
  25. if alko > 6:
  26. pain['relief'] = 50
  27. elseif alko > 3:
  28. pain['relief'] = 20
  29. end
  30. if StrongNarkota > 0:
  31. pain['relief'] = 90
  32. elseif nark > 0:
  33. pain['relief'] = 60
  34. elseif pain['killer'] > 12:
  35. pain['relief'] = 50
  36. end
  37. if pain['relief'] ! 0:
  38. if (pain['total'] / pain['relief']) > 0:
  39. pain['total'] = pain['total'] / pain['relief']
  40. elseif pain['total'] > 0:
  41. pain['total'] = 0
  42. end
  43. end
  44. if pain['total'] > 80:
  45. if (health * 5) >= healthmax: health = health * 20 / 100
  46. if (manna * 5) >= mannamax: manna = manna * 20 / 100
  47. elseif pain['total'] > 60:
  48. if (health * 5 / 2) >= healthmax: health = health * 40 / 100
  49. if (manna * 5 / 2) >= mannamax: manna = manna * 40 / 100
  50. elseif pain['total'] > 40:
  51. if (health * 5 / 3) >= healthmax: health = health * 60 / 100
  52. if (manna * 5 / 3) >= mannamax: manna = manna * 60 / 100
  53. elseif pain['total'] > 20:
  54. if (health * 5 / 4) >= healthmax: health = health * 80 / 100
  55. if (manna * 5 / 4) >= mannamax: manna = manna * 80 / 100
  56. elseif pain['total'] > 0:
  57. if (health * 10 / 9) >= healthmax: health = health * 90 / 100
  58. if (manna * 10 / 9) >= mannamax: manna = manna * 90 / 100
  59. end
  60. !!!!!!!!!!!!!!!!!!!!!
  61. !!!Beginning Description!!!
  62. !!!!!!!!!!!!!!!!!!!!!
  63. if son > 100: son = 100
  64. if water > 100: water = 100
  65. if Enable_statfsize>0:$stat_msg = '<font size=<<Enable_statfsize>>><<$stat_msg>>'
  66. if hour < 10:
  67. if minut > 9 :
  68. $stat_android = '<b> 0<<hour>>:<<minut>></b>'
  69. else
  70. $stat_android = '<b> 0<<hour>>:0<<minut>></b>'
  71. end
  72. else
  73. if minut > 9 :
  74. $stat_android = '<b> <<hour>>:<<minut>></b>'
  75. else
  76. $stat_android = '<b> <<hour>>:0<<minut>></b>'
  77. end
  78. end
  79. $stat_msg += '<BR><<$stat_android>> <<$week[week]>> <<day>> <<$month>> <<year>>'
  80. $stat_android += '<<$week[week]>> <<day>>/<<month>>, <<money>> ₽, <a href="exec:clr & pl $stat_android">Status</a>'
  81. ! $stat_android for short desc in android mode, $stat_msg for status bar.
  82. $stat_msg += '<BR>'
  83. $pockets = 'pockets'
  84. if bag > 0:$pockets = 'purse'
  85. $stat_msg += '<BR>You have <b><<money>> ₽</b> in your <<$pockets>>.'
  86. if karta > 0:$stat_msg += '<BR>You have <b><<karta>> ₽</b> in your bank account.'
  87. if stolmoney > 0:$stat_msg += '<BR>You have <b><<stolmoney>> ₽</b> in your desk drawer.'
  88. $stat_msg += '<BR>'
  89. if ETOmenu = 1:
  90. $stat_msg += '<BR><b><<$health>></b>'
  91. $stat_msg += '<BR><b><<$willpower>></b>'
  92. $stat_msg += '<BR><b><<$energy>></b>'
  93. $stat_msg += '<BR><b><<$water>></b>'
  94. $stat_msg += '<BR><b><<$son>></b>'
  95. else
  96. gs 'indik', '2', pcs_horny, pcs_horny
  97. $stat_msg += '<BR><<$ind>> Arousal'
  98. gs 'indik', '2', pain['total'], pain['total']
  99. $stat_msg += '<BR><<$ind>> Pain'
  100. gs 'indik', '1', health * 100 / healthmax, health
  101. $stat_msg += '<BR><<$ind>> Health'
  102. gs 'indik', '1', willpower * 100 / willpowermax, willpower
  103. $stat_msg += '<BR><<$ind>> Willpower'
  104. if mannamax <=0:
  105. gs 'indik', '1', 0, manna
  106. else
  107. gs 'indik', '1', manna * 100 / mannamax, manna
  108. end
  109. $stat_msg += '<BR><<$ind>> Mood'
  110. gs 'indik', '1', energy, energy
  111. $stat_msg += '<BR><<$ind>> Hunger'
  112. gs 'indik', '1', water, water
  113. $stat_msg += '<BR><<$ind>> Thirst'
  114. gs 'indik', '1', son, son
  115. $stat_msg += '<BR><<$ind>> Sleep'
  116. end
  117. $stat_msg += '<BR>'
  118. if Enable_showattr = 0:
  119. $stat_msg += '<BR> <a href="exec:Enable_showattr = 1 & gs ''$menu_obnovit''">Attributes</a>'
  120. end
  121. if Enable_showattr = 1:
  122. $stat_msg += '<BR> <a href="exec:Enable_showattr = 0 & gs ''$menu_obnovit''">Attributes:</a>'
  123. gs 'indik', '1',pcs_stren , pcs_stren
  124. $stat_msg += '<BR><<$ind>> Power'
  125. gs'indik','1',speed,speed
  126. $stat_msg += '<BR><<$ind>> Speed'
  127. gs'indik','1',pcs_agil,pcs_agil
  128. $stat_msg += '<BR><<$ind>> Agility'
  129. gs'indik','1',pcs_vital,pcs_vital
  130. $stat_msg += '<BR><<$ind>> Endurance'
  131. gs'indik','1',pcs_intel,pcs_intel
  132. $stat_msg += '<BR><<$ind>> Intelligence'
  133. gs'indik','1',will,will
  134. $stat_msg += '<BR><<$ind>> Spirit'
  135. gs'indik','1',react,react
  136. $stat_msg += '<BR><<$ind>> Reaction'
  137. gs'indik','1',vnesh / 2,vnesh
  138. $stat_msg += '<BR><<$ind>> Attractiveness'
  139. if SUB > 0:
  140. gs'indik','1',SUB,SUB
  141. $stat_msg += '<BR><<$ind>> Subordination'
  142. end
  143. if pcs_dom > 0:
  144. gs'indik','1',pcs_dom,pcs_dom
  145. $stat_msg += '<BR><<$ind>> Dominance'
  146. end
  147. if SchoolAtestat = 0 and StoryLine > 0:
  148. gs'indik','1',pcs_grades,pcs_grades
  149. $stat_msg += '<BR><<$ind>> School Grades'
  150. end
  151. if exhibi > 0:
  152. gs'indik','1',exhibi*25,exhibi & !max at [dina], exhibi>=4
  153. $stat_msg += '<BR><<$ind>> exhibitionism'
  154. end
  155. end
  156. if Enable_showskill = 0:
  157. $stat_msg += '<BR> <a href="exec:Enable_showskill = 1 & gs ''$menu_obnovit''">Skills</a>'
  158. end
  159. if Enable_showskill = 1:
  160. st_count=0
  161. $show_table=''
  162. if workPTU > 1:gs'show_table','<<teachlevel>> Teacher credibility','2'
  163. if magik > 0:gs'show_table','<<magik>> Magic','2'
  164. if Jab > 0:gs'show_table','<<Jab>> Jabs','2'
  165. if Punch > 0:gs'show_table','<<Punch>> Power Strikes','2'
  166. if Kik > 0:gs'show_table','<<Kik>> Kicks','2'
  167. if KikDef > 0:gs'show_table','<<KikDef>> Defense','2'
  168. if beg > 0:gs'show_table','<<beg>> Running','2'
  169. if pcs_vball > 0:gs'show_table','<<pcs_vball>> Volleyball','2'
  170. if oficiant > 0:gs'show_table','<<oficiant>> Waitressing','2'
  171. if vokal > 0:gs'show_table','<<vokal>> Vocal','2'
  172. if dance > 0:gs'show_table','<<dance>> Dancing','2'
  173. if dancePRO > 0:gs'show_table','<<dancePRO>> Pro dancing','2'
  174. if stripdance > 0:gs'show_table','<<stripdance>> Striptease','2'
  175. if poledance > 0:gs'show_table','<<poledance>> Poledancing','2'
  176. if shoot > 0:gs'show_table','<<shoot>> Marksmanship','2'
  177. if poSkill > 0:gs'show_table','<<poSkill>> Tailoring','2'
  178. if chess > 0:gs'show_table','<<chess>> Chess','2'
  179. if st_count > 0 :$stat_msg += '<BR> <a href="exec:Enable_showskill = 0 & gs ''$menu_obnovit''">Skills:</a> <TABLE BORDER=1><<$show_table>></TR></TABLE>'
  180. end
  181. if Enable_showrelation = 0:
  182. $stat_msg += '<BR> <a href="exec:Enable_showrelation = 1 & gs ''$menu_obnovit''">Relations</a>'
  183. end
  184. if Enable_showrelation = 1:
  185. st_count=0
  186. $show_table=''
  187. if nastjaqw > 0:gs'show_table','<<nastjaqw>> Nastja','2'
  188. if tanya > 0:gs'show_table','<<tanya>> Tanya','2'
  189. if kat > 0:gs'show_table','<<kat>> Kate','2'
  190. if vika > 0:gs'show_table','<<vika>> Vika','2'
  191. if Irina > 0:gs'show_table','<<Irina>> Irina','2'
  192. if Tamara > 0:gs'show_table','<<Tamara>> Tamara','2'
  193. if alla > 0:gs'show_table','<<alla>> Alla','2'
  194. if masha > 0:gs'show_table','<<masha>> Masha','2'
  195. if Givi > 0:gs'show_table','<<Givi>> Givi Karapetovich','2'
  196. if Ashot > 0:gs'show_table','<<Ashot>> Ashot','2'
  197. if Dmitry > 0:gs'show_table','<<Dmitry>> Dima','2'
  198. if afra > 0:gs'show_table','<<afra>> Blacks','2'
  199. if trenerepa > 0:gs'show_table','<<trenerepa>> Mikhail Nikolaevich','2'
  200. if JenyaLC > 0:gs'show_table','Eugene: <<JenyaLC>>','2'
  201. if serge_shulgin > 0:gs'show_table','Sergei Shulgin: <<serge_shulgin>>','2'
  202. if vasya_shulgin > 0:gs'show_table','Vasya Shulgin: <<vasya_shulgin>>','2'
  203. if hantersAndreiQw > 0:gs'show_table','Hunter Andrew: <<hantersAndreiQw>>','2'
  204. if hantersSergeiQw > 0:gs'show_table','Hunter Sergei: <<hantersSergeiQw>>','2'
  205. if hantersIgorQw > 0:gs'show_table','Hunter Igor: <<hantersIgorQw>>','2'
  206. if StoryLine > 0:
  207. if Astat_rel[29] > 0:gs'show_table','<<Astat_rel[29]>> mother','2'
  208. if Astat_rel[28] > 0:gs'show_table','<<Astat_rel[28]>> father','2'
  209. if Astat_rel[33] > 0:gs'show_table','<<Astat_rel[33]>> Sister','2'
  210. if Astat_rel[34] > 0:gs'show_table','<<Astat_rel[34]>> Brother','2'
  211. end
  212. 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>'
  213. end
  214. $stat_msg += '<BR>'
  215. if BuyHous = 2 and ArendHouseSL <= 0:'<font color="red"><b>The rent on your apartment expires today.</b></font>'
  216. if BuyHous = 2 and ArendHouseSL <= 0:
  217. '<font color="red"><b>The rent on your apartment expires today.</b></font>'
  218. if money >= 6000 or stolmoney >= 6000 or money + stolmoney >= 6000 or karta >= 6000:
  219. *P ' Renew with '
  220. if money >= 6000:
  221. *P ' <a href="exec:money -= 6000 & housr = 1 & BuyHous = 2 & ArendHouseSL += 30" & gs ''$menu_obnovit''>cash</a>'
  222. elseif stolmoney >= 6000:
  223. *P ' <a href="exec:stolmoney -= 6000 & housr = 1 & BuyHous = 2 & ArendHouseSL += 30" & gs ''$menu_obnovit''>cash from drawer</a>'
  224. elseif money + stolmoney >= 6000:
  225. !both < 6000, so money = money - 6000 + stolmoney
  226. *P ' <a href="exec:money -= 6000 - stolmoney & stolmoney = 0 & housr = 1 & BuyHous = 2 & ArendHouseSL += 30" & gs ''$menu_obnovit''>cash from purse and drawer</a>'
  227. end
  228. !from purse, drawer or both
  229. if karta >= 6000: *P ' <a href="exec:karta -= 6000 & housr = 1 & BuyHous = 2 & ArendHouseSL += 30 & gs ''$menu_obnovit''">bank account</a>'
  230. else
  231. *P ' But you can''t afford to renew the lease.'
  232. end
  233. end
  234. if weatherDay = daystart: $stat_msg += '<BR><<$weather>>' & $stat_msg += '<BR>'
  235. if opPRE = 0: $stat_msg += '<BR><<$mop>> and your hair is <<$hapri>>.' & $stat_msg += '<BR>'
  236. if daystart - lastmens > 21 and thinkpreg = 0 and knowpreg = 0 and cycle ! 6 and pillcon <= 30000 and succubusflag ! 1 and cheatSlut = 0 and mesec = 0:
  237. if daystart - lastmens < 28:
  238. $stat_msg += '<BR><font color = #AB052A><b>Your period is late by <<daystart - daylastperiod - 20>> days.</b></font>'
  239. elseif daystart - lastmens < 35:
  240. $stat_msg += '<BR><font color = #AB052A><b>Your period is late by more than a week!</b></font>'
  241. elseif daystart - lastmens < 45:
  242. $stat_msg += '<BR><font color = #AB052A><b>You apparently missed your period this month. Maybe you should see a doctor?</b></font>'
  243. elseif daystart - lastmens < 69:
  244. $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>'
  245. else
  246. $stat_msg += '<BR><font color = #AB052A><b>You should consider the possibility of a pregnancy, since apparently you no longer have periods.</b></font>'
  247. end
  248. end
  249. if implant_day > 0:
  250. if ((daystart - implant_day) * 24 + hour - implant_hour) < 5:
  251. $stat_msg += '<BR><font color=#AB052A>You feel a slight twinge in your abdomen.</font>'
  252. end
  253. end
  254. if mesec > 0:
  255. $stat_msg += '<BR><font color="red">You are currently having your period. '
  256. if isprok = 0 and isprokp = 0:
  257. $stat_msg += 'You need to use your feminine hygiene products.'
  258. elseif isprokp = 1 and tanga = 0:
  259. isprokp = 0
  260. $stat_msg += 'You need to wear panties to use a sanitary pad.'
  261. end
  262. $stat_msg += '</font>'
  263. end
  264. $stat_msg += '<BR><a href="exec:dynamic $d_cycreport_choice"><<$cycreport_txt>></a><br>'
  265. if StoryLine > 0 and SchoolAtestat = 0 and $holyday ! '': $stat_msg += '<BR><<$holyday>>' & $stat_msg += '<BR>'
  266. if birthday = day and birthmonth = month: $stat_msg += '<BR><b>Today is your birthday.</b>' & $stat_msg += '<BR>'
  267. !!if shame > 0:$stat_msg += '<BR><<$shame>>' & $stat_msg += '<BR>'
  268. $stat_msg += '<BR><b><<$manna>></b>'
  269. $stat_msg += '<BR>'
  270. if mentats_dose >= 1:$stat_msg += '<BR><font color = green>You feel sharp and focused.</font>'
  271. if bcream_used = 1:$stat_msg += '<BR><font color = #DB7093>Your breasts are feeling hot and tingly.</font>'
  272. if aphrodisiac_timer > 0:$stat_msg += '<BR><font color = #DB7093>You are feeling hot and every move causes your groin to tingle.</font>'
  273. if energy < 5:
  274. $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>'
  275. elseif energy < 10:
  276. $stat_msg += '<BR><font color="red">You are starving, you really need to have something to eat.</font>'
  277. elseif energy < 20:
  278. $stat_msg += '<BR>You are very hungry and struggle to concentrate on anything other than food.'
  279. elseif energy < 30:
  280. $stat_msg += '<BR>You feel peckish and your thoughts sometimes drift towards food.'
  281. end
  282. if water < 5:
  283. $stat_msg += '<BR><font color="red">You feel light-headed, if you don''t have something to drink very soon, you will pass out.</font>'
  284. elseif water < 10:
  285. $stat_msg += '<BR><font color="red">You are dehydrated, you really need to have something to drink.</font>'
  286. elseif water < 20:
  287. $stat_msg += '<BR>You are thirsty and your dry throat is irritating and distracting you.'
  288. elseif water < 30:
  289. $stat_msg += '<BR>You feel a little thirsty and your mouth is a little dry.'
  290. end
  291. if son < 5:
  292. $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>'
  293. elseif son < 10:
  294. $stat_msg += '<BR><font color="red">You are exhausted, you really need to go to bed soon.</font>'
  295. elseif son < 20:
  296. $stat_msg += '<BR>You are tired and you are struggling to concentrate.'
  297. elseif son < 30:
  298. $stat_msg += '<BR>You feel a little tired.'
  299. end
  300. if opPRE = 0 :
  301. 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>'
  302. if pcs_horny >= 50:
  303. if pcs_horny < 90 and tanga = 1:
  304. $stat_msg += '<BR><font color = #DB7093>You are a little nervous, feeling nice between your legs <a href="exec:view''images/picb/briefs1.jpg''">itchy</a> from arousal.</font>'
  305. elseif pcs_horny < 90 and tanga = 0:
  306. $stat_msg += '<BR><font color = #DB7093>You are a little nervous, feeling nice between your legs <a href="exec:view''images/picb/briefs1a.jpg''">itchy</a> from arousal.</font>'
  307. elseif tanga = 1:
  308. $stat_msg += '<BR><font color = #FF1493>You can''t stop thinking about sex, between your legs you are <a href="exec:view''images/picb/briefs2.jpg''">soaked</a> from your juices.</font>'
  309. else
  310. $stat_msg += '<BR><font color = #FF1493>You can''t stop thinking about sex, between your legs you are <a href="exec:view''images/picb/briefs2a.jpg''">soaked</a> from your juices.</font>'
  311. end
  312. end
  313. end
  314. $smoker = {
  315. siga -= 1
  316. smoker += 1
  317. smokeHour = hour
  318. smokeDay = day
  319. smokeminut = minut + 5
  320. smokerNeed = 0
  321. cumspclnt = 2
  322. gs 'cum_cleanup'
  323. fbreath = 0
  324. manna += 100
  325. wipo += 100
  326. if energy < 80:energy += 4
  327. gs '$menu_obnovit'
  328. }
  329. if PillToggle = 1 and tabletki > 0:
  330. Stabletki += tabletki
  331. tabletki = 0
  332. elseif PillToggle = 0 and Stabletki > 0:
  333. tabletki += Stabletki
  334. Stabletki = 0
  335. end
  336. if CondomToggle = 1 and prezik > 0:
  337. Sprezik += prezik
  338. prezik = 0
  339. elseif CondomToggle = 0 and Sprezik > 0:
  340. prezik += Sprezik
  341. Sprezik = 0
  342. end
  343. if $mud ! '':$stat_msg += '<BR><font color="green"><b><<$mud>></b></font>' & $stat_msg += '<BR>'
  344. if smoker >= 20:
  345. if smokerNeed > 0:
  346. if siga > 0:
  347. $stat_msg += '<BR><a href="exec:dynamic $smoker"><font color="red"><b>You want to smoke. You have <<siga>> cigarettes left.</b></font></a><BR>'
  348. else
  349. $stat_msg += '<BR><a href="exec:dynamic $smoker"><font color="red"><b>You want to smoke, but you have no cigarettes left.</b></font></a><BR>'
  350. end
  351. else
  352. if siga > 0:
  353. $stat_msg += '<BR><a href="exec:dynamic $smoker"><font color="blue"><b>You have <<siga>> cigarettes left.</b></font></a><BR>'
  354. else
  355. $stat_msg += '<BR><font color="blue"><b>You feel like you should get some cigarettes.</b></font><BR>'
  356. end
  357. end
  358. elseif siga > 0:
  359. $stat_msg += '<BR><a href="exec:dynamic $smoker"><font color = blue><b>You have <<siga>> cigarettes.</b></font></a><BR>'
  360. end
  361. if smokeHour = hour and smokeday = day and smokeminut >= minut:$stat_msg += '<BR><font color="green">You are smoking a cigarette.</font><BR>'
  362. if sweat < 0 : sweat = 0
  363. if sweat > 69 : sweat = 69
  364. jump 'statDswt<<sweat/10>>'
  365. :statDswt0
  366. if arrsize('sparrvol') = 0 : $stat_msg += '<BR><b><font color="green">You are sparkling clean.</font></b><BR>'
  367. jump 'statDswtEnd'
  368. :statDswt1
  369. jump 'statDswtEnd'
  370. :statDswt2
  371. $stat_msg += '<BR><font color="brown">You''re sweating.</font><BR>'
  372. jump 'statDswtEnd'
  373. :statDswt3
  374. $stat_msg += '<BR><font color="red">You are a little smelly.</font><BR>'
  375. jump 'statDswtEnd'
  376. :statDswt4
  377. $stat_msg += '<BR><font color="red">You stink.</font><BR>'
  378. jump 'statDswtEnd'
  379. :statDswt5
  380. $stat_msg += '<BR><b><font color="red">You really stink.</font></b><BR>'
  381. jump 'statDswtEnd'
  382. :statDswt6
  383. $stat_msg += '<BR><b><font color="red">You are dripping wet from sweat and smell like a gym sock.</font></b><BR>'
  384. jump 'statDswtEnd'
  385. :statDswtEnd
  386. if dirtyclothes = 1:
  387. if sweat > 40:
  388. $stat_msg +='<br><font color = red>You from head to toe <a href="exec:view''images/qwest/gadukino/Swamp/dirtyclothes1.jpg''">smeared</a> in the mud.</font><BR>'
  389. else
  390. $stat_msg +='<br><font color = red>Your <a href="exec:view''images/qwest/gadukino/Swamp/dirtyclothes2.jpg''">cloth</a> is dirty.</font><BR>'
  391. end
  392. end
  393. if lactate = 1:
  394. if lactatemv >= lactatemm-1:
  395. $stat_msg += '<BR><font color = black>Your breasts are so full they hurt and a little milk is constantly dribbling out.</font><BR>'
  396. elseif lactatemv > lactatemm*9/10:
  397. $stat_msg += '<BR><font color = black>Your breasts are firm and full, and starting to hurt from all the milk they contain.</font><BR>'
  398. elseif lactatemv > lactatemm*3/4:
  399. $stat_msg += '<BR><font color = black>Your breasts feel firm and heavy, full of milk.</font><BR>'
  400. elseif lactatemv > lactatemm/2:
  401. $stat_msg += '<BR><font color = black>Your breasts are heavy, a cargo of milk inside.</font><BR>'
  402. elseif lactatemv > lactatemm/4:
  403. $stat_msg += '<BR><font color = black>Your breasts feel a little heavy.</font><BR>'
  404. elseif lactatemv > 0:
  405. $stat_msg += '<BR><font color = black>Your breasts tingle a little from the feeling of milk production.</font><BR>'
  406. else
  407. $stat_msg += '<BR><font color = black>Your breasts feel soft and empty.</font><BR>'
  408. end
  409. end
  410. if Enable_Hymenrestore = 1: vagina = 0
  411. if Enable_tightrestore = 1: anus = 0 & if vagina > 0:vagina = 1
  412. if Enable_clearwrite > 0: body_write = 0 & face_write = 0
  413. !{
  414. if Enable_clearcum > 0:
  415. killvar 'sparrvol[0]'
  416. end
  417. if Enable_fbreath > 0:
  418. cumspclnt = 2
  419. gs 'cum_cleanup'
  420. fbreath=1
  421. end
  422. }
  423. $clear_write = {
  424. body_write = 0
  425. face_write = 0
  426. minut += 10
  427. gs '$menu_obnovit'
  428. 'It takes you 10 minutes to thoroughly wash the obscene "painting" from your body.'
  429. }
  430. !!'<a href="exec:view''images/body/cumface.jpg''">лицо</a>'
  431. !!'<a href="exec:view''images/body/cumface.jpg''"><b><font color="red">Your face</font></b></a>'
  432. !!'<a href="exec:view''images/body/cumass.jpg''"><b><font color="red">Your ass</font></b></a>'
  433. if body_write > 0 or face_write > 0:
  434. if body_write > 1 and face_write = 0:
  435. $stat_msg += '<BR><a href="exec:dynamic $clear_write"><b><font color = red>Your body is inscribed with derogatory graffiti.</font></b></a>'
  436. elseif body_write = 1 and face_write = 0:
  437. $stat_msg += '<BR><a href="exec:dynamic $clear_write"><b><font color = red>Your body is an obscene sign.</font></b></a>'
  438. elseif body_write = 0 and face_write > 1:
  439. $stat_msg += '<BR><a href="exec:dynamic $clear_write"><b><font color = red>Your face is covered with writing obscene epithets.</font></b></a>'
  440. elseif body_write = 0 and face_write = 1:
  441. $stat_msg += '<BR><a href="exec:dynamic $clear_write"><b><font color = red>On your face humiliating label.</font></b></a>'
  442. else
  443. $stat_msg += '<BR><a href="exec:dynamic $clear_write"><b><font color = red>Your body and face painted with obscene graffiti.</font></b></a>'
  444. end
  445. end
  446. $cumdescribe = {
  447. idx = 0
  448. killvar 'temparray'
  449. strangecum = 0
  450. tempstrage = 2
  451. tempage = 2
  452. tempvol = 0
  453. idxmax = arrsize('sparrloc')
  454. :idxloop
  455. if sparrloc[idx] = i:
  456. if sparridt[idx] >= 0 and ((arrcomp('temparray',$sparrnam[idx]) = -1) or strcomp($sparrnam[idx],'.*\p{Lu}.*') = 0):
  457. tempfindN = mid($sparrnam[idx], 2)
  458. $tempfindL = mid($sparrnam[idx],1,1)
  459. if $tempfindL = 'A':
  460. $temparray[] = $Astat_usedname[tempfindN]
  461. elseif $tempfindL = 'B':
  462. $temparray[] = $Bstat_usedname[tempfindN]
  463. elseif $tempfindL = 'C':
  464. $temparray[] = $Cstat_usedname[tempfindN]
  465. end
  466. if sparridt[idx] = 0:somedude = 1
  467. if sparrage[idx] < cumres['new_thresh'] and tempage > 0:
  468. tempage = 0
  469. elseif sparrage[idx] < cumres['crusty_thresh'] and tempage > 1:
  470. tempage = 1
  471. else
  472. tempage = 2
  473. end
  474. elseif sparridt[idx] = -2:
  475. strangecum = 1
  476. if sparrage[idx] < cumres['new_thresh'] and tempstrage > 0:
  477. tempstrage = 0
  478. elseif sparrage[idx] < cumres['crusty_thresh'] and tempstrage > 1:
  479. tempstrage = 1
  480. else
  481. tempstrage = 2
  482. end
  483. end
  484. end
  485. if idx < idxmax: idx += 1 & jump 'idxloop'
  486. killvar 'idxmax'
  487. killvar 'idx'
  488. if arrsize('temparray') > 1:
  489. $cumres['name'] = 'Multiple men'
  490. elseif arrsize('temparray') = 1 and somedude = 1 and strcomp($temparray[0],'.*\p{Lu}.*') = 0:
  491. $cumres['name'] = 'Some '+$temparray[0]
  492. elseif arrsize('temparray') = 1:
  493. $cumres['name'] = $temparray[0]
  494. elseif arrsize('temparray') = 0 and strangecum = 1:
  495. $cumres['name'] = 'Something that looks like somebody'
  496. end
  497. if tempage = 0 or (tempstrage = 0 and strangecum = 1):
  498. $cumres['desc'] = 'fresh '
  499. elseif tempage = 1 or (tempstrage = 1 and strangecum = 1):
  500. $cumres['desc'] = ''
  501. else
  502. if sparrloc[cumres_idx] ! 0 and sparrloc[cumres_idx] ! 3:
  503. $cumres['desc'] = 'crusty '
  504. else
  505. $cumres['desc'] = 'stale '
  506. end
  507. end
  508. killvar 'tempage'
  509. killvar 'tempstrage'
  510. killvar 'strangecum'
  511. killvar 'temparray'
  512. killvar 'somedude'
  513. }
  514. if arrsize('sparrvol') > 0:
  515. i = 0
  516. :selector
  517. if sparrloc[i] = 0:tempsparrvol_p[] = sparrvol[i]
  518. if sparrloc[i] = 3:tempsparrvol_a[] = sparrvol[i]
  519. if i < arrsize('sparrvol'): i += 1 & jump 'selector'
  520. !{index for use in dynamic}
  521. i = 0
  522. !{values for fresh and crusty, only updated where needed}
  523. cumres['new_thresh'] = 4
  524. cumres['crusty_thresh'] = 10
  525. cumres_idx = arrpos('sparrloc',i)
  526. if cumres_idx >= 0 and cumsumvag > 0:
  527. dynamic $cumdescribe
  528. if vibratorIN = 1:
  529. $stat_msg += '<BR><b><font color="red">You feel <<$cumres[''name'']>>''s <<$cumres[''desc'']>>sperm filling your pussy, corked in by your vibrator.</font></b>'
  530. else
  531. $cumres['state'] = 'fills your '
  532. if sparrslc[cumres_idx] > 0:
  533. $cumres['state'] = 'slowly flows from your '
  534. spdirtyn = 1
  535. end
  536. if swallow >= 10 and max('tempsparrvol_p') > 0:
  537. $stat_msg += '<BR><a href="exec:view''images/body/cumpussy.jpg''"><b><font color="red">You feel the <<$cumres[''desc'']>><a href="exec:gs ''cum_manage'', ''cumeater'', 0"><b><font color="blue">cum</font></b></a> of <<$cumres[''name'']>> <<$cumres[''state'']>> filling your pussy.</a></font></b>'
  538. else
  539. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>>sperm <<$cumres[''state'']>><a href="exec:view''images/body/cumpussy.jpg''">pussy.</a></font></b>'
  540. end
  541. cumloc[0] = 1
  542. spdirty = 1
  543. end
  544. spdirtyi = 1
  545. end
  546. killvar 'tempsparrvol_p'
  547. i = 1
  548. cumres['new_thresh'] = 1
  549. cumres['crusty_thresh'] = 5
  550. cumres_idx = arrpos('sparrloc',i)
  551. if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
  552. dynamic $cumdescribe
  553. if swallow >= 10 and sparrage[cumres_idx] < 5:
  554. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>><a href="exec:gs ''cum_manage'', ''cumeater'', 1"><b><font color="blue">sperm</font></b></a><b> is smeared across your pussy lips.</font></b>'
  555. else
  556. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>>sperm is smeared across your pussy lips.</a></font></b>'
  557. end
  558. cumloc[1] = 1
  559. spdirty = 1
  560. spdirtyn = 1
  561. end
  562. i = 2
  563. cumres_idx = arrpos('sparrloc',i)
  564. if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
  565. dynamic $cumdescribe
  566. if swallow >= 10 and sparrage[cumres_idx] < 5:
  567. $stat_msg += '<BR><b><font color="red">You have <<$cumres[''name'']>>''s <<$cumres[''desc'']>><a href="exec:gs ''cum_manage'', ''cumeater'', 2"><b><font color="blue">semen</font></b></a><b> stains on the crotch of your panties.</font></b>'
  568. else
  569. $stat_msg += '<BR><b><font color="red">You have <<$cumres[''name'']>>''s <<$cumres[''desc'']>>semen stains on the crotch of your panties.</a></font></b>'
  570. end
  571. cumloc[2] = 1
  572. spdirtyc = 1
  573. end
  574. i = 3
  575. cumres['new_thresh'] = 4
  576. cumres['crusty_thresh'] = 10
  577. cumres_idx = arrpos('sparrloc',i)
  578. if cumres_idx >= 0 and cumsumass > 0:
  579. dynamic $cumdescribe
  580. if analplugin = 1:
  581. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>>sperm is stuffed in your ass, corked in by your anal plug.</font></b>'
  582. else
  583. $cumres['state'] = 'fills your '
  584. if sparrslc[cumres_idx] > 0:
  585. $cumres['state'] = 'slowly flows from your '
  586. spdirtyn = 1
  587. end
  588. if swallow >= 10 and max('tempsparrvol_a') > 0:
  589. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>><a href="exec:gs ''cum_manage'', ''cumeater'', 3"><b><font color="blue">sperm</font></b></a><b> <<$cumres[''state'']>><a href="exec:view''images/body/cumanal.jpg''">ass</a>.</font></b>'
  590. else
  591. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>>sperm <<$cumres[''state'']>><a href="exec:view''images/body/cumanal.jpg''">ass</a>.</font></b>'
  592. end
  593. end
  594. cumloc[3] = 1
  595. spdirty = 1
  596. spdirtyi = 1
  597. end
  598. killvar 'tempsparrvol_a'
  599. i = 4
  600. cumres['new_thresh'] = 1
  601. cumres['crusty_thresh'] = 5
  602. cumres_idx = arrpos('sparrloc',i)
  603. if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
  604. dynamic $cumdescribe
  605. if swallow >= 10 and sparrage[cumres_idx] < 5:
  606. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>><a href="exec:gs ''cum_manage'', ''cumeater'', 4"><b><font color="blue">sperm</font></b></a><b> is smeared across your <a href="exec:view''images/body/cumass.jpg''">ass</a>.</font></b>'
  607. else
  608. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>>sperm is smeared across your <a href="exec:view''images/body/cumass.jpg''">ass</a>.</a></font></b>'
  609. end
  610. cumloc[4] = 1
  611. spdirty = 1
  612. spdirtyn = 1
  613. end
  614. i = 5
  615. cumres_idx = arrpos('sparrloc',i)
  616. if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
  617. dynamic $cumdescribe
  618. if swallow >= 10 and sparrage[cumres_idx] < 5:
  619. $stat_msg += '<BR><b><font color="red">You have <<$cumres[''name'']>>''s <<$cumres[''desc'']>><a href="exec:gs ''cum_manage'', ''cumeater'', 5"><b><font color="blue">semen</font></b></a><b> stains on the ass of your panties.</font></b>'
  620. else
  621. $stat_msg += '<BR><b><font color="red">You have <<$cumres[''name'']>>''s <<$cumres[''desc'']>>semen stains on the ass of your panties.</a></font></b>'
  622. end
  623. cumloc[5] = 1
  624. spdirtyc = 1
  625. end
  626. i = 6
  627. cumres_idx = arrpos('sparrloc',i)
  628. if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
  629. dynamic $cumdescribe
  630. if swallow >= 10 and sparrage[cumres_idx] < 5:
  631. $stat_msg += '<BR><b><font color="red">You have <<$cumres[''name'']>>''s <<$cumres[''desc'']>><a href="exec:gs ''cum_manage'', ''cumeater'', 6"><b><font color="blue">semen</font></b></a><b> stains on the crotch of your <a href="exec:view''images/body/cumfrot.jpg''">clothes</a>.</font></b>'
  632. else
  633. $stat_msg += '<BR><b><font color="red">You have <<$cumres[''name'']>>''s <<$cumres[''desc'']>>semen stains on the crotch of your <a href="exec:view''images/body/cumfrot.jpg''">clothes</a>.</a></font></b>'
  634. end
  635. cumloc[6] = 1
  636. spdirtyc = 1
  637. end
  638. i = 7
  639. cumres_idx = arrpos('sparrloc',i)
  640. if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
  641. dynamic $cumdescribe
  642. if swallow >= 10 and sparrage[cumres_idx] < 5:
  643. $stat_msg += '<BR><b><font color="red">You have <<$cumres[''name'']>>''s <<$cumres[''desc'']>><a href="exec:gs ''cum_manage'', ''cumeater'', 7"><b><font color="blue">semen</font></b></a><b> stains on your <a href="exec:view''images/body/cumfrot.jpg''">clothes</a>.</font></b>'
  644. else
  645. $stat_msg += '<BR><b><font color="red">You have <<$cumres[''name'']>>''s <<$cumres[''desc'']>>semen stains on your <a href="exec:view''images/body/cumfrot.jpg''">clothes</a>.</a></font></b>'
  646. end
  647. cumloc[7] = 1
  648. spdirtyc = 1
  649. end
  650. i = 8
  651. cumres_idx = arrpos('sparrloc',i)
  652. if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
  653. dynamic $cumdescribe
  654. if swallow >= 10 and sparrage[cumres_idx] < 5:
  655. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>><a href="exec:gs ''cum_manage'', ''cumeater'', 8"><b><font color="blue">sperm</font></b></a><b> is smeared across your back.</font></b>'
  656. else
  657. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>>sperm is smeared across your back.</a></font></b>'
  658. end
  659. cumloc[8] = 1
  660. spdirty = 1
  661. spdirtyn = 1
  662. end
  663. i = 9
  664. cumres_idx = arrpos('sparrloc',i)
  665. if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
  666. dynamic $cumdescribe
  667. if swallow >= 10 and sparrage[cumres_idx] < 5:
  668. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>><a href="exec:gs ''cum_manage'', ''cumeater'', 9"><b><font color="blue">sperm</font></b></a><b> is smeared across your legs.</font></b>'
  669. else
  670. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>>sperm is smeared across your legs.</a></font></b>'
  671. end
  672. cumloc[9] = 1
  673. spdirty = 1
  674. spdirtyn = 1
  675. end
  676. i = 10
  677. cumres_idx = arrpos('sparrloc',i)
  678. if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
  679. dynamic $cumdescribe
  680. if swallow >= 10 and sparrage[cumres_idx] < 5:
  681. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>><a href="exec:gs ''cum_manage'', ''cumeater'', 10"><b><font color="blue">sperm</font></b></a><b> is smeared across your arms.</font></b>'
  682. else
  683. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>>sperm is smeared across your arms.</a></font></b>'
  684. end
  685. cumloc[10] = 1
  686. spdirty = 1
  687. spdirtyn = 1
  688. end
  689. i = 11
  690. cumres_idx = arrpos('sparrloc',i)
  691. if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
  692. dynamic $cumdescribe
  693. if swallow >= 10 and sparrage[cumres_idx] < 5:
  694. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>><a href="exec:gs ''cum_manage'', ''cumeater'', 11"><b><font color="blue">sperm</font></b></a><b> is smeared across your <a href="exec:view''images/body/cumface.jpg''">face</a>.</font></b>'
  695. else
  696. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>>sperm is smeared across your <a href="exec:view''images/body/cumface.jpg''">face</a>.</a></font></b>'
  697. end
  698. cumloc[11] = 1
  699. spdirty = 1
  700. spdirtyn = 1
  701. spdirtyv = 1
  702. end
  703. i = 12
  704. cumres_idx = arrpos('sparrloc',i)
  705. if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
  706. dynamic $cumdescribe
  707. $stat_msg += '<BR><b><font color="red">Your mouth smells from <<$cumres[''name'']>>''s sperm.</a></font></b>'
  708. cumloc[12] = 1
  709. spdirty = 1
  710. spdirtyb = 1
  711. fbreath = 0
  712. end
  713. i = 13
  714. cumres_idx = arrpos('sparrloc',i)
  715. if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
  716. dynamic $cumdescribe
  717. if swallow >= 10 and sparrage[cumres_idx] < 5:
  718. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>><a href="exec:gs ''cum_manage'', ''cumeater'', 13"><b><font color="blue">sperm</font></b></a><b> is smeared across your hands.</font></b>'
  719. else
  720. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>>sperm is smeared across your hands.</a></font></b>'
  721. end
  722. cumloc[13] = 1
  723. spdirty = 1
  724. spdirtyn = 1
  725. spdirtyv = 1
  726. spdirtyf = 1
  727. end
  728. i = 14
  729. cumres_idx = arrpos('sparrloc',i)
  730. if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
  731. dynamic $cumdescribe
  732. if swallow >= 10 and sparrage[cumres_idx] < 5:
  733. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>><a href="exec:gs ''cum_manage'', ''cumeater'', 14"><b><font color="blue">sperm</font></b></a><b> is smeared across your <a href="exec:view''images/body/cumbelly.jpg''">stomach</a>.</font></b>'
  734. else
  735. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>>sperm is smeared across your <a href="exec:view''images/body/cumbelly.jpg''">stomach.</a></font></b>'
  736. end
  737. cumloc[14] = 1
  738. spdirty = 1
  739. spdirtyn = 1
  740. end
  741. i = 15
  742. cumres_idx = arrpos('sparrloc',i)
  743. if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
  744. dynamic $cumdescribe
  745. if swallow >= 10 and sparrage[cumres_idx] < 5:
  746. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>><a href="exec:gs ''cum_manage'', ''cumeater'', 15"><b><font color="blue">sperm</font></b></a><b> is smeared across your breasts.</font></b>'
  747. else
  748. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>>sperm is smeared across your breasts.</a></font></b>'
  749. end
  750. cumloc[15] = 1
  751. spdirty = 1
  752. spdirtyn = 1
  753. end
  754. i = 16
  755. cumres_idx = arrpos('sparrloc',i)
  756. if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
  757. dynamic $cumdescribe
  758. if swallow >= 10 and sparrage[cumres_idx] < 5:
  759. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>><a href="exec:gs ''cum_manage'', ''cumeater'', 16"><b><font color="blue">sperm</font></b></a><b> is smeared in your hair.</font></b>'
  760. else
  761. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>>sperm is smeared in your hair.</a></font></b>'
  762. end
  763. cumloc[16] = 1
  764. spdirty = 1
  765. spdirtyn = 1
  766. spdirtyv = 1
  767. end
  768. i = 17
  769. cumres_idx = arrpos('sparrloc',i)
  770. if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
  771. dynamic $cumdescribe
  772. if sparrage[cumres_idx] < 1:
  773. $cumtemp = 'freshly buried'
  774. elseif sparrage[cumres_idx] < 13:
  775. $cumtemp = 'buried'
  776. elseif sparrage[cumres_idx] <= 48:
  777. $cumtemp = 'marinating'
  778. else
  779. $cumtemp = 'rotting'
  780. end
  781. if cumcondslip_deep > (vagina / 2):
  782. $cumtemp += ' deep'
  783. end
  784. if cumcondslip_aware > 0:
  785. $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <a href="exec:gs ''cum_cleanup'', ''cumcondslip''"><font color="blue">spent condom</font></a> full of sperm is <<$cumtemp>> in your vagina.</font></b>'
  786. end
  787. cumloc[17] = 1
  788. end
  789. end
  790. !{should kill all temp values}
  791. cumres_idx = 0
  792. cumfrot = 0
  793. cumpussy = 0
  794. cumbelly = 0
  795. cumass = 0
  796. cumlip = 0
  797. cumface = 0
  798. cumanus = 0
  799. if $clothingworntype = 'nude' and lactatemess > 0:
  800. if lactatemess < 3:
  801. $stat_msg += '<BR><font color = black>You have a little milk residue around your nipples.</font>'
  802. elseif lactatemess < 7:
  803. $stat_msg += '<BR><font color = black>You have a lot of milk residue around your nipples.</font>'
  804. else
  805. $stat_msg += '<BR><font color = black>Your breasts are drenched with milk residue.</font>'
  806. end
  807. elseif lactatemess > 0:
  808. if lactatemess < 3:
  809. $stat_msg += '<BR><font color = black>You have tiny wet spots on your clothes above your nipples.</font>'
  810. elseif lactatemess < 7:
  811. $stat_msg += '<BR><font color = black>Milk has soaked through your clothes and made visible circles on your breasts.</font>'
  812. else
  813. $stat_msg += '<BR><font color = black>Your shirt is drenched with milk from your breasts.</font>'
  814. end
  815. end
  816. if Gerpes >= 10:
  817. $stat_msg += '<BR><b><font color="red">On your pussy sores have appeared. This is genital herpes.</font></b>'
  818. elseif Gerpes >= 5:
  819. $stat_msg += '<BR><b><font color="red">Your pussy is flushed and highly itchy. This is genital herpes.</font></b>'
  820. elseif Gerpes >= 3:
  821. $stat_msg += '<BR><b><font color="red">On your lips sores. All signs of genital herpes.</font></b>'
  822. end
  823. if Gerpes >= 20:$stat_msg += '<BR> <b><font color="red">The sores also cover your ass.</font></b>'
  824. if Sifilis >= 50:
  825. $stat_msg += '<BR><b><font color="red">Syphilitic rashes cover your whole body.</font></b>'
  826. elseif Sifilis >= 21:
  827. $stat_msg += '<BR><b><font color="red">You have a single big, hard sore on the lip.</font></b>'
  828. end
  829. 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>'
  830. if Kandidoz > 30:$stat_msg += '<BR><b><font color="red">You have thrush.</font></b>'
  831. 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>'
  832. 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>'
  833. if fingal > 0:$stat_msg += '<BR><b><font color="red">You have a black eye.</font></b>'
  834. ! WD: Bimbo look
  835. if bimbolevel > 0:$stat_msg += '<BR><<$bimbostatus>>'
  836. if tanga = 1 and $clothingworntype = 'nude':
  837. $stat_msg += '<BR><b><font color = red>You are stripped down to your panties and your boobs sway invitingly as you walk</font></b>'
  838. elseif tanga= 1 and PCloBimbo = 1:
  839. $stat_msg += '<BR><b><font color = #FF1493>You are dressed as a bimbo</font></b>'
  840. elseif tanga = 0:
  841. if $clothingworntype = 'naughty' and CloQuality = 2:
  842. $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>'
  843. elseif PCloBimbo = 1 or bimbolevel > 0 and PCloSkirt > 3:
  844. $stat_msg += '<BR><b><font color = #FF1493>You like, totally forgot to put on any panties. You are such a bimbo.</font></b>'
  845. elseif PCloSkirt > 3:
  846. $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>'
  847. elseif opPRE = 0 and $clothingworntype ! 'nude':
  848. $stat_msg += '<BR><b><font color="red">You are not wearing panties.</font></b>'
  849. elseif towel = 1:
  850. $stat_msg += '<BR><b><font color = red>Your naked body is covered only by a short towel.</font></b>'
  851. elseif $clothingworntype = 'nude' and exhibi < 1:
  852. $stat_msg += '<BR><b><font color = red>You are completely naked, and inside, everything trembles.</font></b>'
  853. elseif $clothingworntype = 'nude' and exhibi >= 1:
  854. $stat_msg += '<BR><b><font color = #FF1493>You are completely naked. It''s exciting and you feel tingly inside.</font></b>'
  855. end
  856. end
  857. $stat_msg += '<BR>'
  858. if mosol >= 50:
  859. $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>'
  860. elseif mosol >= 30:
  861. $stat_msg += '<BR><b><font color="red">Your pussy is flushed and itchy, it seems to be from rubbing against your clothing.</font></b>'
  862. end
  863. if analplugIN = 1:$stat_msg += '<BR><b><font color="red">You have a butt plug inserted in your ass.</font></b>'
  864. if vibratorin = 1:$stat_msg += '<BR><b><font color="red">You have a vibrator inserted in your vagina.</font></b>'
  865. $stat_msg += '<BR>'
  866. if young_shop_work = 1:
  867. if hour = 15 and minut <= 5 and week < 6 and inWorkYoungShop = 0:
  868. 'You are late for work at Pussy-Cats.'
  869. elseif hour = 15 and week < 6 and inWorkYoungShop = 0 and misscheck ! daystart:
  870. misscheck = daystart
  871. young_shop_miss += 1
  872. $stat_msg += '<BR><b><font color="red">You missed work.</font></b>'
  873. elseif (hour = 14 or hour = 13) and week < 6:
  874. $stat_msg += '<BR><b><font color="red">By 15:00 you have to be at work in the shop Pussy-Cats.</font></b>'
  875. end
  876. end
  877. if workrin = 1:
  878. if week = 2 or week = 4 or week = 6:
  879. if hour = 7:$stat_msg += '<BR><b><font color="red">At 8 c''clock you start work on the market.</font></b>'
  880. if hour = 8:$stat_msg += '<BR><b><font color="red">You need to work on the market now.</font></b>'
  881. end
  882. end
  883. if frost > 0:
  884. if frost <= 5:
  885. $stat_msg += '<BR><b><font>You are a little chilly.</font></b>'
  886. elseif frost < 11:
  887. $stat_msg += '<BR><b><font color="red">You are cold.</font></b>'
  888. else
  889. $stat_msg += '<BR><b><font color="red">You are freezing.</font></b>'
  890. end
  891. end
  892. if sick > 0:
  893. if sick = 1:
  894. $stat_msg += '<BR><b><font color="red">This is not good, a tickle in the throat and a little runny nose.</font></b>'
  895. elseif sick < 24:
  896. $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>'
  897. elseif sick < 48:
  898. $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>'
  899. elseif sick < 72:
  900. $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>'
  901. else
  902. $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>'
  903. end
  904. end
  905. if hypnoAddict > 0:
  906. if hypnoWithdrawal = 1:
  907. if missCum >= timeTresh:
  908. $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>'
  909. else
  910. $stat_msg += '<BR><b><font color="red">You feel like talking to your therapist. You miss your sessions.</font></b>'
  911. end
  912. elseif hypnoWithdrawal = 2:
  913. if missCum >= timeTresh:
  914. $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>'
  915. else
  916. $stat_msg += '<BR><b><font color="red">You need to talk to your therapist. You feel unbalanced without your sessions.</font></b>'
  917. end
  918. else
  919. 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>'
  920. end
  921. end
  922. if $mudnerd ! '':$stat_msg += '<BR><<$mudnerd>>'
  923. if housr = 1:
  924. $streetev_home = 'your apartment'
  925. elseif tanwork = 1:
  926. $streetev_home = 'Tanya''s apartment'
  927. elseif student > 0:
  928. $streetev_home = 'your dorm'
  929. else
  930. $streetev_home = 'the train station'
  931. end
  932. if hour < meethour and svidanieA = 1:$stat_msg += '<BR><<$boydescA>> will be waiting for you near <<$streetev_home>> at <<meethour>>:00.'
  933. if hour = meethour and svidanieA = 1:$stat_msg += '<BR><b><font color="red"><<$boydescA>> is waiting for you by <<$streetev_home>>.</font></b>'
  934. if meetday < daystart and svidanieA = 1:bfA -= 10 & svidanieA = 0
  935. if StrongNarkota > 20:$stat_msg += '<BR><b><font color="red">You are stoned.</font></b>'
  936. if alko > 0:
  937. if alko < 3:$stat_msg += '<BR><b><font color="red">You''re a little dizzy.</font></b>'
  938. if alko >= 3 and alko < 6:$stat_msg += '<BR><b><font color="red">You''re drunk.</font></b>'
  939. if alko >= 6:$stat_msg += '<BR><b><font color="red">You''re wasted.</font></b>'
  940. end
  941. if day = 31 and month = 12 and (year - year_start) < 2 and hour >= 5 and hour <= 14 and StoryLine = 1:$stat_msg += '<BR>At 14:00 your New Year''s party will start.'
  942. if StoryLine = 1 and sisboyday + 1 = daystart and hour < 19 and (Astat_Qstlvl[33] = 3 or Astat_Qstlvl[33] = 5 or Astat_Qstlvl[33] = 7 or (Astat_Qstlvl[33] = 9 and sisboytrioQW ! 1)):$stat_msg += '<BR>' & $stat_msg += '<BR>You promised your sister not to go into your room at 18:00.'
  943. if StoryLine = 1 and 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.'
  944. 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>'
  945. if model > 0 and modelmon = month:
  946. $stat_msg += '<BR><b>You worked as a model this month.</b>'
  947. elseif model > 0 and modelmon ! month:
  948. $stat_msg += '<BR><b>You can work as a model this month.</b>'
  949. end
  950. if pornstack > 0:
  951. aa = 0
  952. :pfilmtime
  953. if aa < 200 and pfilmday[aa] = 0: aa += 1 & jump 'pfilmtime'
  954. end
  955. if pornstack > 0 and pfilmday[0] = 0:
  956. if pfilmday[1] = 0:
  957. $stat_msg += '<br><b>You will star in another porno in <<aa>> days.</b>'
  958. else
  959. $stat_msg += '<br><b>You have a porno shoot scheduled tomorrow.</b>'
  960. end
  961. end
  962. if pfilmday[0] > 0:
  963. if pornnow = 1:
  964. $stat_msg += '<br><b>You are at a porn shooting.</b>'
  965. else
  966. if hour < 11: $stat_msg += '<br><b>You are expected in the porno studio at 10:00.</b>'
  967. if hour >= 11 and hour < 13: $stat_msg += '<br><b>You should be at the porno studio, shooting!</b>'
  968. if hour >= 13: $stat_msg += '<br><b>You missed a scheduled porno shoot!</b>'
  969. end
  970. end
  971. if pornmiss = 1: $stat_msg += '<br><b>You missed a scheduled porno shoot!</b>'
  972. if prodcosttrue > 0: $stat_msg += '<br><b>You owe to the porn studio <<prodcost>>₽</b>'
  973. if firstkasting > 0 and pfilmNO < 1 and pornstack < 10: $stat_msg += '<br><b>You can contract to <<10-pornstack>> porno movie.</b>'
  974. 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>'
  975. 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>'
  976. 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>'
  977. 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>'
  978. 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>'
  979. 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>'
  980. if leonidVisit = 1: $stat_msg += '<br><b>You have to serve Leonid at 20:00 in his Pavlovsk office!</b>'
  981. dynamic $brotherSexCount
  982. !!zero checks marriage
  983. proverka1 = 0
  984. proverka2 = 0
  985. proverka3 = 0
  986. proverka4 = 0
  987. proverka5 = 0
  988. ! WD: Code for updating from old clothing system pre 0.5.0
  989. !!clothing converter, for old saves. Not complete listing.
  990. if remdrop = 0:
  991. remdrop = 1
  992. if jeans[1] = 1:cheap[15] = 1 & cheapH[15] = jeansH[1] & cheapB[15] = jeansB[1] & jeans[1] = 0
  993. if jeans[205] = 1:average[65] = 1 & averageH[65] = jeansH[205] & averageB[65] = jeansB[205] & jeans[205] = 0
  994. if jeans[202] = 1:average[64] = 1 & averageH[64] = jeansH[202] & averageB[64] = jeansB[202] & jeans[202] = 0
  995. if jeans[2] = 1:average[62] = 1 & averageH[62] = jeansH[2] & averageB[62] = jeansB[2] & jeans[2] = 0
  996. if jeans[222] = 1:average[75] = 1 & averageH[75] = jeansH[222] & averageB[75] = jeansB[222] & jeans[222] = 0
  997. if jeans[223] = 1:average[76] = 1 & averageH[76] = jeansH[223] & averageB[76] = jeansB[223] & jeans[223] = 0
  998. if jeans[224] = 1:average[78] = 1 & averageH[78] = jeansH[224] & averageB[78] = jeansB[224] & jeans[224] = 0
  999. if jeans[232] = 1:average[79] = 1 & averageH[79] = jeansH[232] & averageB[79] = jeansB[232] & jeans[232] = 0
  1000. if jeans[233] = 1:average[80] = 1 & averageH[80] = jeansH[233] & averageB[80] = jeansB[233] & jeans[233] = 0
  1001. if jeans[267] = 1:expensive[3] = 1 & expensiveH[3] = jeansH[267] & expensiveB[3] = jeansB[267] & jeans[267] = 0
  1002. if jeans[263] = 1:expensive[18] = 1 & expensiveH[18] = jeansH[263] & expensiveB[18] = jeansB[263] & jeans[263] = 0
  1003. if jeans[234] = 1:expensive[71] = 1 & expensiveH[71] = jeansH[234] & expensiveB[71] = jeansB[234] & jeans[234] = 0
  1004. if jeans[231] = 1:expensive[124] = 1 & expensiveH[124] = jeansH[231] & expensiveB[124] = jeansB[231] & jeans[231] = 0
  1005. if yoga[1] = 1:exercise[1] = 1 & exerciseH[1] = yogaH[1] & yoga[1] = 0
  1006. if yoga[2] = 1:exercise[2] = 1 & exerciseH[2] = yogaH[2] & yoga[2] = 0
  1007. if yoga[4] = 1:exercise[4] = 1 & exerciseH[4] = yogaH[4] & yoga[4] = 0
  1008. if yoga[5] = 1:exercise[5] = 1 & exerciseH[5] = yogaH[5] & yoga[5] = 0
  1009. if yoga[6] = 1:exercise[6] = 1 & exerciseH[6] = yogaH[6] & yoga[6] = 0
  1010. if yoga[7] = 1:exercise[7] = 1 & exerciseH[7] = yogaH[7] & yoga[7] = 0
  1011. if yoga[8] = 1:exercise[8] = 1 & exerciseH[8] = yogaH[8] & yoga[8] = 0
  1012. if yoga[9] = 1:exercise[9] = 1 & exerciseH[9] = yogaH[9] & yoga[9] = 0
  1013. if yoga[10] = 1:exercise[10] = 1 & exerciseH[10] = yogaH[10] & yoga[10] = 0
  1014. if yoga[11] = 1:exercise[11] = 1 & exerciseH[11] = yogaH[11] & yoga[11] = 0
  1015. if yoga[12] = 1:exercise[12] = 1 & exerciseH[12] = yogaH[12] & yoga[12] = 0
  1016. if yoga[13] = 1:exercise[13] = 1 & exerciseH[13] = yogaH[13] & yoga[13] = 0
  1017. if yoga[14] = 1:exercise[14] = 1 & exerciseH[14] = yogaH[14] & yoga[14] = 0
  1018. if yoga[15] = 1:exercise[15] = 1 & exerciseH[15] = yogaH[15] & yoga[15] = 0
  1019. if yoga[16] = 1:exercise[16] = 1 & exerciseH[16] = yogaH[16] & yoga[16] = 0
  1020. if yoga[17] = 1:exercise[17] = 1 & exerciseH[17] = yogaH[17] & yoga[17] = 0
  1021. if yoga[18] = 1:exercise[18] = 1 & exerciseH[18] = yogaH[18] & yoga[18] = 0
  1022. end
  1023. if boletus + bilberry > 0:
  1024. if boletus + bilberry >= 10:
  1025. $stat_msg +='<br><b><font color = Olive>You have a full basket.</b></font> '
  1026. else
  1027. $stat_msg +='<br><b>In Your basket</b>:'
  1028. end
  1029. if boletus > 0:$stat_msg +='mushrooms: <b><<boletus>></b> kg.'
  1030. if bilberry > 0:$stat_msg +='berries: <b><<bilberry>></b> kg.'
  1031. end
  1032. if Enable_statfsize>0:$stat_msg += '<BR></font>' & !disable this, all texts comes from pl will have the same font size, like[time]
  1033. if Enable_faceturn = 1: view FUNC('$face_image')
  1034. if Enable_Android = 0:
  1035. pl '<<$stat_msg>>'
  1036. else
  1037. '<<$stat_android>>'
  1038. $stat_msg = 'Android mode, <a href="exec:gs ''$menu_obnovit''">Refresh</a><<$stat_msg>>'
  1039. end
  1040. --- stat_display ---------------------------------