summaryrefslogtreecommitdiff
path: root/npc/003-1/soul-menhir.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/soul-menhir.txt')
-rw-r--r--npc/003-1/soul-menhir.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/003-1/soul-menhir.txt b/npc/003-1/soul-menhir.txt
new file mode 100644
index 000000000..f4e792604
--- /dev/null
+++ b/npc/003-1/soul-menhir.txt
@@ -0,0 +1,20 @@
+// TMW2 scripts.
+// Author:
+// Jesusalva
+// Description:
+// Soul Menhir
+
+003-1,40,48,0 script Soul Menhir#tulim NPC_SOUL_DESERT,{
+ @map$ = "003-1";
+ setarray @Xs, 40, 41, 40;
+ setarray @Ys, 49, 49, 49;
+ @x = 0;
+ @y = 0;
+ callfunc "SoulMenhir";
+ @map$ = "";
+ cleararray @Xs[0], 0, getarraysize(@Xs);
+ cleararray @Ys[0], 0, getarraysize(@Ys);
+ @x = 0;
+ @y = 0;
+ close;
+}