summaryrefslogtreecommitdiff
path: root/npc/functions/clear_vars.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-06 06:50:21 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-06 06:50:21 -0300
commite43ce193630e342d66d3e5dc8fc438c88f5e851e (patch)
treed89d8a70c2f5c33f31a7897edf9bde6e14c7ef81 /npc/functions/clear_vars.txt
parentdc4e317c99519efb45b23e5402ffc52359f8d319 (diff)
downloadserverdata-e43ce193630e342d66d3e5dc8fc438c88f5e851e.tar.gz
serverdata-e43ce193630e342d66d3e5dc8fc438c88f5e851e.tar.bz2
serverdata-e43ce193630e342d66d3e5dc8fc438c88f5e851e.tar.xz
serverdata-e43ce193630e342d66d3e5dc8fc438c88f5e851e.zip
Reintroduce Slot Machine Monocle Quest.
Fixes #30
Diffstat (limited to 'npc/functions/clear_vars.txt')
-rw-r--r--npc/functions/clear_vars.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/clear_vars.txt b/npc/functions/clear_vars.txt
index a93d59ad..82ac931f 100644
--- a/npc/functions/clear_vars.txt
+++ b/npc/functions/clear_vars.txt
@@ -2,6 +2,7 @@
function script ClearVariables {
if (@login_event != 1) goto L_Deprecated;
+ // Remove old variables to new quest system
if (QL_VALON) {
setq CandorQuest_Valon, QL_VALON;
QL_VALON=0;