diff options
Diffstat (limited to 'npc/005-1')
-rw-r--r-- | npc/005-1/_import.txt | 3 | ||||
-rw-r--r-- | npc/005-1/soul-menhir.txt | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/npc/005-1/_import.txt b/npc/005-1/_import.txt index b2de1340f..a8d19df94 100644 --- a/npc/005-1/_import.txt +++ b/npc/005-1/_import.txt @@ -4,7 +4,8 @@ "npc/005-1/_warps.txt", "npc/005-1/aahna.txt", "npc/005-1/ayasha.txt", -"npc/005-1/maya.txt", "npc/005-1/liana.txt", +"npc/005-1/maya.txt", +"npc/005-1/soul-menhir.txt", "npc/005-1/warpcandorbattle.txt", "npc/005-1/zegas.txt", 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; +} |