From a3024a4ca87ea4ec974076de8fabc66ce9cac0bd Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Sun, 30 Jan 2011 11:29:48 +0100 Subject: replace variable Naem_Quest_Done by bit in FLAGS var --- 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 4b3b2f14..62eada3d 100644 --- a/npc/functions/clear_vars.txt +++ b/npc/functions/clear_vars.txt @@ -99,6 +99,9 @@ function script ClearVariables { if (Open_Underground_Palace_Barrier) set FLAGS, FLAGS | FLAG_OPENED_UNDERGROUND; set Open_Underground_Palace_Barrier, 0; + if (Naem_Quest_Done) set FLAGS, FLAGS | FLAG_GOT_NAEM_GLOVES; + set Naem_Quest_Done, 0; + if (#BankAccount < 0) goto FixBank; return; -- cgit v1.2.3-60-g2f50