|
@@ -373,17 +373,6 @@ $cheatmenu['cumtrait_block'] = {
|
|
|
end
|
|
|
}
|
|
|
|
|
|
-$cheatmenu['consolecheat'] = {
|
|
|
- if cheatConsole = 0:
|
|
|
- cheatConsole = 1
|
|
|
- dynamic $cheatmenu['permanent']
|
|
|
- exit
|
|
|
- elseif cheatConsole = 1:
|
|
|
- cheatConsole = 0
|
|
|
- dynamic $cheatmenu['permanent']
|
|
|
- end
|
|
|
-}
|
|
|
-
|
|
|
$cheatmenu['timecheat'] = {
|
|
|
if cheatTime = 0:
|
|
|
cheatTime = 1
|
|
@@ -445,8 +434,6 @@ $cheatmenu['permanent'] = {
|
|
|
if cumeater_cheat = 1:$cheatcumtrait = 'Disabled'
|
|
|
if exhib_cheat = 0:$cheatexhib = 'Enabled'
|
|
|
if exhib_cheat = 1:$cheatexhib = 'Disabled'
|
|
|
- if cheatConsole = 0:$cheatConsole = 'Disabled'
|
|
|
- if cheatConsole = 1:$cheatConsole = 'Enabled'
|
|
|
if cheatTime = 0:$cheatTime = 'Disabled'
|
|
|
if cheatTime = 1:$cheatTime = 'Enabled'
|
|
|
|
|
@@ -512,7 +499,6 @@ $cheatmenu['permanent'] = {
|
|
|
'No dream chance: <a href="exec:Enable_nodream=input(''Enter no dream chance (%)'') & dynamic $cheatmenu[''permanent'']">Currently OFF</a>'
|
|
|
end & !1.2.3 new function
|
|
|
*nl
|
|
|
- 'Console input in Objects window: <a href="exec:dynamic $cheatmenu[''consolecheat'']"><<$cheatConsole>></a>'
|
|
|
'Time Cheat in Objects window: <a href="exec:dynamic $cheatmenu[''timecheat'']"><<$cheatTime>></a>'
|
|
|
*nl
|
|
|
|