diff options
Diffstat (limited to 'npc/new_19-1-woodland-village/soul-menhir.txt')
-rw-r--r-- | npc/new_19-1-woodland-village/soul-menhir.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/new_19-1-woodland-village/soul-menhir.txt b/npc/new_19-1-woodland-village/soul-menhir.txt new file mode 100644 index 00000000..1943cae4 --- /dev/null +++ b/npc/new_19-1-woodland-village/soul-menhir.txt @@ -0,0 +1,8 @@ +new_19-1.gat,53,40,0 script Soul Menhir 144, {
+ set @map$, "new_19-1.gat";
+ set @x, 53;
+ set @y, 41;
+ callfunc "SoulMenhir";
+}
+
+
|