From 5ff6b8a397040a73edfe5cf3c9898d0d0cc50e99 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sun, 24 Jan 2010 17:14:53 -0700 Subject: Expand ClearVariables function Now removes event variables from 2009 and tryies to fix negative bank accounts. --- npc/001-1_Tulimshar/banker.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/001-1_Tulimshar/banker.txt') diff --git a/npc/001-1_Tulimshar/banker.txt b/npc/001-1_Tulimshar/banker.txt index c428e6e8..75ea18d5 100644 --- a/npc/001-1_Tulimshar/banker.txt +++ b/npc/001-1_Tulimshar/banker.txt @@ -1,12 +1,14 @@ // 001-1.gat,57,52,0 script Tybalt 107,{ + callfunc "ClearVariables"; set @npcName$, "Tybalt"; callfunc "Banker"; close; } 001-1.gat,51,29,0 script Achar 49,{ + callfunc "ClearVariables"; openstorage; mes "Come again!"; close; -- cgit v1.2.3-70-g09d2