diff options
author | mekolat <mekolat@gmail.com> | 2015-04-21 00:30:19 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-04-30 02:06:42 -0400 |
commit | 27fe76b6a48cf51aa87346094845fb0ed6333304 (patch) | |
tree | 4f88cae1c5ce996adaa41de52f0e72830e2fd497 /world/map/npc/029-1/liana.txt | |
parent | b28709f705abf9ca0fff5bf79f95d0599722fdff (diff) | |
download | serverdata-27fe76b6a48cf51aa87346094845fb0ed6333304.tar.gz serverdata-27fe76b6a48cf51aa87346094845fb0ed6333304.tar.bz2 serverdata-27fe76b6a48cf51aa87346094845fb0ed6333304.tar.xz serverdata-27fe76b6a48cf51aa87346094845fb0ed6333304.zip |
make PCtoNPCRange smarter
Diffstat (limited to 'world/map/npc/029-1/liana.txt')
-rw-r--r-- | world/map/npc/029-1/liana.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/world/map/npc/029-1/liana.txt b/world/map/npc/029-1/liana.txt index 4e4a78a6..0aa37749 100644 --- a/world/map/npc/029-1/liana.txt +++ b/world/map/npc/029-1/liana.txt @@ -2,10 +2,7 @@ 029-1,62,96,0|script|Liana|205 { - setarray @npc_loc, 62, 96, 4; callfunc "PCtoNPCRange"; - if (@npc_check) - goto L_End; goto L_Talk; L_Talk: @@ -38,10 +35,6 @@ L_Next: callfunc "SetTutorialMask"; goto L_Close; -L_End: - mes "You'll have to move closer"; - goto L_Close; - L_Close: close; } |