stat_display 50 KB

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