diff options
Diffstat (limited to 'npc/020-1')
-rw-r--r-- | npc/020-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/020-1/town.txt | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/npc/020-1/_import.txt b/npc/020-1/_import.txt index 8aacf29bc..d297b38d2 100644 --- a/npc/020-1/_import.txt +++ b/npc/020-1/_import.txt @@ -5,4 +5,5 @@ "npc/020-1/misc.txt", "npc/020-1/serge.txt", "npc/020-1/siege.txt", +"npc/020-1/town.txt", "npc/020-1/wateranimation.txt", diff --git a/npc/020-1/town.txt b/npc/020-1/town.txt new file mode 100644 index 000000000..4796d0cbb --- /dev/null +++ b/npc/020-1/town.txt @@ -0,0 +1,10 @@ +// TMW-2 Script +// Author: +// Jesusalva +// Description: +// Reset LOCATION$ when entering a town + +020-1,71,102,0 script #LocNival NPC_HIDDEN,2,0,{ + LOCATION$="Nival"; end; +} +012-1,106,55,0 duplicate(#LocHurns) #LocNivalB 1,1,NPC_HIDDEN |