'
''
'General Statistics'
*nl
if opPRE = 0: 'It has been <> days since the game started.'
*nl
if SchoolAtestat = 0 and StoryLine > 0:
if pcs_grades >= 90:
'You''re an A+ student.'
elseif pcs_grades >= 80:
'You''re a bright student, just not the top of your class.'
elseif pcs_grades >= 70:
'You''re an above average student, but you have to work hard to keep up.'
elseif pcs_grades >= 60:
'You''re the typical average student. You''re good in the fields you like, but can''t be bothered with the rest.'
elseif pcs_grades >= 50:
'You''re not very good in school, you wish you could be somewhere else and your grades show it.'
elseif pcs_grades >= 40:
'You''re not cut out for school, you skip out most of the time. You wonder how you''re going to manage to get passing grades.'
else
'You''re the class nitwit. You''re still not sure how you got this far in the first ace.'
end
if schoolprogul > 1: 'Absenteeism in school - <> days'
end
*nl
if (home_owned[1] = 1 and ArendHouseSL > 0) or (home_owned[4] > 0 and ArendHouseSL4 > 0):
*nl
if home_owned[1] = 1 and home_owned[4] > 0:
'You have rented an apartment in the city residential area, which is paid up for <> days, and you also have an apartment in Pushkin, which is paid up for <> days. Utilities are due on the 25th of <<$month>>.'
elseif home_owned[1] = 1:
'You have rented an apartment in the city residential area, and you''re paid up for <> days. Utilities are due on the 25th of <<$month>>.'
elseif home_owned[4] > 0:
'You have rented an apartment in Pushkin, and you''re paid up for <> days. Utilities are due on the 25th of <<$month>>.'
end
if home_owned[1] = 1:
if karta >= home_rent[1] or money >= home_rent[1] or money + stolmoney >= home_rent[1] or karta + bankDebtLimit >= home_rent[1]:
*nl
*p 'The monthly rent for your city apartment is <> ₽. '
if karta >= home_rent[1]:
!From bank
*p 'You can make an advance payment from your bank account.'
elseif money >= home_rent[1]:
!From cash
*p 'You can make an advance payment from your on-hand cash.'
*nl
elseif stolmoney >= home_rent[1]:
!From drawer
*p 'You can make an advance payment from the cash you have in your stash drawer.'
*nl
elseif money + stolmoney >= home_rent[1]:
!From cash and drawer
*p 'You can make an advance payment from your on-hand cash and the cash in your stash drawer.'
*nl
elseif karta + bankDebtLimit >= home_rent[1]:
!From bank and overdraw
*p 'You can make an advance payment from your bank account and overdraw facility.'
*nl
else
*p 'You can''t afford to make an advance payment right now, but you should try to have enough money in your account, so you don''t get evicted.'
*nl
end
end
end
if home_owned[4] > 0:
if karta >= home_rent[4] or money >= home_rent[4] or money + stolmoney >= home_rent[4] or karta + bankDebtLimit >= home_rent[4]:
*nl
*p 'The monthly rent for your Pushkin apartment is <> ₽. '
if karta >= home_rent[4]:
!From bank
*p 'You can make an advance payment from your bank account.'
*nl
elseif money >= home_rent[4]:
!From cash
*p 'You can make an advance payment from your on-hand cash.'
*nl
elseif stolmoney >= home_rent[4]:
!From drawer
*p 'You can make an advance payment from the cash you have in your stash drawer.'
*nl
elseif money + stolmoney >= home_rent[4]:
!From cash and drawer
*p 'You can make an advance payment from your on-hand cash and the cash in your stash drawer.'
*nl
elseif karta + bankDebtLimit >= home_rent[4]:
!From bank and overdraw
*p 'You can make an advance payment from your bank account and overdraw facility.'
*nl
else
*p 'You can''t afford to make an advance payment right now, but you should try to have enough money in your account, so you don''t get evicted.'
*nl
end
end
end
end
if kid = 1:
*nl
'You have 1 child:'
else
'You have <> children:'
end
if kid > 0:
k = 0
:kidloop
if k < kid:
gs 'obj_din','kidlist',k
k += 1
jump 'kidloop'
end
end
if workPTU > 1: 'Reputation as a teacher <>'
*nl
if npc_QW['A192'] > 0: 'Friendship with Nastya <>'
if npc_rel['A218'] > 0: 'Friendship with Tanya <>'
if npc_rel['A219'] > 0: 'Friendship with Kat <>'
if npc_rel['A220'] > 0: 'Friendship with Vika <>'
if npc_rel['A93'] > 0: 'Friendship with Ira <>'
if npc_rel['A43'] > 0: 'Friendship with Tamara <>'
if alla > 0: 'Friendship with Alla <>'
if masha > 0: 'Friendship with Masha <>'
if npc_rel['A41'] > 0: 'Friendship with Givi K. <>'
if npc_rel['A42'] > 0: 'Friendship with Ashot <>'
if Dmitry > 0: 'Friendship with Dima <>'
if afra > 0: 'Friendship with blacks <>'
if npc_rel['A69'] > 0:'Friendship with Mikhail Nikolaevich <>'
!!!WD: Formatting
if (npc_rel['A93'] + npc_rel['A41'] + npc_rel['A42'] + npc_rel['A43'] + afra + gosh + npc_rel['A220'] + npc_rel['A219'] + npc_QW['A192'] + npc_rel['A218']) > 0:*nl
*nl
if KikWinPro > 0 or KikLossPro > 0 or KikDrawPro > 0:
'Professional Kickboxing Record:Win (Victory KO) - Loss (Defeat KO) - Draw'
'<> (<>KO) - <> (<>KO) - <>'
end
if Win > 0 or Loss > 0: 'Wins in fights <>, losses in fights <>' & *nl
if razradKik > 0: '<<$razradKik>>'
if KikWinAm > 0 or KikLossAm > 0 or KikDrawAm > 0:
'Amateur Kickboxing Record: Wins: <> (<> by KO) - Losses: <> (<> by KO) - Draws: <>'
*nl
end
if razradKik > 0:
if razradKik = 1:$razradKik = 'You have earned green sash(rank 4) in kickboxing'
if razradKik = 2:$razradKik = 'You have earned purple sash(rank 5) in kickboxing'
if razradKik = 3:$razradKik = 'You have earned blue sash(rank 6) in kickboxing'
if razradKik = 4:$razradKik = 'You have earned brown sash(rank 7) in kickboxing'
if razradKik = 5:$razradKik = 'You have earned black sash, 1st dan in kickboxing'
*nl
end
if kolsorev > 0: 'You have run in <> races'
if swinbeg >= 1: 'You have <> trophies from local racing competitions'
if bronzebeg > 0: '<> - bronze medals for running'
if silverbeg > 0: '<> - silver medals for running'
if goldbeg > 0: '<> - gold medals for running'
if razradbegEB > 0: '<> times bronze medalist at European Championship'
if razradbegES > 0: '<> runner up at European Championship'
if razradbegEG > 0: '<> times European champion.'
if razradbegIB > 0: '<> times bronze medalist at World Championship'
if razradbegIS > 0: '<> runner up at World Championship'
if razradbegIG > 0: '<> times World champion'
if razradbeg > 0:
if razradbeg = 1: 'You have third sports category for event'
if razradbeg = 2: 'You 2nd sports category for event'
if razradbeg = 3: 'You 1st sports category for event'
if razradbeg = 4: 'You have the title of Candidate Master of Sports for event'
if razradbeg = 5: 'You have the title of Master of Sports in the run'
if razradbeg >= 6: 'You have the title of International Master of Sports for event'
*nl
end
if chess_win > 0 or chess_loss > 0:'Chess Record: Win <>, Loss <>'
if chess_rank > 0:
if chess_rank = 1:'You have mastered the basics of chess'
if chess_rank = 2:'You''re starting to get good at chess'
if chess_rank = 3:'You''re a good chess player'
if chess_rank = 4:'You''re an excellent chess player'
if chess_rank = 5:'You''re a candidate for chess master'
if chess_rank = 6:'You''re a chess master'
if chess_rank = 7:'You''re a chess Grandmaster'
end
if chess_world_rank > 0:
if chess_world_rank = 1:'The title of FIDE Master Chess'
if chess_world_rank = 2:'The title of International Chess Master'
if chess_world_rank = 3:'The title of International Grandmaster Chess'
end
*nl
!!!
if modelfoto > 0:
'Modelling Statistics'
*nl
'<> - Number of times you have worked as a model'
'<> - The amount of money you''ve made modelling'
if modelfoto_fashion > 0: '<> - Number of fashion shoots you have participated in'
if modelfoto_ero_clo > 0: '<> - Number of erotic clothing shoots you have participated in'
if modelfoto_bikini > 0: '<> - Number of swimsuit shoots you have modelled in'
if modelfoto_lingerie > 0: '<> - Number of lingerie shoots you have participated in'
if modelfoto_nip > 0: '<> - Number of times your nipples have been visible as a model'
if modelfoto_topless > 0: '<> - Number of shoots where you have been topless'
if modelfoto_nude > 0: '<> - Number of nude modelling shoots you have participated in'
if modelfoto_pussy > 0: '<> - Number of shoots your vagina has been visible'
*nl
end
if slavafuck > 0:'You have let Borislav fuck you <> times'
if slava_bj > 0:'You have given Borislav <<$slava_bj>> blowjobs'
if maxdamage > 0: 'The impact force on the dynamometer <> kgN' & *nl
if stripdancesum > 0 and hidden_stripdancesum = 0:
'You have danced <> times in the stripclub'
elseif stripdancesum = 0 and hidden_stripdancesum > 0:
'You have danced <> times in the stripclub, but you do nor remember it'
elseif stripdancesum > 0 and hidden_stripdancesum > 0:
'You have danced <> times in the stripclub, but you only remember <> times'
end
if profiDanceTime > 0: 'You danced <> times professionally.'
if SchoolAtestat = 1: 'You have finished school.'
if diplom = 1: 'You graduated.'
if teachlevel > 0: 'Your credibility as a teacher is <>'
!WD:FORMATING
if (maxdamage + stripdancesum + profiDanceTime + SchoolAtestat + diplom + teachlevel) > 0:*nl
' | '
'Sex Statistics'
*nl
!Sex stats
if mastr > 0 or stat['mast'] > 0: 'Times you have masturbated: <>'
if stat['porn'] > 0: 'Times you have watched porn: <>'
if stat['flashlite'] > 0 or stat['flash'] > 0: 'Times you have flashed: <>'
if stat['voyeur'] > 0: 'Times you have watched other people fuck: <>'
if spank > 0: 'You have had your ass spanked <> times'
temp = func('shortgs','guy')
if guy+temp > 0 and hidden_guy = 0:
'You had sex with <> guys.'
elseif guy+temp = 0 and hidden_guy > 0:
'You had sex with <> guys, but you do not have any recollection of it. You still think of yourself as a virgin.'
elseif guy+temp > 0 and hidden_guy > 0:
'You had sex with <> guys, but you know only about <> of them.'
end
temp = func('shortgs','girl')
if girl+temp > 0 and hidden_girl = 0:
'You had sex with <> girls.'
elseif girl+temp = 0 and hidden_girl > 0:
'You had sex with <> girls, but you do not have any recollection of any of it.'
elseif girl+temp > 0 and hidden_girl > 0:
'You had sex with <> girls, but you know only about <> of them.'
end
if divorced > 0: 'You were married <> times.'
if suprdolg > 0: 'You performed your conjugal duty for your husband <> times'
if rape > 0 and hidden_rape = 0:
'You have been raped <> times'
elseif rape = 0 and hidden_rape > 0:
'You have been raped <> times, but you do not remember any of it'
elseif rape > 0 and hidden_rape > 0:
'You have been raped <> times, but you only remember <> of them'
end
if slutty > 0 or hidden_slutty > 0:
if bordelslutty = 0: 'Sold your body <> times.'
if bordelslutty > 0: 'Sold your body <> times, including <> times in a brothel.'
if hidden_slutty > 0: 'Sold your body <> times, and gave all the money to your therapist. You do not remember any of it.'
end
if orgasm > 0: 'Experienced orgasm <> times.'
if analorgasm > 0 : 'You''ve had <> anal orgasms.'
if swallow > 0: 'Sperm swallowed <> times.'
if facial > 0: 'You have taken <> facials.'
if frot > 0 or hump > 0: 'Your clothes have been come on <> times.'
if zoo > 0: 'Had sex with animals <> times.'
if pee > 0: 'You pissing <> times.'
if swallowpee > 0: 'You swallowed urine <> times.'
!!!WD:FORMATING
if (slutty + pfilmSTOP + film + orgasm + analorgasm + swallow + facial + frot + zoo + pee) > 0:*nl
!!!
gs 'obj_din', 'husb_cheat_count'
if hj > 0 or stat['hj'] > 0 or stat['hidden_hj'] > 0:
'Jerked men off (known/unknown): <>/<>'
if hja > 0: 'Jerked off your boyfriend: <>'
end
if stat['footjob'] > 0 or stat['hidden_footjob'] > 0: 'Jerked men off with your feet (known/unknown): <>/<>'
if bj > 0 or stat['bj'] > 0 or stat['hidden_bj'] > 0:
'Sucked cock (known/unknown): <>/<>'
if bja > 0: 'Sucked your boyfriends cock: <>'
if gloryhole > 0 or hidden_gloryhole > 0: 'Sucked cock in a gloryhole (known/unknown): <>/<>'
end
if sex > 0 or stat['vaginal'] > 0 or stat['hidden_vaginal'] > 0: 'Vaginal sex (known/unknown): <>/<>'
if sexa > 0: 'Vaginal sex with your boyfriend: <>'
if (pcs_cp_safe_known + pcs_cp_notsafe_known + pcs_cp_risky_known) > 0:
' Known vaginal creampies:'
if pcs_cp_safe_known > 0:' Safe: <>'
if pcs_cp_notsafe_known > 0:' Likely safe: <>'
if pcs_cp_risky_known > 0:' Risky: <>'
end
if (pcs_cp_safe_unknown + pcs_cp_notsafe_unknown + pcs_cp_risky_unknown) > 0:
' Unknown vaginal creampies:'
if pcs_cp_safe_unknown > 0:' Safe: <>'
if pcs_cp_notsafe_unknown > 0:' Likely safe: <>'
if pcs_cp_risky_unknown > 0:' Risky: <>'
end
if lesbian > 0 or hidden_lesbian > 0:
if hidden_lesbian = 0: 'Lesbian sex (known/unknown): <>/<>'
end
if futa > 0 or hidden_futa > 0: 'Sex with tgirls (known/unknown): <>/<>'
if anal > 0 or stat['anal'] or stat['hidden_anal']:
'Anal sex (known/unknown): <>/<>'
if anala > 0: 'Anal sex with your boyfriend: <>'
end
if pcs_acp_known > 0: ' Known anal creampies: <>'
if pcs_acp_unknown > 0: ' Unknown anal creampies: <>'
if gang > 0 or hidden_gang > 0: 'Group sex (known/unknown): <>/<>'
if kuni > 0 or stat['cuni'] > 0: 'Received cunnilingus: <>'
if stat['vaginal_finger'] > 0: 'Fingered: <>'
if stat['vaginal_fist'] > 0: 'Fisted: <>'
if stat['vaginal_dildo'] > 0: 'Fucked a dildo: <>'
if stat['vaginal_strap'] > 0: 'Fucked with a strap-on: <>'
if stat['vaginal_vibe'] > 0: 'Clitoral / Vaginal vibrator: <>'
if stat['trib'] > 0: 'Tribalism: <>'
if stat['anal_finger'] > 0: 'Anally fingered: <>'
if stat['anal_fist'] > 0: 'Anally fisted: <>'
if stat['rimming'] > 0: 'Ass rimmed: <>'
if stat['anal_dildo'] > 0: 'Anal sex with a dildo: <>'
if stat['anal_strap'] > 0: 'Ass fucked with a strap-on: <>'
if stat['anal_vibe'] > 0: 'Anal vibrator: <>'
if stat['cuni_give'] > 0: 'Performed cunnilingus: <>'
if stat['vaginal_finger_give'] > 0: 'Fingered a girl: <>'
if stat['vaginal_fist_give'] > 0: 'Fisted a girl: <>'
if stat['vaginal_dildo_give'] > 0: 'Dildoed a girl: <>'
if stat['vaginal_strap_give'] > 0: 'Strap-on fucked a girl: <>'
if stat['vaginal_vibe_give'] > 0: 'Used vibrator on a girl: <>'
if stat['rimming_give'] > 0: 'Rimmed someone: <>'
if stat['anal_finger_give'] > 0: 'Fingered someone else''s ass: <>'
if stat['anal_fist_give'] > 0: 'Fisted someone else''s ass: <>'
if stat['anal_dildo_give'] > 0: 'Dildoed someone else''s ass: <>'
if stat['anal_vibe_give'] > 0: 'Used a vibrator on someone else''s ass: <>'
if stat['anal_strap_give'] > 0 or stat['anal_strap_give'] > 0: 'Fucked someone else''s ass with a strap-on: <>'
' | '
'Fetish Statistics'
*nl
'Feet preference: <>'
'Foot jobs / worship: <>'
'Deepthroat preference: <>'
'Deepthroated: <>'
'Group preference: <>'
'Group sex: <>'
'Gangbang preference: <>'
'Gangbangs: <>'
'Humiliation preference: <>'
'Humiliation experiences: <>'
'Prostitution preference: <>'
'Prostituted yourself: <>'
'Bondage preference: <>'
'Bondage play: <>'
'Masochism preference: <>'
'Masochism experiences: <>'
'Bestiality encounters: <>'
'Bestiality experience: <>'
'Rough sex preference: <>'
'Rough sex: <>'
'Incest preference: <>'
'Incestuous sex: <>'
' |