summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1_Tulimshar')
-rw-r--r--npc/001-1_Tulimshar/banker.txt2
-rw-r--r--npc/001-1_Tulimshar/soul-menhir.txt1
2 files changed, 3 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;
diff --git a/npc/001-1_Tulimshar/soul-menhir.txt b/npc/001-1_Tulimshar/soul-menhir.txt
index eacdd9e8..00208932 100644
--- a/npc/001-1_Tulimshar/soul-menhir.txt
+++ b/npc/001-1_Tulimshar/soul-menhir.txt
@@ -1,6 +1,7 @@
//
001-1.gat,38,69,0 script Soul Menhir 144, {
+ callfunc "ClearVariables";
set @map$, "001-1.gat";
setarray @Xs, 37, 38, 39, 37, 39, 37, 39;
setarray @Ys, 68, 68, 68, 69, 69, 70, 70;