summaryrefslogtreecommitdiff
path: root/npc/005-1/soul-menhir.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-1/soul-menhir.txt')
-rw-r--r--npc/005-1/soul-menhir.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/005-1/soul-menhir.txt b/npc/005-1/soul-menhir.txt
new file mode 100644
index 000000000..67168bbfc
--- /dev/null
+++ b/npc/005-1/soul-menhir.txt
@@ -0,0 +1,15 @@
+
+005-1,36,87,0 script Soul Menhir#candor NPC_PLAYER,{
+ @map$ = "005-1"; // 101→90
+ setarray @Xs, 35, 36, 37, 35, 37, 35, 36, 37;
+ setarray @Ys, 89, 89, 89, 90, 90, 91, 91, 91;
+ @x = 0;
+ @y = 0;
+ callfunc "SoulMenhir";
+ @map$ = "";
+ cleararray @Xs[0], 0, getarraysize(@Xs);
+ cleararray @Ys[0], 0, getarraysize(@Ys);
+ @x = 0;
+ @y = 0;
+ close;
+}