From e0e679a8a695641d1845c28bebe1c7e83c21a39f Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Thu, 7 Feb 2013 16:36:00 +0100 Subject: Add variables to clear_vars that doesn't occur anywhere in the game data, but were found in the save file. --- world/map/npc/functions/clear_vars.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'world/map/npc/functions/clear_vars.txt') diff --git a/world/map/npc/functions/clear_vars.txt b/world/map/npc/functions/clear_vars.txt index fda2f756..48002fa4 100644 --- a/world/map/npc/functions/clear_vars.txt +++ b/world/map/npc/functions/clear_vars.txt @@ -1,6 +1,8 @@ // Clears old variables function|script|ClearVariables|{ + set EasterQuest, 0; + // Halloween 2006 set HWQUEST1, 0; set HWQUEST2, 0; @@ -46,6 +48,8 @@ function|script|ClearVariables|{ set XMASQUEST19, 0; set XMASQUEST20, 0; + set QUEST_Halloween07_state, 0; + set QUEST_xmas07_state, 0; set QUEST_xmas07_milk, 0; set QUEST_xmas07_cookies, 0; @@ -105,6 +109,8 @@ function|script|ClearVariables|{ set xmas2012, 0; + set QUEST_clothdyer_angus, 0; + // Tulimshar and Mine Variables which aren't used anymore set Scorp, 0; set Bugleg, 0; -- cgit v1.2.3-60-g2f50