diff options
Diffstat (limited to 'world/map/npc/functions')
-rw-r--r-- | world/map/npc/functions/clear_vars.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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; |