123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149 |
- # stat_display
- if $location_type = 'public_outdoors' or $location_type = 'secluded' or $location_type = 'event_outdoors':
- gs 'outdoors', 'main'
- else
- gs 'indoors'
- end
- !!Sex stat update
- stat['mast'] += mastr & mastr = 0
- stat['hj'] += hj & hj = 0
- stat['bj'] += bj & bj = 0
- stat['vaginal'] += sex & sex = 0
- stat['anal'] += anal & anal = 0
- stat['cuni'] += kuni & kuni = 0
- stat['anal_strap_give'] += pegging & pegging = 0
- !!!!!!!!!!!!!!!!!!!!!
- !!!Pain calculation!!!
- !!!!!!!!!!!!!!!!!!!!!
- pain['body1'] = pain['head'] + pain['hair'] + pain['ears'] + pain['eyebrows'] + pain['eyes'] + pain['cheeks'] + pain['nose'] + pain['mouth'] + pain['lips'] + pain['tongue']
- pain['body2'] = pain['throat'] + pain['neck'] + pain['back'] + pain['asscheeks'] + pain['asshole'] + pain['hips'] + pain['thighs'] + pain['legL'] + pain['legR'] + pain['feet']
- pain['body3'] = pain['toes'] + pain['shoulders'] + pain['armL'] + pain['armR'] + pain['hands'] + pain['fingers'] + pain['chest'] + pain['breasts'] + pain['nipples'] + pain['ribs']
- pain['body4'] = pain['tummy'] + pain['pubic'] + pain['vaginal'] + pain['labia'] + pain['clitoris'] + pain['urethra'] + pain['cervix']
- pain['total'] = pain['body1'] + pain['body2'] + pain['body3'] + pain['body4'] + (vgape * 8) + (agape * 10) + (spanked * 24)
- if pain['total'] > 100: pain['total'] = 100
- pain['relief'] = 0
- if alko > 6:
- pain['relief'] = 50
- elseif alko > 3:
- pain['relief'] = 20
- end
- if StrongNarkota > 0:
- pain['relief'] = 90
- elseif nark > 0:
- pain['relief'] = 60
- elseif pain['killer'] > 12:
- pain['relief'] = 50
- end
- if pain['relief'] ! 0:
- if (pain['total'] / pain['relief']) > 0:
- pain['total'] = pain['total'] / pain['relief']
- elseif pain['total'] > 0:
- pain['total'] = 0
- end
- end
- if pain['total'] > 80:
- if (pcs_health * 5) >= healthmax: pcs_health = pcs_health * 20 / 100
- if (pcs_mood * 5) >= 100: pcs_mood = pcs_mood * 20 / 100
- elseif pain['total'] > 60:
- if (pcs_health * 5 / 2) >= healthmax: pcs_health = pcs_health * 40 / 100
- if (pcs_mood * 5 / 2) >= 100: pcs_mood = pcs_mood * 40 / 100
- elseif pain['total'] > 40:
- if (pcs_health * 5 / 3) >= healthmax: pcs_health = pcs_health * 60 / 100
- if (pcs_mood * 5 / 3) >= 100: pcs_mood = pcs_mood * 60 / 100
- elseif pain['total'] > 20:
- if (pcs_health * 5 / 4) >= healthmax: pcs_health = pcs_health * 80 / 100
- if (pcs_mood * 5 / 4) >= 100: pcs_mood = pcs_mood * 80 / 100
- elseif pain['total'] > 0:
- if (pcs_health * 10 / 9) >= healthmax: pcs_health = pcs_health * 90 / 100
- if (pcs_mood * 10 / 9) >= 100: pcs_mood = pcs_mood * 90 / 100
- end
- !!!!!!!!!!!!!!!!!!!!!
- !!!Beginning Description!!!
- !!!!!!!!!!!!!!!!!!!!!
- if pcs_sleep > 100: pcs_sleep = 100
- if Enable_statfsize>0:$stat_msg = '<font size=<<Enable_statfsize>>><<$stat_msg>>'
- if hour < 10:
- if minut > 9 :
- $stat_android = '<b> 0<<hour>>:<<minut>></b>'
- else
- $stat_android = '<b> 0<<hour>>:0<<minut>></b>'
- end
- else
- if minut > 9 :
- $stat_android = '<b> <<hour>>:<<minut>></b>'
- else
- $stat_android = '<b> <<hour>>:0<<minut>></b>'
- end
- end
- $stat_msg += '<BR><<$stat_android>> <<$week[week]>> <<day>> <<$month>> <<year>>'
- $stat_android += '<<$week[week]>> <<day>>/<<month>>, <<money>> ₽, <a href="exec:clr & pl $stat_android">Status</a>'
- ! $stat_android for short desc in android mode, $stat_msg for status bar.
- $stat_msg += '<BR>'
- $pockets = 'pockets'
- if bag > 0: $pockets = 'purse'
- $stat_msg += '<BR>You have <b><<money>> ₽</b> in your <<$pockets>>.'
- if karta > 0: $stat_msg += '<BR>You have <b><<karta>> ₽</b> in your bank account.'
- if stolmoney > 0: $stat_msg += '<BR>You have <b><<stolmoney>> ₽</b> in your desk drawer.'
- $stat_msg += '<BR>'
- if ETOmenu = 1:
- $stat_msg += '<BR><b><<$pcs_health>></b>'
- $stat_msg += '<BR><b><<$pcs_willpwr>></b>'
- $stat_msg += '<BR><b><<$pcs_energy>></b>'
- $stat_msg += '<BR><b><<$water>></b>'
- $stat_msg += '<BR><b><<$pcs_sleep>></b>'
- else
- gs 'indik', '2', pcs_horny, pcs_horny
- $stat_msg += '<BR><<$ind>> Arousal'
- gs 'indik', '2', pain['total'], pain['total']
- $stat_msg += '<BR><<$ind>> Pain'
- gs 'indik', '1', pcs_health * 100 / healthmax, pcs_health
- $stat_msg += '<BR><<$ind>> Health'
- if MagikDostup = 0:
- gs 'indik', '1', pcs_manna * 100 / mannamax, pcs_manna
- $stat_msg += '<BR><<$ind>> Manna'
- end
- gs 'indik', '1', pcs_willpwr * 100 / willpowermax, pcs_willpwr
- $stat_msg += '<BR><<$ind>> Willpower'
- gs 'indik', '1', pcs_stam * 100 / stammax, pcs_stam
- $stat_msg += '<BR><<$ind>> Stamina'
- gs 'indik', '1', pcs_mood, pcs_mood
- $stat_msg += '<BR><<$ind>> Mood'
- gs 'indik', '1', pcs_energy, pcs_energy
- $stat_msg += '<BR><<$ind>> Hunger'
- gs 'indik', '1', pcs_sleep, pcs_sleep
- $stat_msg += '<BR><<$ind>> Sleep'
- end
- $stat_msg += '<BR>'
- if Enable_showattr = 0:
- $stat_msg += '<BR> <a href="exec:Enable_showattr = 1 & gs ''$menu_obnovit''">Attributes</a>'
- end
- if Enable_showattr = 1:
- $stat_msg += '<BR> <a href="exec:Enable_showattr = 0 & gs ''$menu_obnovit''">Attributes:</a>'
- gs 'indik', '1', pcs_stren, pcs_stren
- $stat_msg += '<BR><<$ind>> Strength'
- gs 'indik', '1', pcs_agil, pcs_agil
- $stat_msg += '<BR><<$ind>> Agility'
- gs 'indik', '1', pcs_vital, pcs_vital
- $stat_msg += '<BR><<$ind>> Endurance'
- gs 'indik', '1', pcs_intel, pcs_intel
- $stat_msg += '<BR><<$ind>> Intelligence'
- gs 'indik', '1', pcs_sprt, pcs_sprt
- $stat_msg += '<BR><<$ind>> Spirit'
- gs 'indik', '1', pcs_react, pcs_react
- $stat_msg += '<BR><<$ind>> Mental Agility'
- gs 'indik', '1', pcs_chrsm, pcs_chrsm
- $stat_msg += '<BR><<$ind>> Charisma'
- gs 'indik', '1', pcs_prcptn, pcs_prcptn
- $stat_msg += '<BR><<$ind>> Perception'
- if MagikDostup = 0:
- gs 'indik', '1', pcs_magik, pcs_magik
- $stat_msg += '<BR><<$ind>> Magic'
- end
- gs 'indik', '1', pcs_apprnc / 2, pcs_apprnc
- $stat_msg += '<BR><<$ind>> Attractiveness'
- if SUB > 0:
- gs 'indik','1', SUB, SUB
- $stat_msg += '<BR><<$ind>> Subordination'
- end
- if pcs_dom > 0:
- gs 'indik', '1', pcs_dom, pcs_dom
- $stat_msg += '<BR><<$ind>> Dominance'
- end
- if SchoolAtestat = 0 and StoryLine > 0:
- gs 'indik', '1', pcs_grades, pcs_grades
- $stat_msg += '<BR><<$ind>> School Grades'
- end
- if pcs_exhibition > 0:
- gs 'indik', '1', pcs_exhibition, pcs_exhibition
- $stat_msg += '<BR><<$ind>> exhibitionism'
- end
- end
- !!----------------Mental skills--------------------------
- if Enable_show_mental_skill = 0:
- $stat_msg += '<BR> <a href="exec:Enable_show_mental_skill = 1 & gs ''$menu_obnovit''">Mental Skills</a>'
- end
- if Enable_show_mental_skill = 1:
- st_count=0
- $show_table=''
- if pcs_splcstng > 0: gs 'show_table', '<<pcs_splcstng>> Spell Casting', '2'
- if pcs_humint > 0: gs 'show_table', '<<pcs_humint>> People skills', '2'
- if pcs_persuas > 0: gs 'show_table', '<<pcs_persuas>> Persuasion', '2'
- if pcs_observ > 0: gs 'show_table', '<<pcs_observ>> Observation', '2'
- 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>'
- end
- !!-----------------Sport skills--------------------------
- if Enable_show_sport_skill = 0:
- $stat_msg += '<BR> <a href="exec:Enable_show_sport_skill = 1 & gs ''$menu_obnovit''">Sport Skills</a>'
- end
- if Enable_show_sport_skill = 1:
- st_count=0
- $show_table=''
- if pcs_jab > 0: gs 'show_table', '<<pcs_jab>> Jabs', '2'
- if pcs_punch > 0: gs 'show_table', '<<pcs_punch>> Power Strikes', '2'
- if pcs_kick > 0: gs 'show_table', '<<pcs_kick>> Kicks', '2'
- if pcs_def > 0: gs 'show_table', '<<pcs_def>> Defence', '2'
- if pcs_run > 0: gs 'show_table', '<<pcs_run>> Running', '2'
- if pcs_vball > 0: gs 'show_table', '<<pcs_vball>> Volleyball', '2'
- if pcs_ftbll > 0: gs 'show_table', '<<pcs_ftbll>> Football', '2'
- if pcs_wrstlng > 0: gs 'show_table', '<<pcs_wrstlng>> Wrestling', '2'
- if pcs_shoot > 0: gs 'show_table', '<<pcs_shoot>> Marksmanship', '2'
- if pcs_chess > 0: gs 'show_table', '<<pcs_chess>> Chess', '2'
- if pcs_icesktng > 0: gs 'show_table', '<<pcs_icesktng>> Ice Skating', '2'
- if pcs_ttgmng > 0: gs 'show_table', '<<pcs_ttgmng>> Gaming', '2'
- 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>'
- end
- !!-----------------Beauty/Modelling skills---------------
- if Enable_show_beauty_skill = 0:
- $stat_msg += '<BR> <a href="exec:Enable_show_beauty_skill = 1 & gs ''$menu_obnovit''">Beauty/Modelling Skills</a>'
- end
- if Enable_show_beauty_skill = 1:
- st_count=0
- $show_table=''
- if pcs_makupskl > 0: gs 'show_table', '<<pcs_makupskl>> Makeup Skill', '2'
- if pcs_danc > 0: gs 'show_table', '<<pcs_danc>> Modern Dancing', '2'
- if pcs_dancero > 0: gs 'show_table', '<<pcs_dancero>> Erotic Dancing', '2'
- if pcs_dancpol > 0: gs 'show_table', '<<pcs_dancpol>> Pole Dancing', '2'
- if pcs_mdlng > 0: gs 'show_table', '<<pcs_mdlng>> Modelling', '2'
- 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>'
- end
- !!---------------------Artistic skills-------------------
- if Enable_show_art_skill = 0:
- $stat_msg += '<BR> <a href="exec:Enable_show_art_skill = 1 & gs ''$menu_obnovit''">Artistic Skills</a>'
- end
- if Enable_show_art_skill = 1:
- st_count=0
- $show_table=''
- if pcs_vokal > 0: gs 'show_table', '<<pcs_vokal>> Singing', '2'
- if pcs_instrmusic > 0: gs 'show_table', '<<pcs_instrmusic>> Instrumental Music', '2'
- if pcs_photoskl > 0: gs 'show_table', '<<pcs_photoskl>> Photography', '2'
- if pcs_artskls > 0: gs 'show_table', '<<pcs_artskls>> Artistic Skills', '2'
- 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>'
- end
- !!----------------------Job skills------------------------
- if Enable_show_job_skill = 0:
- $stat_msg += '<BR> <a href="exec:Enable_show_job_skill = 1 & gs ''$menu_obnovit''">Job Skills</a>'
- end
- if Enable_show_job_skill = 1:
- st_count=0
- $show_table=''
- if pcs_compskl > 0: gs 'show_table', '<<pcs_compskl>> Computer Skill', '2'
- if pcs_comphckng > 0: gs 'show_table', '<<pcs_comphckng>> Hacking', '2'
- if pcs_hndiwrk > 0: gs 'show_table', '<<pcs_hndiwrk>> Handy-work', '2'
- if pcs_sewng > 0: gs 'show_table', '<<pcs_sewng>> Tailoring', '2'
- if pcs_servng > 0: gs 'show_table', '<<pcs_servng>> Serving', '2'
- if pcs_medcn > 0: gs 'show_table', '<<pcs_medcn>> Medicine', '2'
- if workPTU > 1: gs 'show_table','<<teachlevel>> Teacher credibility','2'
- 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>'
- end
- if Enable_showrelation = 0:
- $stat_msg += '<BR> <a href="exec:Enable_showrelation = 1 & gs ''$menu_obnovit''">Relations</a>'
- end
- if Enable_showrelation = 1:
- st_count=0
- $show_table=''
- if nastjaqw > 0:gs'show_table','<<nastjaqw>> Nastja','2'
- if tanya > 0:gs'show_table','<<tanya>> Tanya','2'
- if kat > 0:gs'show_table','<<kat>> Kate','2'
- if vika > 0:gs'show_table','<<vika>> Vika','2'
- if Irina > 0:gs'show_table','<<Irina>> Irina','2'
- if Tamara > 0:gs'show_table','<<Tamara>> Tamara','2'
- if alla > 0:gs'show_table','<<alla>> Alla','2'
- if masha > 0:gs'show_table','<<masha>> Masha','2'
- if Givi > 0:gs'show_table','<<Givi>> Givi Karapetovich','2'
- if Ashot > 0:gs'show_table','<<Ashot>> Ashot','2'
- if Dmitry > 0:gs'show_table','<<Dmitry>> Dima','2'
- if afra > 0:gs'show_table','<<afra>> Blacks','2'
- if trenerepa > 0:gs'show_table','<<trenerepa>> Mikhail Nikolaevich','2'
- if JenyaLC > 0:gs'show_table','Eugene: <<JenyaLC>>','2'
- if serge_shulgin > 0:gs'show_table','Sergei Shulgin: <<serge_shulgin>>','2'
- if npc_rel['A11'] > 0:gs'show_table','Vasily Shulgin: <<npc_rel[''A11'']>>','2'
- if hantersAndreiQw > 0:gs'show_table','Hunter Andrew: <<hantersAndreiQw>>','2'
- if hantersSergeiQw > 0:gs'show_table','Hunter Sergei: <<hantersSergeiQw>>','2'
- if hantersIgorQw > 0:gs'show_table','Hunter Igor: <<hantersIgorQw>>','2'
- if StoryLine > 0:
- if npc_rel['A29'] > 0:gs'show_table','<<npc_rel[''A29'']>> mother','2'
- if npc_rel['A28'] > 0:gs'show_table','<<npc_rel[''A28'']>> father','2'
- if npc_rel['A33'] > 0:gs'show_table','<<npc_rel[''A33'']>> Sister','2'
- if npc_rel['A34'] > 0:gs'show_table','<<npc_rel[''A34'']>> Brother','2'
- end
- 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>'
- end
- $stat_msg += '<BR>'
- if BuyHous = 2 and ArendHouseSL <= 0:'<font color="red"><b>The rent on your apartment expires today.</b></font>'
- if BuyHous = 2 and ArendHouseSL <= 0:
- '<font color="red"><b>The rent on your apartment expires today.</b></font>'
- if money >= 6000 or stolmoney >= 6000 or money + stolmoney >= 6000 or karta >= 6000:
- *P ' Renew with '
- if money >= 6000:
- *P ' <a href="exec:money -= 6000 & housr = 1 & BuyHous = 2 & ArendHouseSL += 30" & gs ''$menu_obnovit''>cash</a>'
- elseif stolmoney >= 6000:
- *P ' <a href="exec:stolmoney -= 6000 & housr = 1 & BuyHous = 2 & ArendHouseSL += 30" & gs ''$menu_obnovit''>cash from drawer</a>'
- elseif money + stolmoney >= 6000:
- !both < 6000, so money = money - 6000 + stolmoney
- *P ' <a href="exec:money -= 6000 - stolmoney & stolmoney = 0 & housr = 1 & BuyHous = 2 & ArendHouseSL += 30" & gs ''$menu_obnovit''>cash from purse and drawer</a>'
- end
- !from purse, drawer or both
- if karta >= 6000: *P ' <a href="exec:karta -= 6000 & housr = 1 & BuyHous = 2 & ArendHouseSL += 30 & gs ''$menu_obnovit''">bank account</a>'
- else
- *P ' But you can''t afford to renew the lease.'
- end
- end
- if weatherDay = daystart: $stat_msg += '<BR><<$weather>>' & $stat_msg += '<BR>'
- if opPRE = 0: $stat_msg += '<BR><<$pcs_makeup>> and your hair is <<$pcs_hairbsh>>.' & $stat_msg += '<BR>'
- 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:
- if daystart - lastmens < 28:
- $stat_msg += '<BR><font color = #AB052A><b>Your period is late by <<daystart - daylastperiod - 20>> days.</b></font>'
- elseif daystart - lastmens < 35:
- $stat_msg += '<BR><font color = #AB052A><b>Your period is late by more than a week!</b></font>'
- elseif daystart - lastmens < 45:
- $stat_msg += '<BR><font color = #AB052A><b>You apparently missed your period this month. Maybe you should see a doctor?</b></font>'
- elseif daystart - lastmens < 69:
- $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>'
- else
- $stat_msg += '<BR><font color = #AB052A><b>You should consider the possibility of a pregnancy, since apparently you no longer have periods.</b></font>'
- end
- end
- if implant_day > 0:
- if ((daystart - implant_day) * 24 + hour - implant_hour) < 5:
- $stat_msg += '<BR><font color=#AB052A>You feel a slight twinge in your abdomen.</font>'
- end
- end
- if mesec > 0:
- $stat_msg += '<BR><font color="red">You are currently having your period. '
- if isprok = 0 and isprokp = 0:
- $stat_msg += 'You need to use your feminine hygiene products.'
- elseif isprokp = 1 and tanga = 0:
- isprokp = 0
- $stat_msg += 'You need to wear panties to use a sanitary pad.'
- end
- $stat_msg += '</font>'
- end
- $stat_msg += '<BR><a href="exec:dynamic $d_cycreport_choice"><<$cycreport_txt>></a><br>'
- if StoryLine > 0 and SchoolAtestat = 0 and $holyday ! '': $stat_msg += '<BR><<$holyday>>' & $stat_msg += '<BR>'
- if birthday = day and birthmonth = month: $stat_msg += '<BR><b>Today is your birthday.</b>' & $stat_msg += '<BR>'
- !!if shame > 0:$stat_msg += '<BR><<$shame>>' & $stat_msg += '<BR>'
- if $pcs_mood ! '':$stat_msg += '<BR><font color="green"><b><<$pcs_mood>></b></font>' & $stat_msg += '<BR>'
- if mentats_dose >= 1:$stat_msg += '<BR><font color = green>You feel sharp and focused.</font>'
- if bcream_used = 1:$stat_msg += '<BR><font color = #DB7093>Your breasts are feeling hot and tingly.</font>'
- if aphrodisiac_timer > 0:$stat_msg += '<BR><font color = #DB7093>You are feeling hot and every move causes your groin to tingle.</font>'
- if pcs_energy < 5:
- $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>'
- elseif pcs_energy < 10:
- $stat_msg += '<BR><font color="red">You are starving, you really need to have something to eat.</font>'
- elseif pcs_energy < 20:
- $stat_msg += '<BR>You are very hungry and struggle to concentrate on anything other than food.'
- elseif pcs_energy < 30:
- $stat_msg += '<BR>You feel peckish and your thoughts sometimes drift towards food.'
- end
- if pcs_sleep < 5:
- $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>'
- elseif pcs_sleep < 10:
- $stat_msg += '<BR><font color="red">You are exhausted, you really need to go to bed soon.</font>'
- elseif pcs_sleep < 20:
- $stat_msg += '<BR>You are tired and you are struggling to concentrate.'
- elseif pcs_sleep < 30:
- $stat_msg += '<BR>You feel a little tired.'
- end
- 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>'
- if pcs_horny >= 50:
- if pcs_horny < 90 and tanga = 1:
- $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>'
- elseif pcs_horny < 90 and tanga = 0:
- $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>'
- elseif tanga = 1:
- $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>'
- else
- $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>'
- end
- end
- $smoker = {
- siga -= 1
- smoker += 1
- smokeHour = hour
- smokeDay = daystart
- smokeminut = minut + 5
- smokerNeed = 0
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- pcs_mood += 100
- wipo += 100
- if pcs_energy < 80: pcs_energy += 4
- gs '$menu_obnovit'
- }
- if PillToggle = 1 and tabletki > 0:
- Stabletki += tabletki
- tabletki = 0
- elseif PillToggle = 0 and Stabletki > 0:
- tabletki += Stabletki
- Stabletki = 0
- end
- if CondomToggle = 1 and prezik > 0:
- Sprezik += prezik
- prezik = 0
- elseif CondomToggle = 0 and Sprezik > 0:
- prezik += Sprezik
- Sprezik = 0
- end
- if smoker >= 20:
- if smokerNeed > 0:
- if siga > 0:
- $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>'
- else
- $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>'
- end
- else
- if siga > 0:
- $stat_msg += '<BR><a href="exec:dynamic $smoker"><font color="blue"><b>You have <<siga>> cigarettes left.</b></font></a><BR>'
- else
- $stat_msg += '<BR><font color="blue"><b>You feel like you should get some cigarettes.</b></font><BR>'
- end
- end
- elseif siga > 0:
- $stat_msg += '<BR><a href="exec:dynamic $smoker"><font color = blue><b>You have <<siga>> cigarettes.</b></font></a><BR>'
- end
- if smokeHour = hour and smokeday = day and smokeminut >= minut:$stat_msg += '<BR><font color="green">You are smoking a cigarette.</font><BR>'
- if pcs_sweat < 0 : pcs_sweat = 0
- if pcs_sweat > 69 : pcs_sweat = 69
- jump 'statDswt<<pcs_sweat/10>>'
- :statDswt0
- if arrsize('sparrvol') = 0 : $stat_msg += '<BR><b><font color="green">You are sparkling clean.</font></b><BR>'
- jump 'statDswtEnd'
- :statDswt1
- jump 'statDswtEnd'
- :statDswt2
- $stat_msg += '<BR><font color="brown">You''re sweating.</font><BR>'
- jump 'statDswtEnd'
- :statDswt3
- $stat_msg += '<BR><font color="red">You are a little smelly.</font><BR>'
- jump 'statDswtEnd'
- :statDswt4
- $stat_msg += '<BR><font color="red">You stink.</font><BR>'
- jump 'statDswtEnd'
- :statDswt5
- $stat_msg += '<BR><b><font color="red">You really stink.</font></b><BR>'
- jump 'statDswtEnd'
- :statDswt6
- $stat_msg += '<BR><b><font color="red">You are dripping wet from sweat and smell like a gym sock.</font></b><BR>'
- jump 'statDswtEnd'
- :statDswtEnd
- if dirtyclothes = 1:
- if pcs_sweat > 40:
- $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>'
- else
- $stat_msg +='<br><font color = red>Your <a href="exec:view''images/locations/gadukino/Swamp/dirtyclothes2.jpg''">cloth</a> is dirty.</font><BR>'
- end
- end
- if lactate = 1:
- if lactatemv >= lactatemm-1:
- $stat_msg += '<BR><font color = black>Your breasts are so full they hurt and a little milk is constantly dribbling out.</font><BR>'
- elseif lactatemv > lactatemm*9/10:
- $stat_msg += '<BR><font color = black>Your breasts are firm and full, and starting to hurt from all the milk they contain.</font><BR>'
- elseif lactatemv > lactatemm*3/4:
- $stat_msg += '<BR><font color = black>Your breasts feel firm and heavy, full of milk.</font><BR>'
- elseif lactatemv > lactatemm/2:
- $stat_msg += '<BR><font color = black>Your breasts are heavy, a cargo of milk inside.</font><BR>'
- elseif lactatemv > lactatemm/4:
- $stat_msg += '<BR><font color = black>Your breasts feel a little heavy.</font><BR>'
- elseif lactatemv > 0:
- $stat_msg += '<BR><font color = black>Your breasts tingle a little from the feeling of milk production.</font><BR>'
- else
- $stat_msg += '<BR><font color = black>Your breasts feel soft and empty.</font><BR>'
- end
- end
- if Enable_Hymenrestore = 1: pcs_vag = 0
- if Enable_tightrestore = 1: pcs_ass = 0 & if pcs_vag > 0:pcs_vag = 1
- if Enable_clearwrite > 0: body_write = 0 & face_write = 0
- if Enable_clearcum > 0:
- killvar 'sparrvol[0]'
- end
- if Enable_fbreath > 0:
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath=1
- end
- $clear_write = {
- body_write = 0
- face_write = 0
- minut += 10
- gs '$menu_obnovit'
- 'It takes you 10 minutes to thoroughly wash the obscene "painting" from your body.'
- }
- if body_write > 0 or face_write > 0:
- if body_write > 1 and face_write = 0:
- $stat_msg += '<BR><a href="exec:dynamic $clear_write"><b><font color = red>Your body is inscribed with derogatory graffiti.</font></b></a>'
- elseif body_write = 1 and face_write = 0:
- $stat_msg += '<BR><a href="exec:dynamic $clear_write"><b><font color = red>Your body is an obscene sign.</font></b></a>'
- elseif body_write = 0 and face_write > 1:
- $stat_msg += '<BR><a href="exec:dynamic $clear_write"><b><font color = red>Your face is covered with writing obscene epithets.</font></b></a>'
- elseif body_write = 0 and face_write = 1:
- $stat_msg += '<BR><a href="exec:dynamic $clear_write"><b><font color = red>On your face humiliating label.</font></b></a>'
- else
- $stat_msg += '<BR><a href="exec:dynamic $clear_write"><b><font color = red>Your body and face painted with obscene graffiti.</font></b></a>'
- end
- end
- $cumdescribe = {
- idx = 0
- killvar 'temparray'
- strangecum = 0
- tempstrage = 2
- tempage = 2
- tempvol = 0
- idxmax = arrsize('sparrloc')
- :idxloop
- if sparrloc[idx] = i:
- if sparridt[idx] >= 0 and ((arrcomp('temparray',$sparrnam[idx]) = -1) or strcomp($sparrnam[idx],'.*\p{Lu}.*') = 0):
- $temparray[] = $npc_usedname[$sparrnam[idx]]
- if sparridt[idx] = 0:somedude = 1
- if sparrage[idx] < cumres['new_thresh'] and tempage > 0:
- tempage = 0
- elseif sparrage[idx] < cumres['crusty_thresh'] and tempage > 1:
- tempage = 1
- else
- tempage = 2
- end
- elseif sparridt[idx] = -2:
- strangecum = 1
- if sparrage[idx] < cumres['new_thresh'] and tempstrage > 0:
- tempstrage = 0
- elseif sparrage[idx] < cumres['crusty_thresh'] and tempstrage > 1:
- tempstrage = 1
- else
- tempstrage = 2
- end
- end
- end
- if idx < idxmax: idx += 1 & jump 'idxloop'
- killvar 'idxmax'
- killvar 'idx'
- if arrsize('temparray') > 1:
- $cumres['name'] = 'Multiple men'
- elseif arrsize('temparray') = 1 and somedude = 1 and strcomp($temparray[0],'.*\p{Lu}.*') = 0:
- $cumres['name'] = 'Some '+$temparray[0]
- elseif arrsize('temparray') = 1:
- $cumres['name'] = $temparray[0]
- elseif arrsize('temparray') = 0 and strangecum = 1:
- $cumres['name'] = 'Something that looks like somebody'
- end
- if tempage = 0 or (tempstrage = 0 and strangecum = 1):
- $cumres['desc'] = 'fresh '
- elseif tempage = 1 or (tempstrage = 1 and strangecum = 1):
- $cumres['desc'] = ''
- else
- if sparrloc[cumres_idx] ! 0 and sparrloc[cumres_idx] ! 3:
- $cumres['desc'] = 'crusty '
- else
- $cumres['desc'] = 'stale '
- end
- end
- killvar 'tempage'
- killvar 'tempstrage'
- killvar 'strangecum'
- killvar 'temparray'
- killvar 'somedude'
- }
- if arrsize('sparrvol') > 0:
- i = 0
- :selector
- if sparrloc[i] = 0:tempsparrvol_p[] = sparrvol[i]
- if sparrloc[i] = 3:tempsparrvol_a[] = sparrvol[i]
- if i < arrsize('sparrvol'): i += 1 & jump 'selector'
- !{index for use in dynamic}
- i = 0
- !{values for fresh and crusty, only updated where needed}
- cumres['new_thresh'] = 4
- cumres['crusty_thresh'] = 10
- cumres_idx = arrpos('sparrloc',i)
- if cumres_idx >= 0 and cumsumvag > 0:
- dynamic $cumdescribe
- if vibratorIN = 1:
- $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>'
- else
- $cumres['state'] = 'fills your '
- if sparrslc[cumres_idx] > 0:
- $cumres['state'] = 'slowly flows from your '
- spdirtyn = 1
- end
- if swallow >= 10 and max('tempsparrvol_p') > 0:
- $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>'
- else
- $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>'
- end
- cumloc[0] = 1
- spdirty = 1
- end
- spdirtyi = 1
- end
- killvar 'tempsparrvol_p'
- i = 1
- cumres['new_thresh'] = 1
- cumres['crusty_thresh'] = 5
- cumres_idx = arrpos('sparrloc',i)
- if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
- dynamic $cumdescribe
- if swallow >= 10 and sparrage[cumres_idx] < 5:
- $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>'
- else
- $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>'
- end
- cumloc[1] = 1
- spdirty = 1
- spdirtyn = 1
- end
- i = 2
- cumres_idx = arrpos('sparrloc',i)
- if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
- dynamic $cumdescribe
- if swallow >= 10 and sparrage[cumres_idx] < 5:
- $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>'
- else
- $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>'
- end
- cumloc[2] = 1
- spdirtyc = 1
- end
- i = 3
- cumres['new_thresh'] = 4
- cumres['crusty_thresh'] = 10
- cumres_idx = arrpos('sparrloc',i)
- if cumres_idx >= 0 and cumsumass > 0:
- dynamic $cumdescribe
- if analplugin = 1:
- $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>'
- else
- $cumres['state'] = 'fills your '
- if sparrslc[cumres_idx] > 0:
- $cumres['state'] = 'slowly flows from your '
- spdirtyn = 1
- end
- if swallow >= 10 and max('tempsparrvol_a') > 0:
- $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>'
- else
- $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>'
- end
- end
- cumloc[3] = 1
- spdirty = 1
- spdirtyi = 1
- end
- killvar 'tempsparrvol_a'
- i = 4
- cumres['new_thresh'] = 1
- cumres['crusty_thresh'] = 5
- cumres_idx = arrpos('sparrloc',i)
- if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
- dynamic $cumdescribe
- if swallow >= 10 and sparrage[cumres_idx] < 5:
- $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>'
- else
- $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>'
- end
- cumloc[4] = 1
- spdirty = 1
- spdirtyn = 1
- end
- i = 5
- cumres_idx = arrpos('sparrloc',i)
- if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
- dynamic $cumdescribe
- if swallow >= 10 and sparrage[cumres_idx] < 5:
- $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>'
- else
- $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>'
- end
- cumloc[5] = 1
- spdirtyc = 1
- end
- i = 6
- cumres_idx = arrpos('sparrloc',i)
- if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
- dynamic $cumdescribe
- if swallow >= 10 and sparrage[cumres_idx] < 5:
- $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>'
- else
- $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>'
- end
- cumloc[6] = 1
- spdirtyc = 1
- end
- i = 7
- cumres_idx = arrpos('sparrloc',i)
- if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
- dynamic $cumdescribe
- if swallow >= 10 and sparrage[cumres_idx] < 5:
- $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>'
- else
- $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>'
- end
- cumloc[7] = 1
- spdirtyc = 1
- end
- i = 8
- cumres_idx = arrpos('sparrloc',i)
- if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
- dynamic $cumdescribe
- if swallow >= 10 and sparrage[cumres_idx] < 5:
- $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>'
- else
- $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>>sperm is smeared across your back.</a></font></b>'
- end
- cumloc[8] = 1
- spdirty = 1
- spdirtyn = 1
- end
- i = 9
- cumres_idx = arrpos('sparrloc',i)
- if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
- dynamic $cumdescribe
- if swallow >= 10 and sparrage[cumres_idx] < 5:
- $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>'
- else
- $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>>sperm is smeared across your legs.</a></font></b>'
- end
- cumloc[9] = 1
- spdirty = 1
- spdirtyn = 1
- end
- i = 10
- cumres_idx = arrpos('sparrloc',i)
- if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
- dynamic $cumdescribe
- if swallow >= 10 and sparrage[cumres_idx] < 5:
- $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>'
- else
- $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>>sperm is smeared across your arms.</a></font></b>'
- end
- cumloc[10] = 1
- spdirty = 1
- spdirtyn = 1
- end
- i = 11
- cumres_idx = arrpos('sparrloc',i)
- if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
- if pcs_haircol = 0:
- $cum_face_image = 'brown/'
- $cum_face_image += rand(1, 31)
- elseif pcs_haircol = 1:
- $cum_face_image = 'black/'
- $cum_face_image += rand(1, 23)
- elseif pcs_haircol = 2:
- $cum_face_image = 'red/'
- $cum_face_image += rand(1, 19)
- elseif pcs_haircol = 3:
- $cum_face_image = 'blonde/'
- $cum_face_image += rand(1, 25)
- elseif pcs_haircol > 3:
- $cum_face_image = 'custom/'
- $cum_face_image += rand(1, 20)
- end
- dynamic $cumdescribe
- if swallow >= 10 and sparrage[cumres_idx] < 5:
- $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>'
- else
- $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>'
- end
- cumloc[11] = 1
- spdirty = 1
- spdirtyn = 1
- spdirtyv = 1
- end
- i = 12
- cumres_idx = arrpos('sparrloc',i)
- if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
- dynamic $cumdescribe
- $stat_msg += '<BR><b><font color="red">Your mouth smells from <<$cumres[''name'']>>''s sperm.</a></font></b>'
- cumloc[12] = 1
- spdirty = 1
- spdirtyb = 1
- pcs_breath = 0
- end
- i = 13
- cumres_idx = arrpos('sparrloc',i)
- if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
- dynamic $cumdescribe
- if swallow >= 10 and sparrage[cumres_idx] < 5:
- $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>'
- else
- $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>>sperm is smeared across your hands.</a></font></b>'
- end
- cumloc[13] = 1
- spdirty = 1
- spdirtyn = 1
- spdirtyv = 1
- spdirtyf = 1
- end
- i = 14
- cumres_idx = arrpos('sparrloc',i)
- if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
- dynamic $cumdescribe
- if swallow >= 10 and sparrage[cumres_idx] < 5:
- $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>'
- else
- $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>'
- end
- cumloc[14] = 1
- spdirty = 1
- spdirtyn = 1
- end
- i = 15
- cumres_idx = arrpos('sparrloc',i)
- if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
- dynamic $cumdescribe
- if swallow >= 10 and sparrage[cumres_idx] < 5:
- $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>'
- else
- $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>'
- end
- cumloc[15] = 1
- spdirty = 1
- spdirtyn = 1
- end
- i = 16
- cumres_idx = arrpos('sparrloc',i)
- if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
- dynamic $cumdescribe
- if swallow >= 10 and sparrage[cumres_idx] < 5:
- $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>'
- else
- $stat_msg += '<BR><b><font color="red"><<$cumres[''name'']>>''s <<$cumres[''desc'']>>sperm is smeared in your hair.</a></font></b>'
- end
- cumloc[16] = 1
- spdirty = 1
- spdirtyn = 1
- spdirtyv = 1
- end
- i = 17
- cumres_idx = arrpos('sparrloc',i)
- if cumres_idx >= 0 and sparrvol[cumres_idx] > 0:
- dynamic $cumdescribe
- if sparrage[cumres_idx] < 1:
- $cumtemp = 'freshly buried'
- elseif sparrage[cumres_idx] < 13:
- $cumtemp = 'buried'
- elseif sparrage[cumres_idx] <= 48:
- $cumtemp = 'marinating'
- else
- $cumtemp = 'rotting'
- end
- if cumcondslip_deep > (pcs_vag / 2):
- $cumtemp += ' deep'
- end
- if cumcondslip_aware > 0:
- $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>'
- end
- cumloc[17] = 1
- end
- end
- !{should kill all temp values}
- cumres_idx = 0
- cumfrot = 0
- cumpussy = 0
- cumbelly = 0
- cumass = 0
- cumlip = 0
- cumface = 0
- cumanus = 0
- if $clothingworntype = 'nude' and lactatemess > 0:
- if lactatemess < 3:
- $stat_msg += '<BR><font color = black>You have a little milk residue around your nipples.</font>'
- elseif lactatemess < 7:
- $stat_msg += '<BR><font color = black>You have a lot of milk residue around your nipples.</font>'
- else
- $stat_msg += '<BR><font color = black>Your breasts are drenched with milk residue.</font>'
- end
- elseif lactatemess > 0:
- if lactatemess < 3:
- $stat_msg += '<BR><font color = black>You have tiny wet spots on your clothes above your nipples.</font>'
- elseif lactatemess < 7:
- $stat_msg += '<BR><font color = black>Milk has soaked through your clothes and made visible circles on your breasts.</font>'
- else
- $stat_msg += '<BR><font color = black>Your shirt is drenched with milk from your breasts.</font>'
- end
- end
- if Gerpes >= 10:
- $stat_msg += '<BR><b><font color="red">On your pussy sores have appeared. This is genital herpes.</font></b>'
- elseif Gerpes >= 5:
- $stat_msg += '<BR><b><font color="red">Your pussy is flushed and highly itchy. This is genital herpes.</font></b>'
- elseif Gerpes >= 3:
- $stat_msg += '<BR><b><font color="red">On your lips sores. All signs of genital herpes.</font></b>'
- end
- if Gerpes >= 20:$stat_msg += '<BR> <b><font color="red">The sores also cover your ass.</font></b>'
- if Sifilis >= 50:
- $stat_msg += '<BR><b><font color="red">Syphilitic rashes cover your whole body.</font></b>'
- elseif Sifilis >= 21:
- $stat_msg += '<BR><b><font color="red">You have a single big, hard sore on the lip.</font></b>'
- end
- 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>'
- if Kandidoz > 30:$stat_msg += '<BR><b><font color="red">You have thrush.</font></b>'
- 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>'
- 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>'
- if fingal > 0:$stat_msg += '<BR><b><font color="red">You have a black eye.</font></b>'
- ! WD: Bimbo look
- if bimbolevel > 0: $stat_msg += '<BR><<$bimbostatus>>'
- if tanga = 1 and $clothingworntype = 'nude':
- $stat_msg += '<BR><b><font color = red>You are only wearing your panties and your boobs sway invitingly as you walk</font></b>'
- elseif tanga= 1 and PCloBimbo = 1:
- $stat_msg += '<BR><b><font color = #FF00FF>You are dressed as a bimbo</font></b>'
- elseif tanga = 0:
- if CloStyle = 4:
- $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>'
- elseif PCloBimbo = 1 or bimbolevel > 0 and PCloSkirt > 3:
- $stat_msg += '<BR><b><font color = #FF00FF>You like, totally forgot to put on any panties. You are such a bimbo.</font></b>'
- elseif PCloSkirt > 3:
- $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>'
- elseif $clothingworntype ! 'nude':
- $stat_msg += '<BR><b><font color="red">You are not wearing panties.</font></b>'
- elseif towel = 1:
- $stat_msg += '<BR><b><font color = red>Your naked body is covered only by a short towel.</font></b>'
- elseif $clothingworntype = 'nude' and pcs_exhibition < 5:
- $stat_msg += '<BR><b><font color = red>You are completely naked, and it makes you feel nervous and ashamed.</font></b>'
- elseif $clothingworntype = 'nude' and pcs_exhibition < 20:
- $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>'
- elseif $clothingworntype = 'nude' and pcs_exhibition >= 90:
- $stat_msg += '<BR><b><font color = blue>You are completely naked, which is far better than having to wear clothes.</font></b>'
- elseif $clothingworntype = 'nude':
- $stat_msg += '<BR><b><font color = #FF00FF>You are completely naked. It''s exciting and you feel tingly inside.</font></b>'
- end
- end
- $stat_msg += '<BR>'
- if mosol >= 50:
- $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>'
- elseif mosol >= 30:
- $stat_msg += '<BR><b><font color="red">Your pussy is flushed and itchy, it seems to be from rubbing against your clothing.</font></b>'
- end
- if analplugIN = 1:$stat_msg += '<BR><b><font color="red">You have a butt plug inserted in your ass.</font></b>'
- if vibratorin = 1:$stat_msg += '<BR><b><font color="red">You have a vibrator inserted in your vagina.</font></b>'
- $stat_msg += '<BR>'
- if young_shop_work = 1:
- if hour = 15 and minut <= 5 and week < 6 and inWorkYoungShop = 0:
- 'You are late for work at Pussy-Cats.'
- elseif hour = 15 and week < 6 and inWorkYoungShop = 0 and misscheck ! daystart:
- misscheck = daystart
- young_shop_miss += 1
- $stat_msg += '<BR><b><font color="red">You missed work.</font></b>'
- elseif (hour = 14 or hour = 13) and week < 6:
- $stat_msg += '<BR><b><font color="red">By 15:00 you have to be at work in the shop Pussy-Cats.</font></b>'
- end
- end
- if workrin = 1:
- if week = 2 or week = 4 or week = 6:
- if hour = 7:$stat_msg += '<BR><b><font color="red">At 8 c''clock you start work on the market.</font></b>'
- if hour = 8:$stat_msg += '<BR><b><font color="red">You need to work on the market now.</font></b>'
- end
- end
- if frost > 0:
- if frost <= 5:
- $stat_msg += '<BR><b><font>You are a little chilly.</font></b>'
- elseif frost < 11:
- $stat_msg += '<BR><b><font color="red">You are cold.</font></b>'
- else
- $stat_msg += '<BR><b><font color="red">You are freezing.</font></b>'
- end
- end
- if sick > 0:
- if sick = 1:
- $stat_msg += '<BR><b><font color="red">This is not good, a tickle in the throat and a little runny nose.</font></b>'
- elseif sick < 24:
- $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>'
- elseif sick < 48:
- $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>'
- elseif sick < 72:
- $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>'
- else
- $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>'
- end
- end
- if hypnoAddict > 0:
- if hypnoWithdrawal = 1:
- if missCum >= timeTresh:
- $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>'
- else
- $stat_msg += '<BR><b><font color="red">You feel like talking to your therapist. You miss your sessions.</font></b>'
- end
- elseif hypnoWithdrawal = 2:
- if missCum >= timeTresh:
- $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>'
- else
- $stat_msg += '<BR><b><font color="red">You need to talk to your therapist. You feel unbalanced without your sessions.</font></b>'
- end
- else
- 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>'
- end
- end
- if $mudnerd ! '':$stat_msg += '<BR><<$mudnerd>>'
- if housr = 1:
- $streetev_home = 'your apartment'
- elseif tanwork = 1:
- $streetev_home = 'Tanya''s apartment'
- elseif student > 0:
- $streetev_home = 'your dorm'
- else
- $streetev_home = 'the train station'
- end
- if hour < meethour and svidanieA = 1:$stat_msg += '<BR><<$boydescA>> will be waiting for you near <<$streetev_home>> at <<meethour>>:00.'
- if hour = meethour and svidanieA = 1:$stat_msg += '<BR><b><font color="red"><<$boydescA>> is waiting for you by <<$streetev_home>>.</font></b>'
- if meetday < daystart and svidanieA = 1:bfA -= 10 & svidanieA = 0
- if StrongNarkota > 20:$stat_msg += '<BR><b><font color="red">You are stoned.</font></b>'
- if alko > 0:
- if alko < 3:$stat_msg += '<BR><b><font color="red">You''re a little dizzy.</font></b>'
- if alko >= 3 and alko < 6:$stat_msg += '<BR><b><font color="red">You''re drunk.</font></b>'
- if alko >= 6:$stat_msg += '<BR><b><font color="red">You''re wasted.</font></b>'
- end
- if StoryLine = 1:
- 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.'
- 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.'
- 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.'
- 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>'
- end
- if model > 0 and modelmon = month:
- $stat_msg += '<BR><b>You worked as a model this month.</b>'
- elseif model > 0 and modelmon ! month:
- $stat_msg += '<BR><b>You can work as a model this month.</b>'
- end
- if pornstack > 0:
- aa = 0
- :pfilmtime
- if aa < 200 and pfilmday[aa] = 0: aa += 1 & jump 'pfilmtime'
- end
- if pornstack > 0 and pfilmday[0] = 0:
- if pfilmday[1] = 0:
- $stat_msg += '<br><b>You will star in another porno in <<aa>> days.</b>'
- else
- $stat_msg += '<br><b>You have a porno shoot scheduled tomorrow.</b>'
- end
- end
- if pfilmday[0] > 0:
- if pornnow = 1:
- $stat_msg += '<br><b>You are at a porn shooting.</b>'
- else
- if hour < 11: $stat_msg += '<br><b>You are expected in the porno studio at 10:00.</b>'
- if hour >= 11 and hour < 13: $stat_msg += '<br><b>You should be at the porno studio, shooting!</b>'
- if hour >= 13: $stat_msg += '<br><b>You missed a scheduled porno shoot!</b>'
- end
- end
- if pornmiss = 1: $stat_msg += '<br><b>You missed a scheduled porno shoot!</b>'
- if prodcosttrue > 0: $stat_msg += '<br><b>You owe to the porn studio <<prodcost>>?</b>'
- if firstkasting > 0 and pfilmNO < 1 and pornstack < 10: $stat_msg += '<br><b>You can contract to <<10-pornstack>> porno movie.</b>'
- 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>'
- 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>'
- 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>'
- 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>'
- 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>'
- 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>'
- if leonidVisit = 1: $stat_msg += '<br><b>You have to serve Leonid at 20:00 in his Pavlovsk office!</b>'
- gs 'brother', 'brotherSexCount'
- !!zero checks marriage
- proverka1 = 0
- proverka2 = 0
- proverka3 = 0
- proverka4 = 0
- proverka5 = 0
- if boletus + bilberry > 0:
- if boletus + bilberry >= 10:
- $stat_msg +='<br><b><font color = Olive>You have a full basket.</b></font> '
- else
- $stat_msg +='<br><b>In Your basket</b>:'
- end
- if boletus > 0:$stat_msg +='mushrooms: <b><<boletus>></b> kg.'
- if bilberry > 0:$stat_msg +='berries: <b><<bilberry>></b> kg.'
- end
- if Enable_statfsize > 0: $stat_msg += '<BR></font>' & !disable this, all texts comes from pl will have the same font size, like[time]
- if Enable_faceturn = 1: view FUNC('$face_image')
- if Enable_Android = 0:
- pl '<<$stat_msg>>'
- else
- '<<$stat_android>>'
- $stat_msg = 'Android mode, <a href="exec:gs ''$menu_obnovit''">Refresh</a><<$stat_msg>>'
- end
- --- stat_display ---------------------------------
|