diff options
Diffstat (limited to 'npc/017-1')
-rw-r--r-- | npc/017-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/017-1/town.txt | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/npc/017-1/_import.txt b/npc/017-1/_import.txt index 04083c2fc..ea4bbb1a3 100644 --- a/npc/017-1/_import.txt +++ b/npc/017-1/_import.txt @@ -15,4 +15,5 @@ "npc/017-1/signs.txt", "npc/017-1/soul-menhir.txt", "npc/017-1/stranger.txt", +"npc/017-1/town.txt", "npc/017-1/wateranimation.txt", diff --git a/npc/017-1/town.txt b/npc/017-1/town.txt new file mode 100644 index 000000000..74ca14256 --- /dev/null +++ b/npc/017-1/town.txt @@ -0,0 +1,9 @@ +// TMW-2 Script +// Author: +// Jesusalva +// Description: +// Reset LOCATION$ when entering a town + +017-1,219,91,0 script #LocLoF NPC_HIDDEN,1,1,{ + LOCATION$="LoF"; end; +} |