|
@@ -51,7 +51,6 @@ $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>'
|
|
@@ -253,6 +252,7 @@ $cheatmenu['index'] = {
|
|
|
*nl
|
|
|
'Hide Console input in objects window: <a href="exec: cheatVars[''console''] = iif(cheatVars[''console''], 0, 1) & dynamic $cheatmenu[$cheatmenu[''this_menu'']]"><<iif(cheatVars[''console''] , ''Enabled'', ''Disabled'')>></a>'
|
|
|
'Time Cheat in Objects window: <a href="exec: cheatVars[''time''] = iif(cheatVars[''time''], 0, 1) & dynamic $cheatmenu[$cheatmenu[''this_menu'']]"><<iif(cheatVars[''time''] , ''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
|
|
|
'<a href="exec:dynamic $cheatmenu[''vartracker'']"><b>Variable tracker</b></a>'
|
|
|
'</tr></table></b></center>'
|