summaryrefslogtreecommitdiff
path: root/npc/functions/clear_vars.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/clear_vars.txt')
-rw-r--r--npc/functions/clear_vars.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/functions/clear_vars.txt b/npc/functions/clear_vars.txt
index 65d21291..537012c8 100644
--- a/npc/functions/clear_vars.txt
+++ b/npc/functions/clear_vars.txt
@@ -21,6 +21,12 @@ function script ClearVariables {
setq Quest_Doomsday, 2;
#DD5_TALLY = 0; // Whatever, one is enough
}
+ if (#CHRONOS) {
+ #CHRONOS = 0; // No longer used
+ }
+ if (#X21) {
+ #X21 = 0; // Flag for old events
+ }
if (#BankAccount) {
BankVault += #BankAccount;
#BankAccount = 0;