From e5439ada23860bf478a53221ce28eecafdc1a967 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Fri, 9 Feb 2018 18:58:41 -0200 Subject: Include Soul Menhir scripts. This is still a work in progress. --- npc/005-1/_import.txt | 3 ++- npc/005-1/soul-menhir.txt | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 npc/005-1/soul-menhir.txt (limited to 'npc/005-1') 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; +} -- cgit v1.2.3-60-g2f50