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

Talk:Link

From BZFlagWiki
Revision as of 18:03, 11 July 2007 by 66.57.99.102 (Talk) (New page: I have had a problem with creating a map. I made two teleporters, and created a link between them. I used the code found in the wiki section, but when I try to go through the teleporter, i...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

I have had a problem with creating a map. I made two teleporters, and created a link between them. I used the code found in the wiki section, but when I try to go through the teleporter, it won't take me to the teleporter corresponding with it according to the link. This is the code I'm using:

teleporter
  name blue_base_teleporter
  position 0 416 0
  size 1.125 13 12
  rotation 90
  border 1.12
end
teleporter
  name west_wall_teleporter
  position -250 -8 0
  size 0.125 13 12
  rotation 90
  border 1.12
end
link
  name blue_to_west_wall
  from blue_base_teleporter
  to west_wall_teleporter
end

Is anybody seeing anything wrong with my code? If so, please post another comment on this site. Your help is greatly appreciated.