diff options
Diffstat (limited to 'npc/001-1_Tulimshar/banker.txt')
-rw-r--r-- | npc/001-1_Tulimshar/banker.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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; |