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

Difference between revisions of "Talk:Link"

From BZFlagWiki
Jump to: navigation, search
m
 
Line 22: Line 22:
 
Is anybody seeing anything wrong with my code? If so, please post another comment on this site. Your help is greatly appreciated.
 
Is anybody seeing anything wrong with my code? If so, please post another comment on this site. Your help is greatly appreciated.
  
A better place to ask for help is on the forums at [http://my.bzflag.org/bb http://my.bzflag.org/bb]. This site is for documentation not problem solving, so people who are willing/able to help are not checking here.[[User:DonnyBaker|DonnyBaker]] 14:30, 11 July 2007 (EDT)
+
A better place to ask for help is on the forums at [http://my.bzflag.org/bb http://my.bzflag.org/bb]. This site is for documentation not problem solving, so people who are willing/able to help are not checking here. [[User:DonnyBaker|DonnyBaker]] 14:30, 11 July 2007 (EDT)

Latest revision as of 18:31, 11 July 2007

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.

A better place to ask for help is on the forums at http://my.bzflag.org/bb. This site is for documentation not problem solving, so people who are willing/able to help are not checking here. DonnyBaker 14:30, 11 July 2007 (EDT)