From dc4e317c99519efb45b23e5402ffc52359f8d319 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 1 May 2021 15:08:05 -0300 Subject: Rewrite Hide'n'Seek quest with new quest system because HoraK was annoyed. --- npc/functions/clear_vars.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc/functions/clear_vars.txt') diff --git a/npc/functions/clear_vars.txt b/npc/functions/clear_vars.txt index 8f2729b0..a93d59ad 100644 --- a/npc/functions/clear_vars.txt +++ b/npc/functions/clear_vars.txt @@ -6,6 +6,9 @@ function script ClearVariables { setq CandorQuest_Valon, QL_VALON; QL_VALON=0; } + if (QL_HIDENSEEK) { + setq CandorQuest_HideNSeek, (QL_HIDENSEEK >= 64 ? 2 : 1), (QL_HIDENSEEK-1); + } // Don't ask me what code below does // ---------------------------------- -- cgit v1.2.3-60-g2f50