Waiting List
There are no players on the waiting list yet. Only Windows users can play this game. If you have an emulator, you can join the waiting list to be informed when a new server is ready to play.
[Login to join waiting list]
| Teleport to any map, using a simple, easy to use tag. |
Version Beta ·
Date Added: 6/07/05
If you wish to download this demo for your Linux/Mac installation, enter the following 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
|
| |
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".
Login to post a comment.