diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-01 20:45:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-01 20:45:37 -0300 |
commit | 77f418ccc63ea813488f96b0c28366abb5a9dbbd (patch) | |
tree | f7bbb487125e731c20ceadd05e02a593f2edf305 /npc/017-1/town.txt | |
parent | c2b002b6c7167455bcf1b8aedfebd74857bff990 (diff) | |
download | serverdata-77f418ccc63ea813488f96b0c28366abb5a9dbbd.tar.gz serverdata-77f418ccc63ea813488f96b0c28366abb5a9dbbd.tar.bz2 serverdata-77f418ccc63ea813488f96b0c28366abb5a9dbbd.tar.xz serverdata-77f418ccc63ea813488f96b0c28366abb5a9dbbd.zip |
This is for Crazyfefe: Improve Emergency Exit intelligence.r08.3_190301
Now when you are flushed out of the world, you'll end up in the closest
town for you. Ships override location when you enter so it should be ok
Diffstat (limited to 'npc/017-1/town.txt')
-rw-r--r-- | npc/017-1/town.txt | 9 |
1 files changed, 9 insertions, 0 deletions
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; +} |