diff options
Diffstat (limited to 'npc/000-1/exit.txt')
-rw-r--r-- | npc/000-1/exit.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt index c35491fb9..e1a73bf9f 100644 --- a/npc/000-1/exit.txt +++ b/npc/000-1/exit.txt @@ -28,17 +28,5 @@ OnTalkNearby: warp "002-1", 53, 38; end; -// Save your location to last visited town for @ucp. I won't hate you for this. -OnSetLX: - @lx=array_find($@LOCMASTER_LOC$, LOCATION$); - savepoint $@LOCMASTER_MAP$[@lx], $@LOCMASTER_X[@lx], $@LOCMASTER_Y[@lx]; - end; - -// Warp you according to LX -OnVisitLX: - @lx=array_find($@LOCMASTER_LOC$, LOCATION$); - warp $@LOCMASTER_MAP$[@lx], $@LOCMASTER_X[@lx], $@LOCMASTER_Y[@lx]; - end; - } |