|
@@ -434,10 +434,11 @@ if $ARGS[0] = 'permanent':
|
|
|
|
|
|
*nl
|
|
|
'No dream chance: <a href="exec: cheatVars[''no_dream_chance''] = input(''Enter no dream chance (%)'') & dynamic $cheatmenu[$cheatmenu[''this_menu'']]">' + iif(cheatVars['no_dream_chance'] > 0, '<<cheatVars[''no_dream_chance'']>>%</a>, <a href="exec:cheatVars[''no_dream_chance''] = 0 & dynamic $cheatmenu[$cheatmenu[''this_menu'']]">Enabled</a>', 'Disabled</a>')
|
|
|
-
|
|
|
*nl
|
|
|
- '<font color="red"><b>WARNING!</b></font>: Disabling states may cause some events not to trigger. Use at your own risk!'
|
|
|
+
|
|
|
$cheatmenu['table_end']
|
|
|
+
|
|
|
+ '<center><font color="red"><b>WARNING!</b></font>: Disabling states may cause some events not to trigger. Use at your own risk!</center>'
|
|
|
end
|
|
|
|
|
|
!!----------------------------------------------------------------------------------------------------------------------------
|
|
@@ -819,158 +820,170 @@ if $ARGS[0] = 'looks':
|
|
|
'<center><h1>Cheat Menu - Character Appearance</h1></center>'
|
|
|
'<center><font color="red"><b>WARNING!</b></font>: Using cheats can cause bugs and break your save, use them with care. When reporting bugs, please mention any cheats you used.</center>'
|
|
|
*nl
|
|
|
- $cheatmenu['table_start']
|
|
|
- '<<$pcs_firstname>> <<$pcs_lastname>> (<<$pcs_nickname>>). <a href="exec:dynamic $cheatmenu[''rename'']">Rename</a>'
|
|
|
-
|
|
|
-
|
|
|
- if face_style['type'] = 1: '<a href="exec: dynamic $cheatmenu[''change_avatar_path'']">Change current profile path:</a> <<$face_style[''avatar_path'']>>'
|
|
|
- if face_style['type'] ! 0: '<a href="exec: face_style[''type''] = 0 & dynamic $cheatmenu[''looks'']">Use the dynamic profile system</a>'
|
|
|
- if face_style['type'] ! 1: '<a href="exec: face_style[''type''] = 1 & $face_style[''avatar_path''] += iif($face_style[''avatar_path''] = '''', ''images/avatar.jpg'', '''') & dynamic $cheatmenu[''looks'']">Use a fixed profile image</a>'
|
|
|
- if face_style['type'] ! 2: '<a href="exec: face_style[''type''] = 2 & dynamic $cheatmenu[''looks'']">Use the rendered profile system</a>'
|
|
|
-
|
|
|
- if $face_style['avatar_hair'] ! '':
|
|
|
- '<a href="exec: $face_style[''avatar_hair''] = '''' & dynamic $cheatmenu[''looks'']">Custom Hair: ON</a>'
|
|
|
- '<<$face_style[''avatar_hair'']>>'
|
|
|
- else
|
|
|
- '<a href="exec:dynamic $cheatmenu[''avatar_hair_set'']">Custom Hair: OFF</a>'
|
|
|
- end
|
|
|
- *nl
|
|
|
- '<a href="exec:gs ''Cheatmenu_din'', ''parameters''">Show design parameters of body</a>'
|
|
|
- '<a href="exec:gs ''Cheatmenu_din'', ''vneshpara''">Show beauty parameters</a>'
|
|
|
- *nl
|
|
|
- 'You are <a href="exec: pcs_dob += 10000 & dynamic $cheatmenu[''age'']">(-1)</a> <<age>> <a href="exec: pcs_dob -= 10000 & dynamic $cheatmenu[''age'']">(+1)</a> years old'
|
|
|
- *nl
|
|
|
- 'You look <<vidage>> years old'
|
|
|
- '<a href="exec:dynamic $cheatmenu[''visualage'']">Change apparent age</a>'
|
|
|
- *nl
|
|
|
- 'You are <<pcs_hgt>> centimetres tall'
|
|
|
- '<a href="exec:pcs_hgt = input(''Enter <<$pcs_nickname>>s height in centimetres<br><br>(default 165, min 100, max 200, values below 150 and above 180 will cause problems in the calculation of BMI/weight the more you deviate from the default 170)'') & dynamic $cheatmenu[''looks'']">Change <<$pcs_nickname>>''s height</a>'
|
|
|
- *nl
|
|
|
- *p 'Musculature (<<stren_plus_lvl>>): ' & dynamic $cheatmenu['printLooksLinks'], 'stren_plus', 'Musculature'
|
|
|
- *pl '<font color="grey">Allows strength to go past 100'
|
|
|
- *pl'<font color="red">Negatively</font> affects appearance</font>'
|
|
|
- *nl
|
|
|
- *p 'Toned Butt (<<butt_tr_lvl>>): ' & dynamic $cheatmenu['printLooksLinks'], 'butt_tr', 'Toned Butt'
|
|
|
- *nl
|
|
|
- 'You have <<$titsize>> breasts'
|
|
|
- if tits < 11:'<a href="exec: bodyVars[''bust_silicone''] += 5 & dynamic $cheatmenu[''looks'']">Enlarge breasts(silicone)</a>'
|
|
|
- if bodyVars['bust_silicone'] => 1:'<a href="exec: bodyVars[''bust_silicone''] = min(0, bodyVars[''bust_silicone'']-5) & dynamic $cheatmenu[''looks'']">Shrink breasts(silicone)</a>'
|
|
|
- if tits < 11 and pcs_mass['bust_gen'] < 50:'<a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_bust'', 5">Enlarge breasts (natural)</a>'
|
|
|
- if pcs_mass['bust'] => 6 and pcs_mass['bust_gen'] => 6: '<a href="exec: titreduc = 1 & gs ''Cheatmenu_din'', ''change_pcs_mass_bust'', -5">Shrink breasts (natural)</a>'
|
|
|
- *nl
|
|
|
- if pcs_buttsize <= 14:
|
|
|
- $cmd_temp_butt_desc = 'flat'
|
|
|
- elseif pcs_buttsize <= 25:
|
|
|
- $cmd_temp_butt_desc = 'average'
|
|
|
- elseif pcs_buttsize <= 40:
|
|
|
- $cmd_temp_butt_desc = 'pert'
|
|
|
- elseif pcs_buttsize <= 59:
|
|
|
- $cmd_temp_butt_desc = 'heart-shaped'
|
|
|
- else
|
|
|
- $cmd_temp_butt_desc = 'bubble'
|
|
|
- end
|
|
|
- 'You have a <<$cmd_temp_butt_desc>> butt'
|
|
|
- if pcs_buttsize < 50: '<a href="exec: bodyVars[''butt_silicone''] += 10 & dynamic $cheatmenu[''looks'']">Enlarge butt (silicone)</a>'
|
|
|
- if bodyVars['butt_silicone'] => 1: '<a href="exec: bodyVars[''butt_silicone''] = max(0, bodyVars[''butt_silicone'']-10) & dynamic $cheatmenu[''looks'']">Shrink butt (silicone)</a>'
|
|
|
- if pcs_mass['butt'] < 50 and pcs_mass['butt_gen'] < 50: '<a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_butt'', 10">Enlarge butt (natural)</a>'
|
|
|
- if pcs_mass['butt'] => 6 and pcs_mass['butt_gen'] => 6: '<a href="exec: assreduc = 1 & gs ''Cheatmenu_din'', ''change_pcs_mass_butt'', -10">Shrink butt (natural)</a>'
|
|
|
- killvar '$cmd_temp_butt_desc'
|
|
|
- !! if pcs_buttsize < 20:'<a href="exec: bodyVars[''butt_cheat''] += 2 & dynamic $cheatmenu[''looks'']">Enlarge butt</a>'
|
|
|
- !! if pcs_buttsize > 1:'<a href="exec: bodyVars[''butt_cheat''] -= 2 & dynamic $cheatmenu[''looks'']">Shrink butt</a>'
|
|
|
- !! if bodyVars['butt_cheat'] ! 0:'<a href="exec: bodyVars[''butt_cheat''] = 0 & dynamic $cheatmenu[''looks'']">Reset butt shape to default</a>'
|
|
|
- *nl
|
|
|
- '<<$pc_descFull[''lip'']>>'
|
|
|
- if pcs_lip < 4:'<a href="exec:pcs_lip += 1 & dynamic $cheatmenu[''looks'']">Enlarge lips</a>'
|
|
|
- if pcs_lip > 0:'<a href="exec:pcs_lip -= 1 & dynamic $cheatmenu[''looks'']">Shrink lips</a>'
|
|
|
- *nl
|
|
|
- '<<$pc_descFull[''skin'']>>'
|
|
|
- if pcs_skin < 900: '<a href="exec:pcs_skin += 200 & gs ''AppearanceSystem'', ''UpdateBaseAppearance'' & dynamic $cheatmenu[''looks'']">Improve skin</a>'
|
|
|
- if pcs_skin > 0: '<a href="exec:pcs_skin -= 200 & gs ''AppearanceSystem'', ''UpdateBaseAppearance'' & dynamic $cheatmenu[''looks'']">Worsen skin</a>'
|
|
|
- if pcs_tan >= 0:'<a href="exec:pcs_tan += 10 & dynamic $cheatmenu[''looks'']">Become tanned</a>'
|
|
|
- if pcs_tan > 0:'<a href="exec:pcs_tan = 0 & dynamic $cheatmenu[''looks'']">Remove tan</a>'
|
|
|
- *nl
|
|
|
- '<<$pc_descFull[''throat'']>>'
|
|
|
- if pcs_throat <= 31:'<a href="exec:pcs_throat += 5 & dynamic $cheatmenu[''looks'']">Increase throat capacity</a>'
|
|
|
- if pcs_throat >= 5:'<a href="exec:pcs_throat -= 5 & dynamic $cheatmenu[''looks'']">Decrease throat capacity</a>'
|
|
|
- if dounspell = 1:
|
|
|
+ '<center><table width="1000" cellspacing="0" cellpadding="10" valign="top"><tr><td width="33%" valign="top">'
|
|
|
+ '<<$pcs_firstname>> <<$pcs_lastname>> (<<$pcs_nickname>>). <a href="exec:dynamic $cheatmenu[''rename'']">Rename</a>'
|
|
|
*nl
|
|
|
- '<a href="exec:dounsplkil = 2 & gs ''body'', ''hardreset''">Hard Reset body shape</a>'
|
|
|
- end
|
|
|
-
|
|
|
- *nl
|
|
|
- '<<$pcs_vag>>'
|
|
|
- if pcs_vag > 0:'<a href="exec:pcs_vag = 0 & dynamic $cheatmenu[''looks'']">Reinstate virginity</a>'
|
|
|
- if stat['think_virgin'] < 1:'<a href="exec:stat[''vaginal''] = 0 & stat[''vaginal_fist''] = 0 & stat[''vaginal_dildo''] = 0 & stat[''vaginal_strap''] = 0 & dynamic $cheatmenu[''looks'']">Make Sveta believe she is a virgin again (resets the related sex stats)</a>'
|
|
|
- if pcs_vag <= 25:'<a href="exec:gs ''Cheatmenu_din'', ''vagenlarge''">Enlarge comfortable vaginal capacity</a>'
|
|
|
- if pcs_vag >= 5:'<a href="exec:gs ''Cheatmenu_din'', ''vagreduce''">Reduce comfortable vaginal capacity</a>'
|
|
|
- 'Your comfortable vaginal capacity will reduce by <<vshrink>> every <<vshrinkdays>> days.'
|
|
|
- if vshrink < 10:'<a href="exec:vshrink += 1 & dynamic $cheatmenu[''looks'']">Increase amount of reduction</a>'
|
|
|
- if vshrink > 0:'<a href="exec:vshrink -= 1 & dynamic $cheatmenu[''looks'']">Reduce amount of reduction</a>'
|
|
|
- if vshrinkdays < 10:'<a href="exec:vshrinkdays += 1 & dynamic $cheatmenu[''looks'']">Increase number of days it takes</a>'
|
|
|
- if vshrinkdays > 1:'<a href="exec:vshrinkdays -= 1 & dynamic $cheatmenu[''looks'']">Reduce number of days it takes</a>'
|
|
|
- 'When gaped your vagina will reduce each stage (up to 4 for maximum gape) every <<vgape[4]>> minutes.'
|
|
|
- if vgape[4] < 60:'<a href="exec:vgape[4] += 5 & dynamic $cheatmenu[''looks'']">Increase time by 5 minutes</a>'
|
|
|
- if vgape[4] > 5:'<a href="exec:vgape[4] -= 5 & dynamic $cheatmenu[''looks'']">Reduce time by 5 minutes</a>'
|
|
|
- *nl
|
|
|
- '<<$pcs_ass>>'
|
|
|
- if pcs_ass <= 25:'<a href="exec:gs ''Cheatmenu_din'', ''assenlarge''">Enlarge comfortable anal capacity</a>'
|
|
|
- if pcs_ass >= 5:'<a href="exec:gs ''Cheatmenu_din'', ''assreduce''">Reduce comfortable anal capacity</a>'
|
|
|
- 'Your comfortable anal capacity will reduce by <<ashrink>> every <<ashrinkdays>> days.'
|
|
|
- if ashrink < 10:'<a href="exec:ashrink += 1 & dynamic $cheatmenu[''looks'']">Increase amount of reduction</a>'
|
|
|
- if ashrink > 0:'<a href="exec:ashrink -= 1 & dynamic $cheatmenu[''looks'']">Reduce amount of reduction</a>'
|
|
|
- if ashrinkdays < 10:'<a href="exec:ashrinkdays += 1 & dynamic $cheatmenu[''looks'']">Increase number of days it takes</a>'
|
|
|
- if ashrinkdays > 1:'<a href="exec:ashrinkdays -= 1 & dynamic $cheatmenu[''looks'']">Reduce number of days it takes</a>'
|
|
|
- 'When gaped your anus will reduce each stage (up to 4 for maximum gape) every <<agape[4]>> minutes.'
|
|
|
- if agape[4] < 60:'<a href="exec:agape[4] += 5 & dynamic $cheatmenu[''looks'']">Increase time by 5 minutes</a>'
|
|
|
- if agape[4] > 5:'<a href="exec:agape[4] -= 5 & dynamic $cheatmenu[''looks'']">Reduce time by 5 minutes</a>'
|
|
|
- *nl
|
|
|
- if dounspell = 0:
|
|
|
- if fat ! 0: '<a href="exec:fat = 0 & dynamic $cheatmenu[''looks'']">Zero fat</a>'
|
|
|
- 'Body Fat = (<<pcs_mass[''body'']>>): <a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_body'', -10">-10</a> <a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_body'', -5">-5</a> <a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_body'', -1">-1</a> <a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_body'', 1">+1</a> <a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_body'', 5">+5</a> <a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_body'', 10">+10</a>'
|
|
|
- '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. <<func(''body'', ''CalcOptBodyMass'')>> gives a bmi of 22.5.'
|
|
|
- end
|
|
|
- *nl
|
|
|
- '<a href="exec:dynamic $cheatmenu[''tatoo'']">Tattoo removal</a>'
|
|
|
- *nl
|
|
|
- '<<$hair>>'
|
|
|
- if pcs_haircol = 0:
|
|
|
- 'Your hair is now (prev) <<$pcs_haircol>> <a href="exec:pcs_haircol +=1 & dynamic $cheatmenu[''looks''] & nathcol = pcs_haircol">(next)</a>'
|
|
|
- elseif pcs_haircol > 0 and pcs_haircol < 3:
|
|
|
- 'Your hair is now <a href="exec:pcs_haircol -=1 & dynamic $cheatmenu[''looks'']" & nathcol = pcs_haircol>(prev)</a> <<$pcs_haircol>> <a href="exec:pcs_haircol +=1 & dynamic $cheatmenu[''looks'']" & pcs_haircol = nathcol>(next)</a>'
|
|
|
- elseif pcs_haircol = 3:
|
|
|
- 'Your hair is now <a href="exec:pcs_haircol -=1 & dynamic $cheatmenu[''looks'']" & nathcol = pcs_haircol>(prev)</a> <<$pcs_haircol>> (next)'
|
|
|
- else
|
|
|
- 'To change your natural hair color, you have to <a href="exec:pcs_haircol = nathcol & dynamic $cheatmenu[''looks'']">restore your natural hair color</a> first.'
|
|
|
- end
|
|
|
- if pcs_hairlng > 975:
|
|
|
- 'Hair length (<<pcs_hairlng>>) <a href="exec:pcs_hairlng -= 100 & dynamic $cheatmenu[''looks'']">-100</a> <a href="exec:pcs_hairlng -= 25 & dynamic $cheatmenu[''looks'']">-25</a> <a href="exec:pcs_hairlng -= 5 & dynamic $cheatmenu[''looks'']">-5</a> <a href="exec:pcs_hairlng += 5 & dynamic $cheatmenu[''looks'']">+5</a>'
|
|
|
- elseif pcs_hairlng > 900:
|
|
|
- 'Hair length (<<pcs_hairlng>>) <a href="exec:pcs_hairlng -= 100 & dynamic $cheatmenu[''looks'']">-100</a> <a href="exec:pcs_hairlng -= 25 & dynamic $cheatmenu[''looks'']">-25</a> <a href="exec:pcs_hairlng -= 5 & dynamic $cheatmenu[''looks'']">-5</a> <a href="exec:pcs_hairlng += 5 & dynamic $cheatmenu[''looks'']">+5</a> <a href="exec:pcs_hairlng += 25 & dynamic $cheatmenu[''looks'']">+25</a>'
|
|
|
- elseif pcs_hairlng >= 100:
|
|
|
- 'Hair length (<<pcs_hairlng>>) <a href="exec:pcs_hairlng -= 100 & dynamic $cheatmenu[''looks'']">-100</a> <a href="exec:pcs_hairlng -= 25 & dynamic $cheatmenu[''looks'']">-25</a> <a href="exec:pcs_hairlng -= 5 & dynamic $cheatmenu[''looks'']">-5</a> <a href="exec:pcs_hairlng += 5 & dynamic $cheatmenu[''looks'']">+5</a> <a href="exec:pcs_hairlng += 25 & dynamic $cheatmenu[''looks'']">+25</a> <a href="exec:pcs_hairlng += 100 & dynamic $cheatmenu[''looks'']">+100</a>'
|
|
|
- elseif pcs_hairlng >= 25:
|
|
|
- 'Hair length (<<pcs_hairlng>>) <a href="exec:pcs_hairlng -= 25 & dynamic $cheatmenu[''looks'']">-25</a> <a href="exec:pcs_hairlng -= 5 & dynamic $cheatmenu[''looks'']">-5</a> <a href="exec:pcs_hairlng += 5 & dynamic $cheatmenu[''looks'']">+5</a> <a href="exec:pcs_hairlng += 25 & dynamic $cheatmenu[''looks'']">+25</a> <a href="exec:pcs_hairlng += 100 & dynamic $cheatmenu[''looks'']">+100</a>'
|
|
|
- elseif pcs_hairlng >= 5:
|
|
|
- 'Hair length (<<pcs_hairlng>>) <a href="exec:pcs_hairlng -= 5 & dynamic $cheatmenu[''looks'']">-5</a> <a href="exec:pcs_hairlng += 5 & dynamic $cheatmenu[''looks'']">+5</a> <a href="exec:pcs_hairlng += 25 & dynamic $cheatmenu[''looks'']">+25</a> <a href="exec:pcs_hairlng += 100 & dynamic $cheatmenu[''looks'']">+100</a>'
|
|
|
- else
|
|
|
- 'Hair length (<<pcs_hairlng>>) <a href="exec:pcs_hairlng += 5 & dynamic $cheatmenu[''looks'']">+5</a> <a href="exec:pcs_hairlng += 25 & dynamic $cheatmenu[''looks'']">+25</a> <a href="exec:pcs_hairlng += 100 & dynamic $cheatmenu[''looks'']">+100</a>'
|
|
|
- end
|
|
|
- if hairgrowcht = 0:'<a href="exec:hairgrowcht = 1 & dynamic $cheatmenu[''looks'']">Stop hair growth</a>'
|
|
|
- if hairgrowcht = 1:'<a href="exec:hairgrowcht = 0 & dynamic $cheatmenu[''looks'']">Allow hair growth</a>'
|
|
|
- *nl
|
|
|
- '<<$pc_descFull[''eyes'']>>'
|
|
|
- if pcs_naturallashes < 2:'<a href="exec:pcs_naturallashes += 1 & dynamic $cheatmenu[''looks'']">Enlarge lashes</a>'
|
|
|
- if pcs_naturallashes > 0:'<a href="exec:pcs_naturallashes -= 1 & dynamic $cheatmenu[''looks'']">Shrink lashes</a>'
|
|
|
- if pcs_eyesize < 3:'<a href="exec:pcs_eyesize += 1 & dynamic $cheatmenu[''looks'']">Increase the size of the eye</a>'
|
|
|
- if pcs_eyesize > 0:'<a href="exec:pcs_eyesize -= 1 & dynamic $cheatmenu[''looks'']">Reduce the size of the eye</a>'
|
|
|
- if pcs_eyecol <= 0:
|
|
|
- 'Your eyes are now (prev) <<$pcs_eyecol>> <a href="exec:pcs_eyecol +=1 & dynamic $cheatmenu[''looks'']">(next)</a>'
|
|
|
- elseif pcs_eyecol > 0 and pcs_eyecol < 3:
|
|
|
- 'Your eyes are now <a href="exec:pcs_eyecol -=1 & dynamic $cheatmenu[''looks'']">(prev)</a> <<$pcs_eyecol>> <a href="exec:pcs_eyecol +=1 & dynamic $cheatmenu[''looks'']">(next)</a>'
|
|
|
- elseif pcs_eyecol >= 3:
|
|
|
- 'Your eyes are now <a href="exec:pcs_eyecol -=1 & dynamic $cheatmenu[''looks'']">(prev)</a> <<$pcs_eyecol>> (next)'
|
|
|
- end
|
|
|
- $cheatmenu['table_end']
|
|
|
+ if face_style['type'] = 1: '<a href="exec: dynamic $cheatmenu[''change_avatar_path'']">Change current profile path:</a> <<$face_style[''avatar_path'']>>'
|
|
|
+ if face_style['type'] = 0:
|
|
|
+ 'Using the dynamic profile system'
|
|
|
+ else
|
|
|
+ '<a href="exec: face_style[''type''] = 0 & dynamic $cheatmenu[''looks'']">Use the dynamic profile system</a>'
|
|
|
+ end
|
|
|
+ if face_style['type'] = 1:
|
|
|
+ 'Using a fixed profile image'
|
|
|
+ else
|
|
|
+ '<a href="exec: face_style[''type''] = 1 & $face_style[''avatar_path''] += iif($face_style[''avatar_path''] = '''', ''images/avatar.jpg'', '''') & dynamic $cheatmenu[''looks'']">Use a fixed profile image</a>'
|
|
|
+ end
|
|
|
+ if face_style['type'] = 2:
|
|
|
+ 'Using the rendered profile system'
|
|
|
+ else
|
|
|
+ '<a href="exec: face_style[''type''] = 2 & dynamic $cheatmenu[''looks'']">Use the rendered profile system</a>'
|
|
|
+ end
|
|
|
+ *nl
|
|
|
+ if $face_style['avatar_hair'] = '':
|
|
|
+ '<a href="exec:dynamic $cheatmenu[''avatar_hair_set'']">Custom Hair: OFF</a>'
|
|
|
+ else
|
|
|
+ '<a href="exec: $face_style[''avatar_hair''] = '''' & dynamic $cheatmenu[''looks'']">Custom Hair: ON</a>'
|
|
|
+ '<<$face_style[''avatar_hair'']>>'
|
|
|
+ end
|
|
|
+ *nl
|
|
|
+ '<a href="exec:gs ''Cheatmenu_din'', ''parameters''">Show design parameters of body</a>'
|
|
|
+ '<a href="exec:gs ''Cheatmenu_din'', ''vneshpara''">Show beauty parameters</a>'
|
|
|
+ *nl
|
|
|
+ 'You are <a href="exec: pcs_dob += 10000 & dynamic $cheatmenu[''age'']">(-1)</a> <<age>> <a href="exec: pcs_dob -= 10000 & dynamic $cheatmenu[''age'']">(+1)</a> years old'
|
|
|
+ *nl
|
|
|
+ 'You look <<vidage>> years old'
|
|
|
+ '<a href="exec:dynamic $cheatmenu[''visualage'']">Change apparent age</a>'
|
|
|
+ *nl
|
|
|
+ 'You are <<pcs_hgt>> centimetres tall'
|
|
|
+ '<a href="exec:pcs_hgt = input(''Enter <<$pcs_nickname>>s height in centimetres<br><br>(default 165, min 100, max 200, values below 150 and above 180 will cause problems in the calculation of BMI/weight the more you deviate from the default 170)'') & dynamic $cheatmenu[''looks'']">Change <<$pcs_nickname>>''s height</a>'
|
|
|
+ *nl
|
|
|
+ 'Musculature (<<stren_plus_lvl>>): ' & dynamic $cheatmenu['printLooksLinks'], 'stren_plus', 'Musculature'
|
|
|
+ '<font color="grey">Allows strength to go past 100'
|
|
|
+ '<font color="red">Negatively</font> affects appearance</font>'
|
|
|
+ *nl
|
|
|
+ 'Toned Butt (<<butt_tr_lvl>>): ' & dynamic $cheatmenu['printLooksLinks'], 'butt_tr', 'Toned Butt'
|
|
|
+ *nl
|
|
|
+ 'You have <<$titsize>> breasts'
|
|
|
+ if tits < 11:'<a href="exec: bodyVars[''bust_silicone''] += 5 & dynamic $cheatmenu[''looks'']">Enlarge breasts(silicone)</a>'
|
|
|
+ if bodyVars['bust_silicone'] => 1:'<a href="exec: bodyVars[''bust_silicone''] = min(0, bodyVars[''bust_silicone'']-5) & dynamic $cheatmenu[''looks'']">Shrink breasts(silicone)</a>'
|
|
|
+ if tits < 11 and pcs_mass['bust_gen'] < 50:'<a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_bust'', 5">Enlarge breasts (natural)</a>'
|
|
|
+ if pcs_mass['bust'] => 6 and pcs_mass['bust_gen'] => 6: '<a href="exec: titreduc = 1 & gs ''Cheatmenu_din'', ''change_pcs_mass_bust'', -5">Shrink breasts (natural)</a>'
|
|
|
+ *nl
|
|
|
+ if pcs_buttsize <= 14:
|
|
|
+ $cmd_temp_butt_desc = 'flat'
|
|
|
+ elseif pcs_buttsize <= 25:
|
|
|
+ $cmd_temp_butt_desc = 'average'
|
|
|
+ elseif pcs_buttsize <= 40:
|
|
|
+ $cmd_temp_butt_desc = 'pert'
|
|
|
+ elseif pcs_buttsize <= 59:
|
|
|
+ $cmd_temp_butt_desc = 'heart-shaped'
|
|
|
+ else
|
|
|
+ $cmd_temp_butt_desc = 'bubble'
|
|
|
+ end
|
|
|
+ 'You have a <<$cmd_temp_butt_desc>> butt'
|
|
|
+ if pcs_buttsize < 50: '<a href="exec: bodyVars[''butt_silicone''] += 10 & dynamic $cheatmenu[''looks'']">Enlarge butt (silicone)</a>'
|
|
|
+ if bodyVars['butt_silicone'] => 1: '<a href="exec: bodyVars[''butt_silicone''] = max(0, bodyVars[''butt_silicone'']-10) & dynamic $cheatmenu[''looks'']">Shrink butt (silicone)</a>'
|
|
|
+ if pcs_mass['butt'] < 50 and pcs_mass['butt_gen'] < 50: '<a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_butt'', 10">Enlarge butt (natural)</a>'
|
|
|
+ if pcs_mass['butt'] => 6 and pcs_mass['butt_gen'] => 6: '<a href="exec: assreduc = 1 & gs ''Cheatmenu_din'', ''change_pcs_mass_butt'', -10">Shrink butt (natural)</a>'
|
|
|
+ killvar '$cmd_temp_butt_desc'
|
|
|
+ !! if pcs_buttsize < 20:'<a href="exec: bodyVars[''butt_cheat''] += 2 & dynamic $cheatmenu[''looks'']">Enlarge butt</a>'
|
|
|
+ !! if pcs_buttsize > 1:'<a href="exec: bodyVars[''butt_cheat''] -= 2 & dynamic $cheatmenu[''looks'']">Shrink butt</a>'
|
|
|
+ !! if bodyVars['butt_cheat'] ! 0:'<a href="exec: bodyVars[''butt_cheat''] = 0 & dynamic $cheatmenu[''looks'']">Reset butt shape to default</a>'
|
|
|
+ *nl
|
|
|
+ '<<$pc_descFull[''lip'']>>'
|
|
|
+ if pcs_lip < 4:'<a href="exec:pcs_lip += 1 & dynamic $cheatmenu[''looks'']">Enlarge lips</a>'
|
|
|
+ if pcs_lip > 0:'<a href="exec:pcs_lip -= 1 & dynamic $cheatmenu[''looks'']">Shrink lips</a>'
|
|
|
+ '</td><td width="33%" valign="top">'
|
|
|
+ !*nl
|
|
|
+ '<<$pc_descFull[''skin'']>>'
|
|
|
+ if pcs_skin < 900: '<a href="exec:pcs_skin += 200 & gs ''AppearanceSystem'', ''UpdateBaseAppearance'' & dynamic $cheatmenu[''looks'']">Improve skin</a>'
|
|
|
+ if pcs_skin > 0: '<a href="exec:pcs_skin -= 200 & gs ''AppearanceSystem'', ''UpdateBaseAppearance'' & dynamic $cheatmenu[''looks'']">Worsen skin</a>'
|
|
|
+ if pcs_tan >= 0:'<a href="exec:pcs_tan += 10 & dynamic $cheatmenu[''looks'']">Become tanned</a>'
|
|
|
+ if pcs_tan > 0:'<a href="exec:pcs_tan = 0 & dynamic $cheatmenu[''looks'']">Remove tan</a>'
|
|
|
+ *nl
|
|
|
+ '<<$pc_descFull[''throat'']>>'
|
|
|
+ if pcs_throat <= 31:'<a href="exec:pcs_throat += 5 & dynamic $cheatmenu[''looks'']">Increase throat capacity</a>'
|
|
|
+ if pcs_throat >= 5:'<a href="exec:pcs_throat -= 5 & dynamic $cheatmenu[''looks'']">Decrease throat capacity</a>'
|
|
|
+ if dounspell = 1:
|
|
|
+ *nl
|
|
|
+ '<a href="exec:dounsplkil = 2 & gs ''body'', ''hardreset''">Hard Reset body shape</a>'
|
|
|
+ end
|
|
|
+ *nl
|
|
|
+ '<<$pcs_vag>>'
|
|
|
+ if pcs_vag > 0:'<a href="exec:pcs_vag = 0 & dynamic $cheatmenu[''looks'']">Reinstate virginity</a>'
|
|
|
+ if stat['think_virgin'] < 1:'<a href="exec:stat[''vaginal''] = 0 & stat[''vaginal_fist''] = 0 & stat[''vaginal_dildo''] = 0 & stat[''vaginal_strap''] = 0 & dynamic $cheatmenu[''looks'']">Make Sveta believe she is a virgin again (resets the related sex stats)</a>'
|
|
|
+ if pcs_vag <= 25:'<a href="exec:gs ''Cheatmenu_din'', ''vagenlarge''">Enlarge comfortable vaginal capacity</a>'
|
|
|
+ if pcs_vag >= 5:'<a href="exec:gs ''Cheatmenu_din'', ''vagreduce''">Reduce comfortable vaginal capacity</a>'
|
|
|
+ 'Your comfortable vaginal capacity will reduce by <<vshrink>> every <<vshrinkdays>> days.'
|
|
|
+ if vshrink < 10:'<a href="exec:vshrink += 1 & dynamic $cheatmenu[''looks'']">Increase amount of reduction</a>'
|
|
|
+ if vshrink > 0:'<a href="exec:vshrink -= 1 & dynamic $cheatmenu[''looks'']">Reduce amount of reduction</a>'
|
|
|
+ if vshrinkdays < 10:'<a href="exec:vshrinkdays += 1 & dynamic $cheatmenu[''looks'']">Increase number of days it takes</a>'
|
|
|
+ if vshrinkdays > 1:'<a href="exec:vshrinkdays -= 1 & dynamic $cheatmenu[''looks'']">Reduce number of days it takes</a>'
|
|
|
+ 'When gaped your vagina will reduce each stage (up to 4 for maximum gape) every <<vgape[4]>> minutes.'
|
|
|
+ if vgape[4] < 60:'<a href="exec:vgape[4] += 5 & dynamic $cheatmenu[''looks'']">Increase time by 5 minutes</a>'
|
|
|
+ if vgape[4] > 5:'<a href="exec:vgape[4] -= 5 & dynamic $cheatmenu[''looks'']">Reduce time by 5 minutes</a>'
|
|
|
+ *nl
|
|
|
+ '<<$pcs_ass>>'
|
|
|
+ if pcs_ass <= 25:'<a href="exec:gs ''Cheatmenu_din'', ''assenlarge''">Enlarge comfortable anal capacity</a>'
|
|
|
+ if pcs_ass >= 5:'<a href="exec:gs ''Cheatmenu_din'', ''assreduce''">Reduce comfortable anal capacity</a>'
|
|
|
+ 'Your comfortable anal capacity will reduce by <<ashrink>> every <<ashrinkdays>> days.'
|
|
|
+ if ashrink < 10:'<a href="exec:ashrink += 1 & dynamic $cheatmenu[''looks'']">Increase amount of reduction</a>'
|
|
|
+ if ashrink > 0:'<a href="exec:ashrink -= 1 & dynamic $cheatmenu[''looks'']">Reduce amount of reduction</a>'
|
|
|
+ if ashrinkdays < 10:'<a href="exec:ashrinkdays += 1 & dynamic $cheatmenu[''looks'']">Increase number of days it takes</a>'
|
|
|
+ if ashrinkdays > 1:'<a href="exec:ashrinkdays -= 1 & dynamic $cheatmenu[''looks'']">Reduce number of days it takes</a>'
|
|
|
+ 'When gaped your anus will reduce each stage (up to 4 for maximum gape) every <<agape[4]>> minutes.'
|
|
|
+ if agape[4] < 60:'<a href="exec:agape[4] += 5 & dynamic $cheatmenu[''looks'']">Increase time by 5 minutes</a>'
|
|
|
+ if agape[4] > 5:'<a href="exec:agape[4] -= 5 & dynamic $cheatmenu[''looks'']">Reduce time by 5 minutes</a>'
|
|
|
+ '</td><td width="33%" valign="top">'
|
|
|
+ !*nl
|
|
|
+ if dounspell = 0:
|
|
|
+ if fat ! 0: '<a href="exec:fat = 0 & dynamic $cheatmenu[''looks'']">Zero fat</a>'
|
|
|
+ 'Body Fat = (<<pcs_mass[''body'']>>): <a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_body'', -10">-10</a> <a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_body'', -5">-5</a> <a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_body'', -1">-1</a> <a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_body'', 1">+1</a> <a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_body'', 5">+5</a> <a href="exec: gs ''Cheatmenu_din'', ''change_pcs_mass_body'', 10">+10</a>'
|
|
|
+ '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. <<func(''body'', ''CalcOptBodyMass'')>> gives a bmi of 22.5.'
|
|
|
+ end
|
|
|
+ *nl
|
|
|
+ '<a href="exec:dynamic $cheatmenu[''tatoo'']">Tattoo removal</a>'
|
|
|
+ *nl
|
|
|
+ '<<$hair>>'
|
|
|
+ if pcs_haircol = 0:
|
|
|
+ 'Your hair is now (prev) <<$pcs_haircol>> <a href="exec:pcs_haircol +=1 & dynamic $cheatmenu[''looks''] & nathcol = pcs_haircol">(next)</a>'
|
|
|
+ elseif pcs_haircol > 0 and pcs_haircol < 3:
|
|
|
+ 'Your hair is now <a href="exec:pcs_haircol -=1 & dynamic $cheatmenu[''looks'']" & nathcol = pcs_haircol>(prev)</a> <<$pcs_haircol>> <a href="exec:pcs_haircol +=1 & dynamic $cheatmenu[''looks'']" & pcs_haircol = nathcol>(next)</a>'
|
|
|
+ elseif pcs_haircol = 3:
|
|
|
+ 'Your hair is now <a href="exec:pcs_haircol -=1 & dynamic $cheatmenu[''looks'']" & nathcol = pcs_haircol>(prev)</a> <<$pcs_haircol>> (next)'
|
|
|
+ else
|
|
|
+ 'To change your natural hair color, you have to <a href="exec:pcs_haircol = nathcol & dynamic $cheatmenu[''looks'']">restore your natural hair color</a> first.'
|
|
|
+ end
|
|
|
+ if pcs_hairlng > 975:
|
|
|
+ 'Hair length (<<pcs_hairlng>>) <a href="exec:pcs_hairlng -= 100 & dynamic $cheatmenu[''looks'']">-100</a> <a href="exec:pcs_hairlng -= 25 & dynamic $cheatmenu[''looks'']">-25</a> <a href="exec:pcs_hairlng -= 5 & dynamic $cheatmenu[''looks'']">-5</a> <a href="exec:pcs_hairlng += 5 & dynamic $cheatmenu[''looks'']">+5</a>'
|
|
|
+ elseif pcs_hairlng > 900:
|
|
|
+ 'Hair length (<<pcs_hairlng>>) <a href="exec:pcs_hairlng -= 100 & dynamic $cheatmenu[''looks'']">-100</a> <a href="exec:pcs_hairlng -= 25 & dynamic $cheatmenu[''looks'']">-25</a> <a href="exec:pcs_hairlng -= 5 & dynamic $cheatmenu[''looks'']">-5</a> <a href="exec:pcs_hairlng += 5 & dynamic $cheatmenu[''looks'']">+5</a> <a href="exec:pcs_hairlng += 25 & dynamic $cheatmenu[''looks'']">+25</a>'
|
|
|
+ elseif pcs_hairlng >= 100:
|
|
|
+ 'Hair length (<<pcs_hairlng>>) <a href="exec:pcs_hairlng -= 100 & dynamic $cheatmenu[''looks'']">-100</a> <a href="exec:pcs_hairlng -= 25 & dynamic $cheatmenu[''looks'']">-25</a> <a href="exec:pcs_hairlng -= 5 & dynamic $cheatmenu[''looks'']">-5</a> <a href="exec:pcs_hairlng += 5 & dynamic $cheatmenu[''looks'']">+5</a> <a href="exec:pcs_hairlng += 25 & dynamic $cheatmenu[''looks'']">+25</a> <a href="exec:pcs_hairlng += 100 & dynamic $cheatmenu[''looks'']">+100</a>'
|
|
|
+ elseif pcs_hairlng >= 25:
|
|
|
+ 'Hair length (<<pcs_hairlng>>) <a href="exec:pcs_hairlng -= 25 & dynamic $cheatmenu[''looks'']">-25</a> <a href="exec:pcs_hairlng -= 5 & dynamic $cheatmenu[''looks'']">-5</a> <a href="exec:pcs_hairlng += 5 & dynamic $cheatmenu[''looks'']">+5</a> <a href="exec:pcs_hairlng += 25 & dynamic $cheatmenu[''looks'']">+25</a> <a href="exec:pcs_hairlng += 100 & dynamic $cheatmenu[''looks'']">+100</a>'
|
|
|
+ elseif pcs_hairlng >= 5:
|
|
|
+ 'Hair length (<<pcs_hairlng>>) <a href="exec:pcs_hairlng -= 5 & dynamic $cheatmenu[''looks'']">-5</a> <a href="exec:pcs_hairlng += 5 & dynamic $cheatmenu[''looks'']">+5</a> <a href="exec:pcs_hairlng += 25 & dynamic $cheatmenu[''looks'']">+25</a> <a href="exec:pcs_hairlng += 100 & dynamic $cheatmenu[''looks'']">+100</a>'
|
|
|
+ else
|
|
|
+ 'Hair length (<<pcs_hairlng>>) <a href="exec:pcs_hairlng += 5 & dynamic $cheatmenu[''looks'']">+5</a> <a href="exec:pcs_hairlng += 25 & dynamic $cheatmenu[''looks'']">+25</a> <a href="exec:pcs_hairlng += 100 & dynamic $cheatmenu[''looks'']">+100</a>'
|
|
|
+ end
|
|
|
+ if hairgrowcht = 0:'<a href="exec:hairgrowcht = 1 & dynamic $cheatmenu[''looks'']">Stop hair growth</a>'
|
|
|
+ if hairgrowcht = 1:'<a href="exec:hairgrowcht = 0 & dynamic $cheatmenu[''looks'']">Allow hair growth</a>'
|
|
|
+ *nl
|
|
|
+ '<<$pc_descFull[''eyes'']>>'
|
|
|
+ if pcs_naturallashes < 2:'<a href="exec:pcs_naturallashes += 1 & dynamic $cheatmenu[''looks'']">Enlarge lashes</a>'
|
|
|
+ if pcs_naturallashes > 0:'<a href="exec:pcs_naturallashes -= 1 & dynamic $cheatmenu[''looks'']">Shrink lashes</a>'
|
|
|
+ if pcs_eyesize < 3:'<a href="exec:pcs_eyesize += 1 & dynamic $cheatmenu[''looks'']">Increase the size of the eye</a>'
|
|
|
+ if pcs_eyesize > 0:'<a href="exec:pcs_eyesize -= 1 & dynamic $cheatmenu[''looks'']">Reduce the size of the eye</a>'
|
|
|
+ if pcs_eyecol <= 0:
|
|
|
+ 'Your eyes are now (prev) <<$pcs_eyecol>> <a href="exec:pcs_eyecol +=1 & dynamic $cheatmenu[''looks'']">(next)</a>'
|
|
|
+ elseif pcs_eyecol > 0 and pcs_eyecol < 3:
|
|
|
+ 'Your eyes are now <a href="exec:pcs_eyecol -=1 & dynamic $cheatmenu[''looks'']">(prev)</a> <<$pcs_eyecol>> <a href="exec:pcs_eyecol +=1 & dynamic $cheatmenu[''looks'']">(next)</a>'
|
|
|
+ elseif pcs_eyecol >= 3:
|
|
|
+ 'Your eyes are now <a href="exec:pcs_eyecol -=1 & dynamic $cheatmenu[''looks'']">(prev)</a> <<$pcs_eyecol>> (next)'
|
|
|
+ end
|
|
|
+ '</td></tr></table>'
|
|
|
end
|
|
|
|
|
|
$cheatmenu['change_avatar_path'] = "gs 'Cheatmenu_din', 'change_avatar_path'"
|
|
@@ -1161,42 +1174,96 @@ if $ARGS[0] = 'tatoo':
|
|
|
'<center><h1>Cheat Menu - Tattoos</h1></center>'
|
|
|
act 'Return to appearance menu':dynamic $cheatmenu['looks']
|
|
|
*nl
|
|
|
- if tatarm = 0:'You do not have a tattoo on your arm</a>'
|
|
|
- if tatarm >= 1:'<a href="exec:tattCount-=1 & tatarm = 0 & dynamic $cheatmenu[''tatoo'']">Remove your arm tattoo</a>'
|
|
|
- if tatass = 0:'You do not have a tattoo on your ass</a>'
|
|
|
- if tatass >= 1:'<a href="exec:tattCount-=1 & tatass = 0 & dynamic $cheatmenu[''tatoo'']">Remove your ass tattoo</a>'
|
|
|
- if tatback = 0:'You do not have a tattoo on your back</a>'
|
|
|
- if tatback >= 1:'<a href="exec:tattCount-=1 & tatback = 0 & dynamic $cheatmenu[''tatoo'']">Remove your back tattoo</a>'
|
|
|
- if tatblly = 0:'You do not have a tattoo on your belly</a>'
|
|
|
- if tatblly >= 1:'<a href="exec:tattCount-=1 & tatblly = 0 & dynamic $cheatmenu[''tatoo'']">Remove your belly tattoo</a>'
|
|
|
- if tatbrst = 0:'You do not have a tattoo on your breast</a>'
|
|
|
- if tatbrst >= 1:'<a href="exec:tattCount-=1 & tatbrst = 0 & dynamic $cheatmenu[''tatoo'']">Remove your breast tattoo</a>'
|
|
|
- if tatchst = 0:'You do not have a tattoo on your chest</a>'
|
|
|
- if tatchst >= 1:'<a href="exec:tattCount-=1 & tatchst = 0 & dynamic $cheatmenu[''tatoo'']">Remove your chest tattoo</a>'
|
|
|
- if tatfce = 0:'You do not have a tattoo on your face</a>'
|
|
|
- if tatfce >= 1:'<a href="exec:tattCount-=1 & tatfce = 0 & dynamic $cheatmenu[''tatoo'']">Remove your face tattoo</a>'
|
|
|
- if tatankle = 0:'You do not have a tattoo on your ankle</a>'
|
|
|
- if tatankle >= 1:'<a href="exec:tattCount-=1 & tatankle = 0 & dynamic $cheatmenu[''tatoo'']">Remove your ankle tattoo</a>'
|
|
|
- if tatleg = 0:'You do not have a tattoo on your leg</a>'
|
|
|
- if tatleg >= 1:'<a href="exec:tattCount-=1 & tatleg = 0 & dynamic $cheatmenu[''tatoo'']">Remove your leg tattoo</a>'
|
|
|
- if tatlip = 0:'You do not have a tattoo on your lip</a>'
|
|
|
- if tatlip >= 1:'<a href="exec:tattCount-=1 & tatlip = 0 & dynamic $cheatmenu[''tatoo'']">Remove your lip tattoo</a>'
|
|
|
- if tatneck = 0:'You do not have a tattoo on your neck</a>'
|
|
|
- if tatneck >= 1:'<a href="exec:tattCount-=1 & tatneck = 0 & dynamic $cheatmenu[''tatoo'']">Remove your neck tattoo</a>'
|
|
|
- if tatvag = 0:'You do not have a pubic tattoo</a>'
|
|
|
- if tatvag >= 1:'<a href="exec:tattCount-=1 & tatvag = 0 & dynamic $cheatmenu[''tatoo'']">Remove your pubic tattoo</a>'
|
|
|
- if tatlech = 0:'You do not have a tattoo on your shoulder</a>'
|
|
|
- if tatlech >= 1:'<a href="exec:tattCount-=1 & tatlech = 0 & dynamic $cheatmenu[''tatoo'']">Remove your shoulder tattoo</a>'
|
|
|
- if tatside = 0:'You do not have a tattoo on your side</a>'
|
|
|
- if tatside >= 1:'<a href="exec:tattCount-=1 & tatside = 0 & dynamic $cheatmenu[''tatoo'']">Remove your the tattoo on your side</a>'
|
|
|
- if tatupb = 0:'You do not have a tramp stamp</a>'
|
|
|
- if tatupb >= 1:'<a href="exec:tattCount-=1 & tatupb = 0 & dynamic $cheatmenu[''tatoo'']">Remove your tramp stamp</a>'
|
|
|
- if tatunder = 0:'You do not have an under breast tattoo</a>'
|
|
|
- if tatunder >= 1:'<a href="exec:tattCount-=1 & tatunder = 0 & dynamic $cheatmenu[''tatoo'']">Remove your under breast tattoo</a>'
|
|
|
- if tatwrist = 0:'You do not have a tattoo on your wrist</a>'
|
|
|
- if tatwrist >= 1:'<a href="exec:tattCount-=1 & tatwrist = 0 & dynamic $cheatmenu[''tatoo'']">Remove your wrist tattoo</a>'
|
|
|
- if tathand = 0:'You do not have a tattoo on your hand</a>'
|
|
|
- if tathand >= 1:'<a href="exec:tattCount-=1 & tathand = 0 & dynamic $cheatmenu[''tatoo'']">Remove your hand tattoo</a>'
|
|
|
+ if pcs_tattoos['ankle'] <= 0:
|
|
|
+ 'You do not have a tattoo on your ankle'
|
|
|
+ else
|
|
|
+ '<a href="exec: gs ''tattoo_management'', ''remove'', ''ankle'' & gs ''Cheatmenu_din'', ''tatoo''">Remove your ankle tattoo</a>'
|
|
|
+ end
|
|
|
+ if pcs_tattoos['arm'] <= 0:
|
|
|
+ 'You do not have a tattoo on your arm'
|
|
|
+ else
|
|
|
+ '<a href="exec: gs ''tattoo_management'', ''remove'', ''arm'' & gs ''Cheatmenu_din'', ''tatoo''">Remove your arm tattoo</a>'
|
|
|
+ end
|
|
|
+ if pcs_tattoos['ass'] <= 0:
|
|
|
+ 'You do not have a tattoo on your ass'
|
|
|
+ else
|
|
|
+ '<a href="exec: gs ''tattoo_management'', ''remove'', ''ass'' & gs ''Cheatmenu_din'', ''tatoo''">Remove your ass tattoo</a>'
|
|
|
+ end
|
|
|
+ if pcs_tattoos['back'] <= 0:
|
|
|
+ 'You do not have a tattoo on your back'
|
|
|
+ else
|
|
|
+ '<a href="exec: gs ''tattoo_management'', ''remove'', ''back'' & gs ''Cheatmenu_din'', ''tatoo''">Remove your back tattoo</a>'
|
|
|
+ end
|
|
|
+ if pcs_tattoos['belly'] <= 0:
|
|
|
+ 'You do not have a tattoo on your belly'
|
|
|
+ else
|
|
|
+ '<a href="exec: gs ''tattoo_management'', ''remove'', ''belly'' & gs ''Cheatmenu_din'', ''tatoo''">Remove your belly tattoo</a>'
|
|
|
+ end
|
|
|
+ if pcs_tattoos['breast'] <= 0:
|
|
|
+ 'You do not have a tattoo on your breast'
|
|
|
+ else
|
|
|
+ '<a href="exec: gs ''tattoo_management'', ''remove'', ''breast'' & gs ''Cheatmenu_din'', ''tatoo''">Remove your breast tattoo</a>'
|
|
|
+ end
|
|
|
+ if pcs_tattoos['chest'] <= 0:
|
|
|
+ 'You do not have a tattoo on your chest'
|
|
|
+ else
|
|
|
+ '<a href="exec: gs ''tattoo_management'', ''remove'', ''chest'' & gs ''Cheatmenu_din'', ''tatoo''">Remove your chest tattoo</a>'
|
|
|
+ end
|
|
|
+ if pcs_tattoos['face'] <= 0:
|
|
|
+ 'You do not have a tattoo on your face'
|
|
|
+ else
|
|
|
+ '<a href="exec: gs ''tattoo_management'', ''remove'', ''face'' & gs ''Cheatmenu_din'', ''tatoo''">Remove your face tattoo</a>'
|
|
|
+ end
|
|
|
+ if pcs_tattoos['leg'] <= 0:
|
|
|
+ 'You do not have a tattoo on your leg'
|
|
|
+ else
|
|
|
+ '<a href="exec: gs ''tattoo_management'', ''remove'', ''leg'' & gs ''Cheatmenu_din'', ''tatoo''">Remove your leg tattoo</a>'
|
|
|
+ end
|
|
|
+ if pcs_tattoos['lip'] <= 0:
|
|
|
+ 'You do not have a tattoo on your leg'
|
|
|
+ else
|
|
|
+ '<a href="exec: gs ''tattoo_management'', ''remove'', ''lip'' & gs ''Cheatmenu_din'', ''tatoo''">Remove your lip tattoo</a>'
|
|
|
+ end
|
|
|
+ if pcs_tattoos['neck'] <= 0:
|
|
|
+ 'You do not have a tattoo on your neck'
|
|
|
+ else
|
|
|
+ '<a href="exec: gs ''tattoo_management'', ''remove'', ''neck'' & gs ''Cheatmenu_din'', ''tatoo''">Remove your neck tattoo</a>'
|
|
|
+ end
|
|
|
+ if pcs_tattoos['pussy'] <= 0:
|
|
|
+ 'You do not have a pubic tattoo'
|
|
|
+ else
|
|
|
+ '<a href="exec: gs ''tattoo_management'', ''remove'', ''pussy'' & gs ''Cheatmenu_din'', ''tatoo''">Remove your pubic tattoo</a>'
|
|
|
+ end
|
|
|
+ if pcs_tattoos['shoulder'] <= 0:
|
|
|
+ 'You do not have a tattoo on your shoulder'
|
|
|
+ else
|
|
|
+ '<a href="exec: gs ''tattoo_management'', ''remove'', ''shoulder'' & gs ''Cheatmenu_din'', ''tatoo''">Remove your shoulder tattoo</a>'
|
|
|
+ end
|
|
|
+ if pcs_tattoos['side'] <= 0:
|
|
|
+ 'You do not have a tattoo on your side'
|
|
|
+ else
|
|
|
+ '<a href="exec: gs ''tattoo_management'', ''remove'', ''side'' & gs ''Cheatmenu_din'', ''tatoo''">Remove your the tattoo on your side</a>'
|
|
|
+ end
|
|
|
+ if pcs_tattoos['tramp'] <= 0:
|
|
|
+ 'You do not have a tramp stamp'
|
|
|
+ else
|
|
|
+ '<a href="exec: gs ''tattoo_management'', ''remove'', ''tramp'' & gs ''Cheatmenu_din'', ''tatoo''">Remove your tramp stamp</a>'
|
|
|
+ end
|
|
|
+ if pcs_tattoos['under'] <= 0:
|
|
|
+ 'You do not have an under breast tattoo'
|
|
|
+ else
|
|
|
+ '<a href="exec: gs ''tattoo_management'', ''remove'', ''under'' & gs ''Cheatmenu_din'', ''tatoo''">Remove your under breast tattoo</a>'
|
|
|
+ end
|
|
|
+ if pcs_tattoos['wrist'] <= 0:
|
|
|
+ 'You do not have a tattoo on your wrist'
|
|
|
+ else
|
|
|
+ '<a href="exec: gs ''tattoo_management'', ''remove'', ''wrist'' & gs ''Cheatmenu_din'', ''tatoo''">Remove your wrist tattoo</a>'
|
|
|
+ end
|
|
|
+ if pcs_tattoos['hand'] <= 0:
|
|
|
+ 'You do not have a tattoo on your hand'
|
|
|
+ else
|
|
|
+ '<a href="exec: gs ''tattoo_management'', ''remove'', ''hand'' & gs ''Cheatmenu_din'', ''tatoo''">Remove your hand tattoo</a>'
|
|
|
+ end
|
|
|
if cosmetic_tattoo = 0:'You do not have the makup tattoo</a>'
|
|
|
if cosmetic_tattoo >= 1:'<a href="exec:cosmetic_tattoo = 0 & dynamic $cheatmenu[''tatoo'']">Remove your makup tattoo</a>'
|
|
|
end
|