Teleport Tags

by Flame Sage
Teleport to any map, using a simple, easy to use tag. [More]
To download this demo for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://FlameSage.TeleportTags##version=2

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://FlameSage.TeleportTags##version=2

840 downloads
Version Beta
Date added: Jun 6 2005
Last updated: Jul 29 2009
2 fans
V2! Now includes a demo, and a few cosmetic changes to make it more efficent, also prevents a nasty bug.


Eliminate all of the
src.loc=locate(5,5,5)
in your code, and change it to a simple..
teleporta
ref = "teleporta"
dest = "teleportb"
teleportb
ref = "teleportb"
dest = "teleporta"

Then whenever you enter that, it will warp you to the "dest".