View Single Post
Re: Basic FritzBot Map Tools Info
Old
  (#15)
Maleficus
Member
 
Maleficus's Avatar
 
Status: Offline
Posts: 1,054
Join Date: May 2004
Location: Planet Earth
Default Re: Basic FritzBot Map Tools Info - 12-08-2005

A helpful hint: if you want it so that only one bot does an action at a time (ex: a sniper action, you only want one bot there), make the radius for the action any value less than 70, and the code will check for teammates already doing that action when the bot reaches it.


Be VERY careful how you use NODE_JUMP nodes! NEVER make a node use the NODE_JUMP flag if its on the only path to an important goal, since a weak bot with health less than 30, will ignore it. Always try to make an alternate path for weak bots.


Dum Spiro Spero



Last edited by Maleficus; 12-08-2005 at 08:48..