From d63a092a2c8eb309aceba8771d47a90a1d8f419d Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Mon, 22 Jan 2024 12:36:52 -0500 Subject: [PATCH] puzzlescript: Add Cheats https://github.com/nwhitehead/pzretro/pull/11 --- cht/PuzzleScript/PuzzleScript.cht | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 cht/PuzzleScript/PuzzleScript.cht diff --git a/cht/PuzzleScript/PuzzleScript.cht b/cht/PuzzleScript/PuzzleScript.cht new file mode 100644 index 000000000..2a472f59c --- /dev/null +++ b/cht/PuzzleScript/PuzzleScript.cht @@ -0,0 +1,13 @@ +# PuzzleScript Cheats +# This is a generic cheats file that applies across all games. +# Toggle the cheat on and off to have it trigger the cheat event. + +cheats = 2 + +cheat0_desc = "Next Level" +cheat0_code = "next" +cheat0_enable = false + +cheat1_desc = "Previous Level" +cheat1_code = "previous" +cheat1_enable = false