This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

Link: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
m spelling/format
TangenT (talk | contribs)
m Put this in a category so people can find it.
Line 22: Line 22:
==Editor Support==
==Editor Support==
The link object is supported by all known editors.
The link object is supported by all known editors.
[[Category: Map Making]]
[[Category: Map_Objects]]

Revision as of 23:59, 4 June 2007

A Link is a BZW object which creates a link (route) between two teleporters.

Links go in hand with teleporters.

Code

 link 
   name example_link
   from * 
   to * 
 end

Valid parameters for a link are:

In either of the from/to parameters, "*" or "?" can be used to make multiple matches. To specify which side of the teleporter you are linking you can use the ":f" (forward) or ":b" (backward) after the name of the teleporter. Ex: tele:f

History

Editor Support

The link object is supported by all known editors.