|
@@ -39,6 +39,7 @@ $cheatmenu['setting'] = {
|
|
|
*nl
|
|
|
'Renaming porn movies you star in: <a href="exec: cheatVars[''rename_porn''] = iif(cheatVars[''rename_porn''], 0, 1) & dynamic $cheatmenu[$cheatmenu[''this_menu'']]"><<iif(cheatVars[''rename_porn''] , ''Enabled'', ''Disabled'')>></a>'
|
|
|
'Remove "once a week" therapist limit: <a href="exec: cheatVars[''therapist_schedule''] = iif(cheatVars[''therapist_schedule''], 0, 1) & dynamic $cheatmenu[$cheatmenu[''this_menu'']]"><<iif(cheatVars[''therapist_schedule''] , ''Enabled'', ''Disabled'')>></a>'
|
|
|
+ if blackmailQW['stage'] ! 0: 'Purge the "Blackmailer" questline: <a href="exec: gs ''blackmailer'', ''purge_all'' & dynamic $cheatmenu[$cheatmenu[''this_menu'']]">Permanently reset the entire questline!</a>'
|
|
|
*nl
|
|
|
|
|
|
'<B>Difficulty Setting</B>'
|
|
@@ -79,7 +80,7 @@ $cheatmenu['dynamic'] = {
|
|
|
$cheatmenu['vartracker'] = {
|
|
|
gs'stat'
|
|
|
cls
|
|
|
- act 'Return to cheat index': dynamic $cheatmenu
|
|
|
+ act 'Return to cheat index': dynamic $cheatmenu['index']
|
|
|
'<center><h1>Cheat menu</h1></center>'
|
|
|
'<center>For testing purposes.<br>If reporting a bug only the lines in red are neccessary.</center>'
|
|
|
*nl
|