summaryrefslogtreecommitdiff
path: root/npc/000-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-07-04 13:39:01 -0300
committerJesusaves <cpntb1@ymail.com>2020-07-04 13:39:01 -0300
commit2050c457b7aaf14e0dc6e6b2b4793da1be6f828b (patch)
tree92c91b5ac643612864a9ffe0ff12d3f1d57dfdec /npc/000-1
parent7c057bc19b36c71171a2c4155df5422f93b2c455 (diff)
downloadserverdata-2050c457b7aaf14e0dc6e6b2b4793da1be6f828b.tar.gz
serverdata-2050c457b7aaf14e0dc6e6b2b4793da1be6f828b.tar.bz2
serverdata-2050c457b7aaf14e0dc6e6b2b4793da1be6f828b.tar.xz
serverdata-2050c457b7aaf14e0dc6e6b2b4793da1be6f828b.zip
Update some old, precarious code
Diffstat (limited to 'npc/000-1')
-rw-r--r--npc/000-1/exit.txt12
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;
-
}