Difference between revisions of ".edge"

From WikiManual
Jump to: navigation, search
(gen edit)
Line 4: Line 4:
 
  'this will turn a bot a random number of degrees upon hitting an edge.
 
  'this will turn a bot a random number of degrees upon hitting an edge.
 
  314 rnd .aimdx *.edge mult store
 
  314 rnd .aimdx *.edge mult store
 +
 +
[[Talk:.edge&action|Question(s)]]

Revision as of 10:53, 25 December 2005

.edge (.214) - reads back a value of 1 if the bot has hit the edge of the screen. Most commonly used to turn bot specified number of degrees in order for it to face away from the edge. Does not activate if torroidal mode is enabled.

Example:

'this will turn a bot a random number of degrees upon hitting an edge.
314 rnd .aimdx *.edge mult store

Question(s)