|
@@ -418,6 +418,16 @@ $cheatmenu['random_bf_gf'] = {
|
|
end
|
|
end
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+$cheatmenu['street_events'] = {
|
|
|
|
+ if cheat_street_events = 0:
|
|
|
|
+ cheat_street_events = 1
|
|
|
|
+ dynamic $cheatmenu['permanent']
|
|
|
|
+ elseif cheat_street_events = 1:
|
|
|
|
+ cheat_street_events = 0
|
|
|
|
+ dynamic $cheatmenu['permanent']
|
|
|
|
+ end
|
|
|
|
+}
|
|
|
|
+
|
|
$cheatmenu['permanent'] = {
|
|
$cheatmenu['permanent'] = {
|
|
gs'stat'
|
|
gs'stat'
|
|
*clr & cla
|
|
*clr & cla
|
|
@@ -474,6 +484,8 @@ $cheatmenu['permanent'] = {
|
|
if cheatTime = 1:$cheatTime = 'Enabled'
|
|
if cheatTime = 1:$cheatTime = 'Enabled'
|
|
if random_bf_gf_cheat = 0: $random_bf_gf_cheat = 'Enabled'
|
|
if random_bf_gf_cheat = 0: $random_bf_gf_cheat = 'Enabled'
|
|
if random_bf_gf_cheat = 1: $random_bf_gf_cheat = 'Disabled'
|
|
if random_bf_gf_cheat = 1: $random_bf_gf_cheat = 'Disabled'
|
|
|
|
+ if cheat_street_events = 0: $cheat_street_events = 'Enabled'
|
|
|
|
+ if cheat_street_events = 1: $cheat_street_events = 'Disabled'
|
|
|
|
|
|
'<center><h1>Cheat Menu - Recurrent Cheats</h1></center>'
|
|
'<center><h1>Cheat Menu - Recurrent Cheats</h1></center>'
|
|
'<center><table cellspacing="0" cellpadding="20" valign="top"><tr>'
|
|
'<center><table cellspacing="0" cellpadding="20" valign="top"><tr>'
|
|
@@ -494,7 +506,11 @@ $cheatmenu['permanent'] = {
|
|
else
|
|
else
|
|
'Allow any clothing for school: <a href="exec:Enable_sforma = 1 & dynamic $cheatmenu[''permanent'']">Currently OFF</a>'
|
|
'Allow any clothing for school: <a href="exec:Enable_sforma = 1 & dynamic $cheatmenu[''permanent'']">Currently OFF</a>'
|
|
end
|
|
end
|
|
|
|
+
|
|
|
|
+ *nl
|
|
|
|
+
|
|
'Random boyfriend/girlfriend events: <a href="exec:dynamic $cheatmenu[''random_bf_gf'']"><<$random_bf_gf_cheat>></a>'
|
|
'Random boyfriend/girlfriend events: <a href="exec:dynamic $cheatmenu[''random_bf_gf'']"><<$random_bf_gf_cheat>></a>'
|
|
|
|
+ 'Random rapist/robbers in the streets: <a href="exec:dynamic $cheatmenu[''street_events'']"><<$cheat_street_events>></a>'
|
|
|
|
|
|
*nl
|
|
*nl
|
|
|
|
|