# Cheatmenu_din
!All the active dynamics for the cheat menu are here
$cheatmenu['empty'] = {
!Yes, intentionally empty, do not remove it
}
$cheatmenu['work'] = {
if cheatWork = 0:
cheatWork = 1
dynamic $cheatmenu['permanent']
exit
elseif cheatWork = 1:
cheatWork = 0
dynamic $cheatmenu['permanent']
end
}
$cheatmenu['hair'] = {
if cheatHapri = 0:
cheatHapri = 1
dynamic $cheatmenu['permanent']
exit
elseif cheatHapri = 1:
cheatHapri = 0
dynamic $cheatmenu['permanent']
end
}
$cheatmenu['enema'] = {
if cheatKlisma = 0:
cheatKlisma = 1
dynamic $cheatmenu['permanent']
exit
elseif cheatKlisma = 1:
cheatKlisma = 0
dynamic $cheatmenu['permanent']
end
}
$cheatmenu['nomakeup'] = {
if cheatNomakeup = 0:
cheatNomakeup = 1
dynamic $cheatmenu['permanent']
exit
elseif cheatNomakeup = 1:
cheatNomakeup = 0
dynamic $cheatmenu['permanent']
end
}
$cheatmenu['nosweat'] = {
if cheatNosweat = 0:
cheatNosweat = 1
dynamic $cheatmenu['permanent']
exit
elseif cheatNosweat = 1:
cheatNosweat = 0
dynamic $cheatmenu['permanent']
end
}
$cheatmenu['noEat'] = {
if cheatNoEat = 0:
cheatNoEat = 1
dynamic $cheatmenu['permanent']
exit
elseif cheatNoEat = 1:
cheatNoEat = 0
dynamic $cheatmenu['permanent']
end
}
$cheatmenu['noSleep'] = {
if cheatNoSleep = 0:
cheatNoSleep = 1
dynamic $cheatmenu['permanent']
exit
elseif cheatNoSleep = 1:
cheatNoSleep = 0
dynamic $cheatmenu['permanent']
end
}
$cheatmenu['health'] = {
if cheatHealth = 0:
cheatHealth = 1
dynamic $cheatmenu['permanent']
exit
elseif cheatHealth = 1:
cheatHealth = 0
dynamic $cheatmenu['permanent']
end
}
$cheatmenu['Bandit'] = {
if cheatBandit = 0:
cheatBandit = 1
dynamic $cheatmenu['permanent']
exit
elseif cheatBandit = 1:
cheatBandit = 0
dynamic $cheatmenu['permanent']
end
}
$cheatmenu['age'] = {
:tooyoung
age = year - ((pcs_dob - (pcs_dob mod 10000)) / 10000)
if ((month * 100) + day) <= pcs_dob mod 10000: age -= 1
if age < 15: pcs_dob -= 10000 & jump 'tooyoung'
dynamic $cheatmenu['looks']
}
$cheatmenu['visualage'] = {
vidage = input("For how many years you want to look?")
if vidage <= 14: vidage = 14
dynamic $cheatmenu['looks']
}
$cheatmenu['money'] = {
money = input("How much money do you want to have?")
if money < 0:money = 0
dynamic $cheatmenu
}
$cheatmenu['bodyMod'] = {
dounspell = 1
TaliaDoun = input ("Waist in cm?")
if TaliaDoun <= 0:TaliaDoun = 20
bedraDoun = input ("Hips in cm?")
if bedraDoun <= 0:bedraDoun = 40
}
$cheatmenu['addict'] = {
if NarkImmune = 0:
NarkImmune = 1
dynamic $cheatmenu['permanent']
exit
elseif NarkImmune = 1:
NarkImmune = 0
dynamic $cheatmenu['permanent']
end
}
$cheatmenu['slutshot'] = {
if cheatSlut = 0:
cheatSlut = 1
cycle = 6
dynamic $cheatmenu['permanent']
exit
elseif cheatSlut = 1:
cheatSlut = 0
cycle = 0
dynamic $cheatmenu['permanent']
end
}
$cheatmenu['Vibrator'] = {
if cheatVib = 0:
cheatVib = 1
dynamic $cheatmenu['permanent']
elseif cheatVib = 1:
cheatVib = 0
dynamic $cheatmenu['permanent']
end
}
$cheatmenu['permanent'] = {
gs'stat'
clr
if cheatWork = 0:$cheatWork = 'OFF'
if cheatWork = 1:$cheatWork = 'ON'
if cheatHapri = 0:$cheatHapri = 'OFF'
if cheatHapri = 1:$cheatHapri = 'ON'
if cheatKlisma = 0:$cheatKlisma = 'OFF'
if cheatKlisma = 1:$cheatKlisma = 'ON'
if cheatNomakeup = 0:$cheatNomakeup = 'OFF'
if cheatNomakeup = 1:$cheatNomakeup = 'ON'
if cheatNosweat = 0:$cheatNosweat = 'OFF'
if cheatNosweat = 1:$cheatNosweat = 'ON'
if cheatNoEat = 0:$cheatNoEat = 'OFF'
if cheatNoEat = 1:$cheatNoEat = 'ON'
if cheatNoSleep = 0:$cheatNoSleep = 'OFF'
if cheatNoSleep = 1:$cheatNoSleep = 'ON'
if cheatHealth = 0:$cheatHealth = 'OFF'
if cheatHealth = 1:$cheatHealth = 'ON'
if NarkImmune = 0:$NarkImmune = 'OFF'
if NarkImmune = 1:$NarkImmune = 'ON'
if cheatSlut = 0:$cheatSlut = 'NO'
if cheatSlut = 1:$cheatSlut = 'YES'
if cheatVib = 0:$cheatVib = 'NO'
if cheatVib = 1:$cheatVib = 'YES'
if cheatBandit = 0:$cheatBandit = 'NO'
if cheatBandit = 1:$cheatBandit = 'YES'
pl'
Cheat menu'
pl''
pl'More than one job is possible: <<$cheatWork>>'
pl'Always combed: <<$cheatHapri>>'
pl'Always do an enema: <<$cheatKlisma>>'
pl'Cosmetics never smeared: <<$cheatNomakeup>>'
pl'Never sweat: <<$cheatNosweat>>'
pl'Never eat or drink: <<$cheatNoEat>>'
pl'Never sleep: <<$cheatNoSleep>>'
pl'Disable STDs: <<$cheatHealth>>'
pl'Never get addicted: <<$NarkImmune>>'
if Enable_sforma = 1:
pl' Allow any clothing for school: ON'
else
pl' Allow any clothing for school: OFF'
end
pl''
pl'Sober'
pl'Fluster'
pl'Intoxicated'
pl'Strongly drunk'
pl'Drunk in dyminu'
pl'Enable sleeping with vibrator inserted: <<$cheatVib>>'
pl'Bandit always horny: <<$cheatBandit>>'
pl''
pl'Excite'
pl'Soothe'
pl'Body Modification'
pl''
pl'Slut shot: Turn off pregnancy and periods: <<$cheatSlut>>'
pl''
if Enable_autotampon = 1:
pl' Automatic cheat on Tampon: ON'
else
pl' Automatic cheat on Tampon: OFF'
end
pl''
if Enable_nodream > 0:
pl'No dream chance: <>%, ON'
else
pl'No dream chance: OFF'
end & !1.2.3 new function
if Enable_skipnoevclass > 0:
pl'Only allow Class event with (Anatoly E.), with chance : <>%, ON'
else
pl'Only allow Class event with (Anatoly E.): OFF'
end
nl
pl'WARNING:some events need cum/sweat/non-Virgin to trigger. These cheat may cause bug'
!{
if Enable_clearcum = 1:
pl' Clean cum Instantly: ON'
else
pl' Clean cum Instantly: OFF'
end
if Enable_fbreath = 1:
pl' Always breath fresh: ON'
else
pl' Always breath fresh: OFF'
end
!remove them, add later after OOx system done
if Enable_clearwrite = 1:
pl' Clean body write Instantly: ON'
else
pl' Clean body write Instantly: OFF'
end
if Enable_lockhorny > 0:
pl'Lock arousal: Set horny value, Lock is currently ON'
else
pl'Lock arousal: Lock is currently OFF'
end
if Enable_Hymenrestore = 1:
pl' Restore Hymen Instantly: ON'
else
pl' Restore Hymen Instantly: OFF'
end
if Enable_tightrestore = 1:
pl' Tighten Instantly: ON'
else
pl' Tighten Instantly: OFF'
end
}
}
$cheatmenu['avatar_hair_set'] = {
$av_hair = input("Input your custom hair:")
if $av_hair='':exit
avatar_hair = 1
dynamic $cheatmenu['looks']
}
$cheatmenu['rename'] = {
$pcs_firstname = input("What is your first name? (Leave blank for default)")
if $pcs_firstname = '':$pcs_firstname = 'Svetlana'
$pcs_lastname = input("What is your last name? (Leave blank for default)")
if $pcs_lastname = '':$pcs_lastname = 'Lebedev'
!!!0.2.6 addition
$pcs_nickname = input("What is your nickname? (Note: If you chose a custom name, you have to enter something here!)")
if $pcs_nickname = '':$pcs_nickname = 'Sveta'
}
$cheatmenu['looks'] = {
gs'stat'
clr
pl'Cheat menu'
pl''
pl'<<$pcs_firstname>> <<$pcs_lastname>> (<<$pcs_nickname>>). Rename'
if player_avatar = 1:
pl' Custom Avatar: ON'
else
pl' Custom Avatar: OFF'
end
if avatar_hair = 1:
pl'Custom Hair: ON'
pl'<<$av_hair>>'
else
pl'Custom Hair: OFF'
end
pl''
pl'Show design parameters of body'
pl'Show beauty parameters'
pl''
pl'You are (-1) <> (+1) years old'
pl''
pl'You look for <> years'
pl'Change Visible age'
pl''
pl 'You have <<$titsize>> breasts'
if tits => 0 and tits < 10:pl'Enlarge breasts(silicone)'
if silicone => 1:pl'Shrink breasts(silicone)'
if tits => 0 and tits < 10:pl'Enlarge breasts(natural)'
if nbsize => 1:pl'Shrink breasts(natural)'
pl''
pl'<<$lip>>'
if pcs_lip < 4:pl'Enlarge lips'
if pcs_lip > 0:pl'Shrink lips'
pl''
pl'<<$skin>>'
if pcs_skin < 100: pl'Improve skin'
if pcs_skin > 0: pl'Worsen skin'
if pcs_tan >= 0:pl'Become sunburnt'
if pcs_tan > 0:pl'Remove pcs_tan'
pl''
pl'<<$pcs_throat>>'
if pcs_throat <= 31:pl'Increase throat capacity'
if pcs_throat >= 5:pl'Decrease throat capacity'
if dounspell = 1:
pl''
pl'Hard Reset body shape'
end
pl''
pl'Go to page 2 Go to page 3'
}
$cheatmenu['looks2'] = {
gs'stat'
clr
pl'Cheat menu'
pl''
pl'<<$pcs_vag>>'
if pcs_vag > 0:pl'Reinstate virginity'
if pcs_vag <= 31:pl'Enlarge the vagina'
if pcs_vag >= 5:pl'Reduce the vagina'
pl 'Your vagina will shrink by <> every <> days.'
if vshrink < 10:pl'Increase the amount to shrink'
if vshrink > 0:pl'Reduce the amount to shrink'
if vshrinkdays < 10:pl'Increase the number of days it takes'
if vshrinkdays > 1:pl'Reduce the number of days it takes'
pl''
pl'<<$pcs_ass>>'
if pcs_ass <= 31:pl'Enlarge anus'
if pcs_ass >= 5:pl'Reduce the anus'
pl 'Your anus will shrink by <> every <> days.'
if ashrink < 10:pl'Increase the amount to shrink'
if ashrink > 0:pl'Reduce the amount to shrink'
if ashrinkdays < 10:pl'Increase the number of days it takes'
if ashrinkdays > 1:pl'Reduce the number of days it takes'
pl''
if dounspell = 0:
if fat ! 0: pl'Zero fat'
pl'Body Fat = (<>): -10 -5 -1 +1 +5 +10'
pl'Note: You need some Body Fat to survive, any value under 11 is clasified as "starving" and a value of 0 can lead to a Game Over.'
end
pl''
pl'Tattoo removal'
pl''
pl'Go to page 1 Go to page 3'
}
$cheatmenu['looks3'] = {
gs'stat'
clr
pl'Cheat menu'
pl''
pl'<<$hair>>'
if pcs_haircol =< 0:
pl'Your hair is now (prev) <<$pcs_haircol>> (next)'
elseif pcs_haircol > 0 and pcs_haircol < 3:
pl'Your hair is now (prev) <<$pcs_haircol>> (next)'
elseif pcs_haircol => 3:
pl'Your hair is now (prev) <<$pcs_haircol>> (next)'
end
if pcs_hairlng > 575:
pl'Hair length (<>) -100 -25 -5 +5'
elseif pcs_hairlng > 500 and pcs_hairlng =< 575:
pl'Hair length (<>) -100 -25 -5 +5 +25'
elseif pcs_hairlng =< 500 and pcs_hairlng => 100:
pl'Hair length (<>) -100 -25 -5 +5 +25 +100'
elseif pcs_hairlng < 100 and pcs_hairlng => 25:
pl'Hair length (<>) -25 -5 +5 +25 +100'
elseif pcs_hairlng < 100 and pcs_hairlng => 25:
pl'Hair length (<>) -5 +5 +25 +100'
elseif pcs_hairlng < 25:
pl'Hair length (<>) +5 +25 +100'
end
pl''
pl'<<$glaza>>'
if pcs_lashes < 2:pl'Enlarge lashes'
if pcs_lashes > 0:pl'Shrink lashes'
if pcs_eyesize < 3:pl'Increase the size of the eye'
if pcs_eyesize > 0:pl'Reduce the size of the eye'
if pcs_eyecol <= 0:
pl'Your eyes are now (prev) <<$pcs_eyecol>> (next)'
elseif pcs_eyecol > 0 and pcs_eyecol < 3:
pl'Your eyes are now (prev) <<$pcs_eyecol>> (next)'
elseif pcs_eyecol >= 3:
pl'Your eyes are now (prev) <<$pcs_eyecol>> (next)'
end
pl''
pl'Go to page 1 Go to page 2'
}
$cheatmenu['parameters'] = {
clr
pl'Cheat menu - Outward Appearance'
pl''
pl'Body Shape Parameters'
pl'<> - <> - <>, <<$titsize>> breasts, the difference between the hips and waist <> cm'
pl'Muscularity: musle = <>, salo = <>, fat = <>'
pl'Variable List:'
pl'agilbuf = <>'
pl'strenbuf = <>'
pl'vitalbuf = <>'
pl'weight (pcs_weight) = <>'
pl'bust (pcs_bust) = <>'
pl'band (pcs_band) = <>'
pl'waist (pcs_waist) = <>'
pl'hips (pcs_hips) = <>'
pl'bust - band (pcs_cupsize) = <>'
pl'silicone = <>'
pl'nbsize = <>'
pl'magicf2b = <>'
pl'genbsize = <>'
pl'vhips = <>'
pl'vhtmp = <>'
pl'wratio = <>'
pl'bratio = <>'
pl'hratio = <>'
pl'vofat = <>'
pl'salocatnow = <>'
pl'salocatlast = <>'
pl'magf2bdo = <>'
pl'mgf2bnocnt = <>'
pl'magtarcup = <>'
pl'normbuffpick = <>'
pl'nrmbfpckct = <>'
pl'btwarn = <>'
pl'salolast = <>'
}
$cheatmenu['vneshpara'] = {
clr
pl'Cheat menu - Outward Appearance'
pl''
pl 'Appearance Parameters'
pl 'vidage = <>'
pl 'pcs_lashes = <>'
pl 'pcs_eyesize = <>'
pl 'pcs_lip = <>'
pl 'pcs_apprncbase = <>'
pl 'PXCloThinness = <>'
pl 'PXCloTopCut = <>'
pl 'PXCloSkirtShortness = <>'
pl 'PXCloPantsShortness = <>'
pl 'CloAdjustedBeauty = <>'
pl 'mopkoef = <>'
pl 'pcs_hairbsh = <>'
pl 'lipbalmKoef = <>'
pl 'pcs_breath = <>'
pl 'sweatKoef = <>'
pl 'glassvnesh = <>'
pl 'dyevmod = <>'
pl 'hairkoef = <>'
pl 'legkoef = <>'
}
$cheatmenu['tatoo'] = {
gs'stat'
clr
pl'Cheat menu - Outward Appearance'
pl''
if tatarm = 0:pl'You do not have a tattoo on your arm'
if tatarm >= 1:pl'Remove your arm tattoo'
if tatass = 0:pl'You do not have a tattoo on your ass'
if tatass >= 1:pl'Remove your ass tattoo'
if tatback = 0:pl'You do not have a tattoo on your back'
if tatback >= 1:pl'Remove your back tattoo'
if tatblly = 0:pl'You do not have a tattoo on your belly'
if tatblly >= 1:pl'Remove your belly tattoo'
if tatbrst = 0:pl'You do not have a tattoo on your breast'
if tatbrst >= 1:pl'Remove your breast tattoo'
if tatchst = 0:pl'You do not have a tattoo on your chest'
if tatchst >= 1:pl'Remove your chest tattoo'
if tatfce = 0:pl'You do not have a tattoo on your face'
if tatfce >= 1:pl'Remove your face tattoo'
if tatankle = 0:pl'You do not have a tattoo on your ankle'
if tatankle >= 1:pl'Remove your ankle tattoo'
if tatleg = 0:pl'You do not have a tattoo on your leg'
if tatleg >= 1:pl'Remove your leg tattoo'
if tatlip = 0:pl'You do not have a tattoo on your lip'
if tatlip >= 1:pl'Remove your lip tattoo'
if tatneck = 0:pl'You do not have a tattoo on your neck'
if tatneck >= 1:pl'Remove your neck tattoo'
if tatvag = 0:pl'You do not have a public tattoo'
if tatvag >= 1:pl'Remove your pubic tattoo'
if tatlech = 0:pl'You do not have a tattoo on your shoulder'
if tatlech >= 1:pl'Remove your shoulder tattoo'
if tatside = 0:pl'You do not have a tattoo on your side'
if tatside >= 1:pl'Remove your the tattoo on your side'
if tatupb = 0:pl'You do not have a tramp stamp'
if tatupb >= 1:pl'Remove your tramp stamp'
if tatunder = 0:pl'You do not have an under breast tattoo'
if tatunder >= 1:pl'Remove your under breast tattoo'
if tatwrist = 0:pl'You do not have a tattoo on your wrist'
if tatwrist >= 1:pl'Remove your wrist tattoo'
}
$cheatmenu['stats'] = {
gs'stat'
clr
pl'Cheat menu'
pl''
pl 'Strength (<>): +1 +5 +10 -1 -5 -10'
pl 'Agility (<>): +1 +5 +10 -1 -5 -10'
pl 'Endurance (<>): +1 +5 +10 -1 -5 -10'
pl 'Intelligence (<>): +1 +5 +10 -1 -5 -10'
pl 'Mental Agility (<>): +1 +5 +10 -1 -5 -10'
pl 'Sprit (<>): +1 +5 +10 -1 -5 -10'
pl 'Charisma (<>): +1 +5 +10 -1 -5 -10'
pl 'Perception (<>): +1 +5 +10 -1 -5 -10'
if MagikDostup = 0: pl 'Magic (<>): +1 +5 +10 -1 -5 -10'
pl''
pl'Sexual:'
pl 'Exhibitionist level (<>): +1 +5 +10 -1 -5 -10'
pl''
pl'Combat:'
pl 'Jabs - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'Power - Strikes Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'Kicks - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'Defence - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'Marksmanship - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl''
pl'Craft:'
pl 'Singing - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'Tailoring - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'Instrumental - Music Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'Photography - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'Artistic - Skills Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl''
pl'Dance:'
pl 'Modern Dancing - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'Erotic Dancing - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'Pole Dancing - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl''
pl'Sport:'
pl 'Running - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'Volleyball - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'Ice Skating - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'Wrestling - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'Football - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl''
pl'Work:'
pl 'Serving - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'Modeling - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'Medicine - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl''
pl'Others:'
pl 'Chess - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'Gaming - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'People - skills Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'Persuasion - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'Observation - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'Makeup - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'Computer - Skill Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'Hacking - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl 'Handy-work - Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
if MagikDostup = 0: pl 'Spell - Casting Adjusted total (<>) - Skill level (<>): +1 +5 +10 -1 -5 -10'
pl''
if workPTU > 1:pl'Reputation teacher+10: <>'
if workPTU > 1:pl'Reputation teacher-10: <>'
if pcs_grades >= 0:pl'Improve their academic performance: <>'
if schoolprogul >= 0:pl'Zero Absenteeism: <>'
}
$cheatmenu['reputation'] = {
gs'stat'
clr
pl'Cheat menu'
if storyline = 1:
nl
pl'Relationships in Pavlovsk'
nl
pl 'Family'
if Enable_reputation_family = 0:
pl 'Show details'
end
if Enable_reputation_family = 1:
pl 'Hide details'
pl 'Stepfather: <> +10 -10'
pl 'mother: <> +10 -10'
pl 'Sister: <> +10 -10'
pl 'Brother: <> +10 -10'
end
nl
nl
pl 'School'
pl 'Popular Kids'
if Enable_reputation_popular = 0:
pl 'Show details'
end
if Enable_reputation_popular = 1:
pl 'Hide details'
pl '<<$npc_firstname[''A1'']>> <<$npc_lastname[''A1'']>>: <> +10 -10'
pl '<<$npc_firstname[''A4'']>> <<$npc_lastname[''A4'']>>: <> +10 -10'
pl '<<$npc_firstname[''A14'']>> <<$npc_lastname[''A14'']>>: <> +10 -10'
pl '<<$npc_firstname[''A15'']>> <<$npc_lastname[''A15'']>>: <> +10 -10'
pl '<<$npc_firstname[''A17'']>> <<$npc_lastname[''A17'']>>: <> +10 -10'
pl '<<$npc_firstname[''A23'']>> <<$npc_lastname[''A23'']>>: <> +10 -10'
pl '<<$npc_firstname[''A146'']>> <<$npc_lastname[''A146'']>>: <> +10 -10'
pl '<<$npc_firstname[''A147'']>> <<$npc_lastname[''A147'']>>: <> +10 -10'
pl '<<$npc_firstname[''A148'']>> <<$npc_lastname[''A148'']>>: <> +10 -10'
if soniaPS = 0: pl '<<$npc_firstname[''A25'']>> <<$npc_lastname[''A25'']>>: <> +10 -10'
pl '<<$npc_firstname[''A139'']>> <<$npc_lastname[''A139'']>>: <> +10 -10'
pl '<<$npc_firstname[''A140'']>> <<$npc_lastname[''A140'']>>: <> +10 -10'
end
nl
pl 'Athletes'
if Enable_reputation_athletes = 0:
pl 'Show details'
end
if Enable_reputation_athletes = 1:
pl 'Hide details'
pl '<<$npc_firstname[''A3'']>> <<$npc_lastname[''A3'']>>: <> +10 -10'
if fedormasha = 0: pl '<<$npc_firstname[''A5'']>> <<$npc_lastname[''A5'']>>: <> +10 -10'
pl '<<$npc_firstname[''A8'']>> <<$npc_lastname[''A8'']>>: <> +10 -10'
pl '<<$npc_firstname[''A13'']>> <<$npc_lastname[''A13'']>>: <> +10 -10'
if zverRageQW = 0 or zverRageQW = 10: pl '<<$npc_firstname[''A18'']>> <<$npc_lastname[''A18'']>>: <> +10 -10'
pl '<<$npc_firstname[''A19'']>> <<$npc_lastname[''A19'']>>: <> +10 -10'
pl '<<$npc_firstname[''A22'']>> <<$npc_lastname[''A22'']>>: <> +10 -10'
pl '<<$npc_firstname[''A149'']>> <<$npc_lastname[''A149'']>>: <> +10 -10'
pl '<<$npc_firstname[''A150'']>> <<$npc_lastname[''A150'']>>: <> +10 -10'
pl '<<$npc_firstname[''A141'']>> <<$npc_lastname[''A141'']>>: <> +10 -10'
end
nl
pl 'Nerds'
if Enable_reputation_nerds = 0:
pl 'Show details'
end
if Enable_reputation_nerds = 1:
pl 'Hide details'
pl '<<$npc_firstname[''A2'']>> <<$npc_lastname[''A2'']>>: <> +10 -10'
pl '<<$npc_firstname[''A6'']>> <<$npc_lastname[''A6'']>>: <> +10 -10'
pl '<<$npc_firstname[''A12'']>> <<$npc_lastname[''A12'']>>: <> +10 -10'
pl '<<$npc_firstname[''A16'']>> <<$npc_lastname[''A16'']>>: <> +10 -10'
pl '<<$npc_firstname[''A151'']>> <<$npc_lastname[''A151'']>>: <> +10 -10'
pl '<<$npc_firstname[''A152'']>> <<$npc_lastname[''A152'']>>: <> +10 -10'
pl '<<$npc_firstname[''A153'']>> <<$npc_lastname[''A153'']>>: <> +10 -10'
pl '<<$npc_firstname[''A142'']>> <<$npc_lastname[''A142'']>>: <> +10 -10'
end
nl
pl 'Gopniks'
if Enable_reputation_gopniks = 0:
pl 'Show details'
end
if Enable_reputation_gopniks = 1:
pl 'Hide details'
pl '<<$npc_firstname[''A9'']>> <<$npc_lastname[''A9'']>>: <> +10 -10'
pl '<<$npc_firstname[''A10'']>> <<$npc_lastname[''A10'']>>: <> +10 -10'
pl '<<$npc_firstname[''A11'']>> <<$npc_lastname[''A11'']>>: <> +10 -10'
pl '<<$npc_firstname[''A20'']>> <<$npc_lastname[''A20'']>>: <> +10 -10'
pl '<<$npc_firstname[''A21'']>> <<$npc_lastname[''A21'']>>: <> +10 -10'
pl '<<$npc_firstname[''A24'']>> <<$npc_lastname[''A24'']>>: <> +10 -10'
pl '<<$npc_firstname[''A154'']>> <<$npc_lastname[''A154'']>>: <> +10 -10'
pl '<<$npc_firstname[''A155'']>> <<$npc_lastname[''A155'']>>: <> +10 -10'
pl '<<$npc_firstname[''A156'']>> <<$npc_lastname[''A156'']>>: <> +10 -10'
pl '<<$npc_firstname[''A157'']>> <<$npc_lastname[''A157'']>>: <> +10 -10'
pl '<<$npc_firstname[''A158'']>> <<$npc_lastname[''A158'']>>: <> +10 -10'
pl '<<$npc_firstname[''A143'']>> <<$npc_lastname[''A143'']>>: <> +10 -10'
pl '<<$npc_firstname[''A144'']>> <<$npc_lastname[''A144'']>>: <> +10 -10'
pl '<<$npc_firstname[''A145'']>> <<$npc_lastname[''A145'']>>: <> +10 -10'
end
nl
pl 'Outcasts/Loners'
if Enable_reputation_outcasts = 0:
pl 'Show details'
end
if Enable_reputation_outcasts = 1:
pl 'Hide details'
pl '<<$npc_firstname[''A7'']>> <<$npc_lastname[''A7'']>>: <> +10 -10'
if soniaPS > 0: pl '<<$npc_firstname[''A25'']>> <<$npc_lastname[''A25'']>>: <> +10 -10'
if zverRageQW > 1 and zverRageQW < 10: pl '<<$npc_firstname[''A18'']>> <<$npc_lastname[''A18'']>>: <> +10 -10'
if fedormasha = 1: pl '<<$npc_firstname[''A5'']>> <<$npc_lastname[''A5'']>>: <> +10 -10'
pl '<<$npc_firstname[''A159'']>> <<$npc_lastname[''A159'']>>: <> +10 -10'
end
nl
pl 'Teachers/Coaches'
if Enable_reputation_teachers = 0:
pl 'Show details'
end
if Enable_reputation_teachers = 1:
pl 'Hide details'
pl '<<$npc_firstname[''A26'']>> <<$npc_lastname[''A26'']>>: <> +10 -10'
pl 'Mikhail Nikolayevich: <> +10 -10'
pl '<<$npc_firstname[''A128'']>> <<$npc_lastname[''A128'']>>: <> +10 -10'
pl '<<$npc_firstname[''A129'']>> <<$npc_lastname[''A129'']>>: <> +10 -10'
pl '<<$npc_firstname[''A130'']>> <<$npc_lastname[''A130'']>>: <> +10 -10'
pl '<<$npc_firstname[''A131'']>> <<$npc_lastname[''A131'']>>: <> +10 -10'
pl '<<$npc_firstname[''A132'']>> <<$npc_lastname[''A132'']>>: <> +10 -10'
pl '<<$npc_firstname[''A133'']>> <<$npc_lastname[''A133'']>>: <> +10 -10'
pl '<<$npc_firstname[''A134'']>> <<$npc_lastname[''A134'']>>: <> +10 -10'
pl '<<$npc_firstname[''A135'']>> <<$npc_lastname[''A135'']>>: <> +10 -10'
pl '<<$npc_firstname[''A136'']>> <<$npc_lastname[''A136'']>>: <> +10 -10'
pl '<<$npc_firstname[''A137'']>> <<$npc_lastname[''A137'']>>: <> +10 -10'
pl '<<$npc_firstname[''A138'']>> <<$npc_lastname[''A138'']>>: <> +10 -10'
end
nl
nl
pl 'Others'
nl
if npc_rel['A112'] >= 0:
pl 'Sergei Shulgin: <> +10 -10'
end
end
nl
if kat >= 0:
pl 'Kat: <> +10 -10'
end
if vika >= 0:
pl 'Vika: <> +10 -10'
end
if Irina >= 0:
pl 'Irina: <> +10 -10'
end
if Tamara >= 0:
pl 'Tamara: <> +10 -10'
end
if alla >= 0:
pl 'Alla: <> +10 -10'
end
if masha >= 0:
pl 'Masha: <> +10 -10'
end
if Givi >= 0:
pl 'Givi: <> +10 -10'
end
if Ashot >= 0:
pl 'Ashot: <> +10 -10'
end
if Dmitry >= 0:
pl 'Dima: <> +10 -10'
end
if afra >= 0:
pl 'Black Guys: <> +10 -10'
end
if npc_rel['A89'] >= 0:
pl 'Eugene: <> +10 -10'
end
if hantersAndreiQw >= 0:
pl 'Hunter Andrew: <> +10 -10'
end
if hantersSergeiQw >= 0:
pl 'Hunter Sergei: <> +10 -10'
end
if hantersIgorQw >= 0:
pl 'Hunter Igor: <> +10 -10'
end
if bfA > 0:
pl''
pl'You are dating <<$boydescA>>.'
if bfA < 0: bfA = 0
if daya < 0: daya = 0
if harakBoyA > 2: harakBoyA = 0
if izvratA > 1: izvratA = 0
pl'Change boyfriend''s personality: <>'
pl'Change boyfriend''s perversion: <>'
pl'Relationship: <> +10 -10'
pl'You''ve been dating for <> days. +5 -5'
end
pl''
if pav_slut >= 25:pl'In Pavlovo you are known as a <<$gnikname>>'
if opusk > 0 or gnewQW < 4 or sipovka > 0:pl'Clear reputation with Gopniks'
if StoryLine = 1:
if motherKnowWhore > 0 or motherKnowSpravka > 0 or brotherSex >= 1 or evgenQW >= 3 or brotherknowslut > 0 or sisterknowslut > 0:
pl''
pl'WARNING Clearing reputation flags with your family MAY CAUSE BUGS!!'
if motherKnowWhore > 0:
pl'Your mother thinks you are a whore. Clear'
elseif motherKnowSpravka > 0:
pl'Your mother thinks that you are a virgin. Clear'
end
pl''
if brotherSex >= 1:
pl'Your brother thinks you are a slut. Clear'
elseif evgenQW >= 3:
pl'Your brother thinks you are a slut. Clear'
end
if brotherknowslut = 1: pl'Your brother saw semen on your body and thinks you fuck around. Clear'
if brotherknowslut >= 2: pl'Your brother saw you in the park fucking the Gopniks. Clear'
pl''
if sisterknowslut > 1 and sisboypartyQW > 1:
pl'Your sister says you are a slut Clear'
elseif sisterknowslut > 0:
pl'Your sister knows that you sleep around. Clear'
end
end
end
}
$cheatmenu['documents'] = {
gs'stat'
clr
pl'Cheat menu'
pl''
if SchoolAtestat = 0:pl'Get School Certificate'
if SchoolAtestat = 1:pl'Already have a School Certificate'
if diplom = 0:pl'Get Diploma'
if diplom = 1:pl'You already have a Diploma'
if secrdiplom = 0:pl'Get Secretarial Diploma'
if secrdiplom = 1:pl'You already have a Secretarial Diploma'
if masash < 10:pl'Get Masseuse Certificate'
if masash >= 10:pl'You already have a Masseuse Certificate'
if prava = 0:pl'Get Driving Licence'
if prava = 1:pl'You already have Driving Licence'
}
$cheatmenu['input_time'] = {
inputtmp = input("Enter time with 4-digit (input 0102 for 1:02)")
if inputtmp/100 >= 0 and inputtmp/100 <= 23:hour = inputtmp/100
inputtmp = inputtmp mod 100
if inputtmp >= 0 and inputtmp <= 59:minut = inputtmp
killvar 'inputtmp'
dynamic $cheatmenu['time']
}
$cheatmenu['time'] = {
gs 'daystart'
gs 'outdoors', 'temp_set'
gs 'stat'
temp_daystart = (year - 2016) * 365
!!2016 is a leapyear so no adjustment before division
temp_daystart += (year - 2016) / 4
i=1
:temp_daystart
if temp_month > i:
temp_daystart += monthsend[i]
i += 1
jump 'temp_daystart'
end
temp_daystart += temp_day
temp_daystart -= daystart_start
temp_daystart += 1
if currtimecheck = 1:
killvar 'currtimecheck'
if currday ! daystart:
if currday < daystart:
week = (week + daystart - currday) mod 7
else
temp = week - ((currday - daystart) mod 7)
if temp <= 0: week = 7 - temp else week = temp
end
currday = daystart
end
if currhour < (daystart-1) * 24 + hour:femcycloop = (daystart-1) * 24 + hour - currhour
:femcycloop
if femcycloop > 0:gs 'femcyc' & femcycloop -= 1 & jump 'femcycloop'
end
clr
gs 'outdoors', 'weather'
pl'Cheat menu'
pl''
if temp_minut > 9:
if temp_hour > 9: $temptime = '<>:<>' else $temptime = '0<>:<>'
else
if temp_hour > 9: $temptime = '<>:0<>' else $temptime = '0<>:0<>'
end
if minut > 9:
if hour > 9: $tempcurtime = '<>:<>' else $tempcurtime = '0<>:<>'
else
if hour > 9: $tempcurtime = '<>:0<>' else $tempcurtime = '0<>:0<>'
end
if temp_daystart > daystart:
temp = (temp_daystart - daystart) mod 7
if (temp + week) mod 7 = 0:temp_week = 7 else temp_week = (temp + week) mod 7
elseif temp_daystart < daystart:
temp = (daystart - temp_daystart) mod 7
if (week - temp) mod 7 = 0:
temp_week = 7
elseif (week - temp) mod 7 < 0:
temp_week = ((week - temp) mod 7) + 7
else
temp_week = week - temp
end
else
temp_week = week
end
killvar 'temp'
pl'Current time: <<$week[week]>>, <>. day of <<$month>>, <>, <<$tempcurtime>>'
pl'Target time: <<$week[temp_week]>>, <>. day of <<$temp_month>>, <>, <<$temptime>>'
pl'Daychange: <>'
pl''
pl'Year: +1 Year -1 Year'
pl'Select Month'
$daychange = ' +7 Day'
$daychange += ' +1 Day'
$daychange += ' -1 Day'
$daychange += ' -7 Day'
pl 'Day:' +$daychange
killvar 'daychange'
$SS = 'Hour: '
if temp_hour > 0:$SS += '-1 ' else $SS += ' '
if temp_hour ! 0:$SS += '0 ' else $SS += ' '
if temp_hour < 23:$SS += '+1'
pl $SS
$SS = 'Minute: '
if temp_minut > 14:$SS += '-15 ' else $SS += ' '
if temp_minut > 0:$SS += '-1 ' else $SS += ' '
if temp_minut ! 0:$SS += '0 ' else $SS += ' '
if temp_minut < 59:$SS += '+1 '
if temp_minut < 46:$SS += '+15'
pl $SS
killvar 'SS'
pl''
pl' Direct input time'
pl''
pl 'Weather: '+iif(sunWeather=0,'Rain','Sunny')+''
pl''
pl'Accept target date & time'
pl'Reset target date & time'
pl''
pl'Temperature = <<$temperature>> - +1 degree - +5 degrees - -1 degree - -5 degrees'
}
$cheatmenu['week'] = {
gs'stat'
clr
pl'Cheat menu - Time'
pl''
pl'Current time: <>. day of <<$month>>, <>, <<$tempcurtime>>'
pl'Target time: <>. day of <<$temp_month>>, <>, <<$temptime>>'
pl''
pl'Monday'
pl'Tuesday'
pl'Wednesday'
pl'Thursday'
pl'Friday'
pl'Saturday'
pl'Sunday'
}
$cheatmenu['month'] = {
gs'stat'
clr
pl'Cheat menu - Time'
pl''
pl'Current time: <>. day of <<$month>>, <>, <<$tempcurtime>>'
pl'Target time: <>. day of <<$temp_month>>, <>, <<$temptime>>'
pl''
pl'January'
pl'February'
pl'March'
pl'April'
pl'May'
pl'June'
pl'July'
pl'August'
pl'September'
pl'October'
pl'November'
pl'December'
}
$cheatmenu['magic'] = {
gs'stat'
clr
pl'Cheat menu'
nl
if succubusflag = 1:
pl 'Remove & Reset Succubus status'
nl
end
pl'Is magical: <>'
pl''
if spelltuman = 0:pl'Cover the area fog'
if spellklon = 0:pl'Override clone of yourself'
if spellstun = 0:pl'Checkmate'
if spellweap = 0:pl'Invest energy into a weapon (It requires weapons)'
if spellwind = 0:pl'Blow away the fog'
if spellklon2 = 0:pl'Substitute itself clones (3 pieces)'
if spellenergo = 0:pl'Create a weak energy shield'
if spellinit = 0:pl'Create a slight delay of time'
if spellhel = 0:pl'Battle Heal'
if spellfire0 = 0 or spellfire2 = 0 or spellfire3 = 0 or spellfire4 = 0 or spellfire5 = 0:
pl''
pl'Elemental Spells Fire:'
end
if spellfire0 = 0:pl'Flame'
if spellfire2 = 0:pl'The release of fire'
if spellfire3 = 0:pl'Fire Barrier'
if spellfire4 = 0:pl'Firestorm'
if spellfire5 = 0:pl'Flame Shield'
if spellele0 = 0 or spellele2 = 0 or spellele3 = 0 or spellele4 = 0 or spellele5 = 0:
pl''
pl'Elements Lightning Spells:'
end
if spellele0 = 0:pl'Category'
if spellele2 = 0:pl'Lightning'
if spellele3 = 0:pl'Electric barrier'
if spellele4 = 0:pl'Dance of thousands of birds'
if spellele5 = 0:pl'Dancing Sphere'
if spellert0 = 0 or spellert2 = 0 or spellert3 = 0 or spellert4 = 0 or spellert5 = 0:
pl''
pl'Spells Earth Elements:'
end
if spellert0 = 0:pl'Quicksand'
if spellert2 = 0:pl'Active protection'
if spellert3 = 0:pl'Abyss'
if spellert4 = 0:pl'Absolute protection'
if spellert5 = 0:pl'Sando'
if spellwind0 = 0 or spellwind2 = 0 or spellwind3 = 0 or spellwind4 = 0 or spellwind5 = 0:
pl''
pl'Wind Elemental Spells:'
end
if spellwind0 = 0:pl'Wind gust'
if spellwind2 = 0:pl'The horrific pressure'
if spellwind3 = 0:pl'Vacuum Sphere'
if spellwind4 = 0:pl'Vacuum shells'
if spellwind5 = 0:pl'Devouring vacuum'
if spellwater0 = 0 or spellwater2 = 0 or spellwater3 = 0 or spellwater4 = 0 or spellwater5 = 0:
pl''
pl'Water Elemental Spell:'
end
if spellwater0 = 0:pl'Creek manna'
if spellwater2 = 0:pl'Flooding'
if spellwater3 = 0:pl'Blister'
if spellwater4 = 0:pl'Water shark rocket'
if spellwater5 = 0:pl'The Great Flood'
}
$cheatmenu['dynamic'] = {
$dynamicCommand = input("Enter command to execute.")
if $dynamicCommand = '':exit
dynamic $dynamicCommand
}
$cheatmenu['std_cure'] = {
venera = 0
GerpesOnce = 0
Gerpes = 0
SifacOnce = 0
Sifilis = 0
TriperOnce = 0
Triper = 0
KandidozOnce = 0
Kandidoz = 0
}
$cheatmenu['auto_period'] = {
if cyccustom = 0:
cyccustom = 1
else
cyccustom = 0
end
dynamic $cheatmenu
}
$cheatmenu['force_preg'] = {
if mesec ! 0: mesec = 0
if FocH ! 0: FocH = 0
if EggRH ! 0: EggRH = 0
if Ovulate ! 0: Ovulate = 0
if UnfertEgg ! 0: UnfertEgg = 0
if LutH ! 0: LutH = 0
if RecovH ! 0: RecovH = 0
preg = 1
cycle = 5
PregChem = 150
$wombthfath = 'A sperm donor'
babyembryo += 1
if fertegg = 0:
Nextbaby = arrsize('$ChildFath')
Temppolkid = rand(0,1)
polkid[nextbaby] = Temppolkid
$kidname[nextbaby] = 'unborn'
kidage[nextbaby] = 0
daykid[nextbaby] = 0
monthkid[nextbaby] = 0
yearkid[nextbaby] = 0
Babyptype[nextbaby] = 0
$ChildFath[nextbaby] = 'A sperm donor'
$ChildThFath[nextbaby] = 'A sperm donor'
hairkid[nextbaby] = rand(0, 3)
eyeskid[nextbaby] = rand(0, 3)
ChildConType[nextbaby] = 0
Babyptype[nextbaby] = 1
else
fertegg -= 1
end
}
$cheatmenu['remove_preg'] = {
FertEgg = 0
killvar 'polkid'
killvar '$kidname'
killvar 'kidage'
killvar 'daykid'
killvar 'monthkid'
killvar 'yearkid'
killvar 'Babyptype'
killvar '$ChildFath'
killvar '$ChildThFath'
killvar 'hairkid'
killvar 'eyeskid'
killvar 'ChildConType'
killvar 'Babyptype'
killvar '$WombpotFath'
babyembryo = 0
if preg > 0 or cycle = 5:
mesec = 48
FocH = 0
EggRH = 0
Ovulate = 0
UnfertEgg = 0
PregChem = 0
preg = 0
LutH = 0
RecovH = 0
cycle = 0
end
}
$cheatmenu['cycle'] = {
if cycle ! 5:
EggRH = 0
LutH = 0
Ovulate = 0
UnfertEgg = 0
FertEgg = 0
RecovH = 0
mesec = 0
'Menstration'
'Follicular'
'Ovulation'
'Luteal'
end
}
$cheatmenu['display'] = {
gs'stat'
clr
pl' Cheat Menu'
nl
if Enable_faceturn = 1:
pl' Always show face: ON'
else
pl' Always show face: OFF'
end
nl
if ETOmenu = 1:
pl' Display: Text'
else
pl' Display: Bar'
end
if Enable_showattr = 1:
pl' More attribute: ON'
else
pl' More attribute: OFF'
end
if Enable_showskill = 1:
pl' Show skill: ON'
else
pl' Show skill: OFF'
end
if Enable_showrelation = 1:
pl' Show relations: ON'
else
pl' Show relations: OFF'
end
nl
if Enable_clothwidth<0:Enable_clothwidth=0
if Enable_clothwidth > 0:
pl'Set Wardrobe cloth image width: <>, ON'
else
pl'Set Wardrobe cloth image width: OFF'
end
if Enable_tablemap = 1:
pl' List friends in table: ON'
else
pl' List friends in table: OFF'
end
if Enable_towntable = 1:
pl' Display Pavlovsk description in table: ON'
else
pl' Display Pavlovsk description in table: OFF'
end
nl
if Enable_statfsize<0:Enable_statfsize=0
if Enable_Android = 1:
pl 'Set Fontsize for Status: Unsupported'
pl 'Android Mode :ON'
pl 'Quest player for Android by Nex does not support autosave, remember to save from player setting!'
pl 'click refresh on menu to refresh status.'
else
if Enable_statfsize > 0:
pl 'Set Fontsize for Status: <>, ON'
else
pl 'Set Fontsize for Status: OFF'
end
pl 'Android Mode :OFF'
end
nl
if Enable_scalepic = 1:
pl 'Scalebar as Image'
if Enable_scalewidth > 0:
pl'Scalebar Width: <>, Set is currently ON'
else
pl'Scalebar Width: Lock is currently OFF'
end
if Enable_scaleheight > 0:
pl'Scalebar Height: <>, Set is currently ON'
else
pl'Scalebar Height: Lock is currently OFF'
end
else
pl 'Scalebar as Character'
if cheatStatusBars = 1:
pl ' Switch to larger status bars'
else
pl ' Switch to smaller status bars'
end
end
}
$cheatmenu['pain_killer'] = {
pain['head'] = 0
pain['hair'] = 0
pain['ears'] = 0
pain['eyebrows'] = 0
pain['eyes'] = 0
pain['cheeks'] = 0
pain['nose'] = 0
pain['mouth'] = 0
pain['lips'] = 0
pain['tongue'] = 0
pain['throat'] = 0
pain['neck'] = 0
pain['back'] = 0
pain['asscheeks'] = 0
pain['asshole'] = 0
pain['hips'] = 0
pain['thighs'] = 0
pain['legL'] = 0
pain['legR'] = 0
pain['feet'] = 0
pain['toes'] = 0
pain['shoulders'] = 0
pain['armL'] = 0
pain['armR'] = 0
pain['hands'] = 0
pain['fingers'] = 0
pain['chest'] = 0
pain['breasts'] = 0
pain['nipples'] = 0
pain['ribs'] = 0
pain['tummy'] = 0
pain['pubic'] = 0
pain['vaginal'] = 0
pain['labia'] = 0
pain['clitoris'] = 0
pain['urethra'] = 0
pain['cervix'] = 0
}
$cheatmenu['quicktime'] = {
minut += ARGS[0]
*clr
gs 'daystart'
gs 'outdoors', 'weather'
gs 'stat'
gs 'cum_arrcheat'
}
$cheatmenu = {
gs'stat'
currhour = (daystart-1) * 24 + hour
currday = daystart
temp_week = week & temp_day = day & $temp_month = $month & temp_month = month & temp_year = year & temp_hour = hour & temp_minut = minut
clr
pl'Exit cheat menu'
nl
pl'Recurrent'
pl'Appearance'
pl'Attributes and skills'
pl'Relationships and Reputation'
pl'Documents'
pl'Manipulating time and temperature'
pl'Status Display'
if MagikDostup = 0: pl'Magic'
nl
pl 'Body Image Controls'
nl
pl'Full restoration of health, manna, Reason.'
pl'Change money'
pl'Zero money'
pl'Cure all stds'
pl'Cure all ailments.'
nl
if cyccustom = 0:pl'Automatic period tracking - OFF'
if cyccustom = 1:pl'Automatic period tracking - ON'
pl'Force random pregnancy'
pl'Remove pregnancy'
pl'Set stage of menstrual cycle'
if Enable_nogameover = 1:
pl' Prevent Non-Drama GAMEOVER: ON'
else
pl' Prevent Non-Drama GAMEOVER: OFF'
end
nl
if sound = 1:
pl' Music: OFF'
else
pl' Music: ON'
end
pl' Stop current Music'
nl
pl 'Dynamic Input Command'
pl'OOX Debug'
pl'Right now <<$week[week]>> <<$month>> <> <> <>:<>'
pl '+15'
pl 'Remove all cum'
nl
nl
pl'Teleport to Pavlovsky'
pl'Teleport to City'
pl'Teleport to Gadyukino'
pl'Teleport to Suburban Cooperative'
pl'Warning! Teleporting while in event is likely to break your game!'
pl''
pl'Pregnancy speed multiplier: <>'
pl''
pl'Variable tracker'
nl
if night_mode = 1:
pl 'Night Mode: ON'
else
pl 'Night Mode: OFF'
end
nl
}
$cheatmenu['vartracker'] = {
gs'stat'
clr
pl'Cheat menu'
pl'For testing purposes.
If reporting a bug only the lines in red are neccessary.'
pl''
pl'$loc: <<$loc>>'
pl'$locM: <<$locM>>'
pl'$CURLOC: <<$CURLOC>>'
pl'$location_type: <<$location_type>>'
pl'daystart: <>'
pl'daystart_start: <>'
pl'month: <>'
pl'week: <>'
pl'$temperature: <<$temperature>>'
pl'pffilmday: <>'
pl'$pfname: <<$pfname>>'
pl'modelmon: <>'
pl'min_arousal: <>'
pl'pcs_nips: <>'
pl'clit_size: <>'
pl'steroid_have: <>'
pl'steroid_counter: <>'
pl'steroid_dose: <>'
pl'aphrodisiac_have: <>'
pl'aphrodisiac_counter: <>'
pl'aphrodisiac_timer: <>'
pl'aphrodisiac_addiction: <>'
pl'bcream_have: <>'
pl'motherQW: <>'
pl'Anastasia quest level: <>'
pl'sex: <>'
pl'$clothingworntype: <<$clothingworntype>>'
pl'PCloQuality: <>'
pl'Mira''s Father Quest (npc_QW[''A64'']): <>'
pl'Mira''s Quest (npc_QW[''A60'']): <>'
pl'mirasextimes: <>'
pl'Bandit Quest Level (npc_QW[''A66'']): <>'
pl'Mira''s Relationship (npc_rel[''A60'']): <>'
pl'Mitka''s Quest (npc_QW[''A63'']): <>'
pl'mirabrosextime: <