This wiki is archived and useful information is being migrated to the main bzflag.org website

Difference between revisions of "Link"

From BZFlagWiki
Jump to: navigation, search
Line 1: Line 1:
 
A Link is a BZW object whichs creates a link (route) between two [[teleporter|teleporters]].
 
A Link is a BZW object whichs creates a link (route) between two [[teleporter|teleporters]].
 +
 +
Links go in hand with [[teleporter|teleporters]].
  
 
==Code==
 
==Code==

Revision as of 01:02, 24 March 2007

A Link is a BZW object whichs 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 teleproter are

  • from; From what teleporter.
  • to; To what teleporter.

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.