summaryrefslogtreecommitdiff
path: root/npc/029-1/soul-menhir.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/029-1/soul-menhir.txt')
-rw-r--r--npc/029-1/soul-menhir.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/029-1/soul-menhir.txt b/npc/029-1/soul-menhir.txt
new file mode 100644
index 00000000..0c7d4a77
--- /dev/null
+++ b/npc/029-1/soul-menhir.txt
@@ -0,0 +1,15 @@
+
+029-1,39,101,0 script Soul Menhir#candor NPC344,{
+ @map$ = "029-1";
+ setarray @Xs, 38, 39, 40, 38, 40, 38, 39, 40;
+ setarray @Ys, 100, 100, 100, 101, 101, 102, 102, 102;
+ @x = 0;
+ @y = 0;
+ callfunc "SoulMenhir";
+ @map$ = "";
+ cleararray @Xs[0], 0, getarraysize(@Xs);
+ cleararray @Ys[0], 0, getarraysize(@Ys);
+ @x = 0;
+ @y = 0;
+ close;
+}