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/functions/clear_vars.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'world/map/npc/functions') diff --git a/world/map/npc/functions/clear_vars.txt b/world/map/npc/functions/clear_vars.txt index 08ecfed7..71d81fcb 100644 --- a/world/map/npc/functions/clear_vars.txt +++ b/world/map/npc/functions/clear_vars.txt @@ -99,6 +99,8 @@ function|script|ClearVariables|{ set Bugleg, 0; // variable isn't used set QUEST_clothdyer_state, 0; + // variable was moved to a temporary player variable + set KatzeBeenOutside, 0; //These lines are needed to migrate stuff from variables to flags if (Open_Underground_Palace_Barrier) -- cgit v1.2.3-70-g09d2