From 0088f8b3c7522a06b77b21b1fe7e6d8fc73c63fb Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Wed, 9 Jan 2013 16:45:12 +0100 Subject: Katze quest: remove player variable KatzeBeenOutside Use temporary player variable @KatzeNeedsAlone instead with inverted logic. Add nosaveflag to Katze's cave, so when the variable is reset, you're actually outside of the cave. Add KatzeBeenOutside to clear_vars. --- world/map/npc/015-1/barrier.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/015-1') diff --git a/world/map/npc/015-1/barrier.txt b/world/map/npc/015-1/barrier.txt index f17a19fb..0e52125a 100644 --- a/world/map/npc/015-1/barrier.txt +++ b/world/map/npc/015-1/barrier.txt @@ -2,6 +2,6 @@ // progressing with the cat quest. 015-1.gat,59,32,0|script|#CatOutsideBarrier|0,1,1,{ - set KatzeBeenOutside, 1; - // No close here, as this doesn't open any client windows + set @KatzeNeedsAlone, 0; + end; } -- cgit v1.2.3-60-g2f50