diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/017-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/017-1/soul-menhir.txt | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/npc/017-1/_import.txt b/npc/017-1/_import.txt index 5720d3607..29acbdbe2 100644 --- a/npc/017-1/_import.txt +++ b/npc/017-1/_import.txt @@ -1,3 +1,4 @@ // Map 017-1: Land Of Fire Village // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/017-1/_warps.txt", +"npc/017-1/soul-menhir.txt", diff --git a/npc/017-1/soul-menhir.txt b/npc/017-1/soul-menhir.txt new file mode 100644 index 000000000..74ad4f6d1 --- /dev/null +++ b/npc/017-1/soul-menhir.txt @@ -0,0 +1,20 @@ +// TMW2 scripts. +// Author: +// Jesusalva +// Description: +// Soul Menhir + +017-1,120,86,0 script Soul Menhir#lof NPC_SOUL_OLD,{ + @map$ = "017-1"; + setarray @Xs, 119, 120, 121, 119, 120, 121; + setarray @Ys, 87, 88, 87, 88, 87, 88; + @x = 0; + @y = 0; + callfunc "SoulMenhir"; + @map$ = ""; + cleararray @Xs[0], 0, getarraysize(@Xs); + cleararray @Ys[0], 0, getarraysize(@Ys); + @x = 0; + @y = 0; + close; +} |