diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/003-1/town.txt | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/npc/003-1/_import.txt b/npc/003-1/_import.txt index 26d57714e..991cdc513 100644 --- a/npc/003-1/_import.txt +++ b/npc/003-1/_import.txt @@ -37,5 +37,6 @@ "npc/003-1/soul-menhir.txt", "npc/003-1/swezanne.txt", "npc/003-1/tinris.txt", +"npc/003-1/town.txt", "npc/003-1/wateranimation.txt", "npc/003-1/well.txt", diff --git a/npc/003-1/town.txt b/npc/003-1/town.txt new file mode 100644 index 000000000..9b99ca1ff --- /dev/null +++ b/npc/003-1/town.txt @@ -0,0 +1,9 @@ +// TMW-2 Script +// Author: +// Jesusalva +// Description: +// Reset LOCATION$ when entering a town + +003-1,60,157,0 script #LocTulim NPC_HIDDEN,4,0,{ + LOCATION$="Tulim"; end; +} |