|
@@ -488,6 +488,17 @@ $cheatmenu['street_rapists'] = {
|
|
end
|
|
end
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+$cheatmenu['shaveLegs'] = {
|
|
|
|
+ if cheatShaveLegs = 0:
|
|
|
|
+ cheatShaveLegs = 1
|
|
|
|
+ dynamic $cheatmenu['permanent']
|
|
|
|
+ exit
|
|
|
|
+ elseif cheatShaveLegs = 1:
|
|
|
|
+ cheatShaveLegs = 0
|
|
|
|
+ dynamic $cheatmenu['permanent']
|
|
|
|
+ end
|
|
|
|
+}
|
|
|
|
+
|
|
$cheatmenu['permanent'] = {
|
|
$cheatmenu['permanent'] = {
|
|
gs'stat'
|
|
gs'stat'
|
|
*clr & cla
|
|
*clr & cla
|
|
@@ -556,6 +567,8 @@ $cheatmenu['permanent'] = {
|
|
if cheat_street_robbers = 1: $cheat_street_robbers = 'Disabled'
|
|
if cheat_street_robbers = 1: $cheat_street_robbers = 'Disabled'
|
|
if cheat_street_rapists = 0: $cheat_street_rapists = 'Enabled'
|
|
if cheat_street_rapists = 0: $cheat_street_rapists = 'Enabled'
|
|
if cheat_street_rapists = 1: $cheat_street_rapists = 'Disabled'
|
|
if cheat_street_rapists = 1: $cheat_street_rapists = 'Disabled'
|
|
|
|
+ if cheatShaveLegs = 0: $cheatShaveLegs = 'Enabled'
|
|
|
|
+ if cheatShaveLegs = 1: $cheatShaveLegs = 'Disabled'
|
|
|
|
|
|
'<center><h1>Cheat Menu - Recurrent Cheats</h1></center>'
|
|
'<center><h1>Cheat Menu - Recurrent Cheats</h1></center>'
|
|
'<center><font color="red"><b>WARNING!</b></font>: Disabling states may cause some events not to trigger. Use at your own risk!</center>'
|
|
'<center><font color="red"><b>WARNING!</b></font>: Disabling states may cause some events not to trigger. Use at your own risk!</center>'
|
|
@@ -572,6 +585,7 @@ $cheatmenu['permanent'] = {
|
|
'Never unhappy: <a href="exec:dynamic $cheatmenu[''noMood'']"><<$cheatNoMood>></a>'
|
|
'Never unhappy: <a href="exec:dynamic $cheatmenu[''noMood'']"><<$cheatNoMood>></a>'
|
|
'Never lose or gain weight: <a href="exec:dynamic $cheatmenu[''noFat'']"><<$cheatNoFat>></a>'
|
|
'Never lose or gain weight: <a href="exec:dynamic $cheatmenu[''noFat'']"><<$cheatNoFat>></a>'
|
|
'Never get addicted: <a href="exec:dynamic $cheatmenu[''addict'']"><<$NarkImmune>></a>'
|
|
'Never get addicted: <a href="exec:dynamic $cheatmenu[''addict'']"><<$NarkImmune>></a>'
|
|
|
|
+ 'Never shave legs: <a href="exec:dynamic $cheatmenu[''shaveLegs'']"><<$cheatShaveLegs>></a>'
|
|
|
|
|
|
if Enable_sforma = 1:
|
|
if Enable_sforma = 1:
|
|
'Allow any clothing for school: <a href="exec:Enable_sforma = 0 & dynamic $cheatmenu[''permanent'']">Currently ON</a>'
|
|
'Allow any clothing for school: <a href="exec:Enable_sforma = 0 & dynamic $cheatmenu[''permanent'']">Currently ON</a>'
|