DecimusAquila 0 Posted March 3, 2007 As I was half way through my mission in making, I started thinking if there is a known script around or command for AI to call in rienforcements via radio when attacked. Certainly I will have to add this rienforcements in the map for this to happen. Is there a script or command for this? Thankyou. Share this post Link to post Share on other sites
DecimusAquila 0 Posted March 4, 2007 I am begining to guess that there is no script for this AI behavior... Share this post Link to post Share on other sites
Serclaes 0 Posted March 4, 2007 Depends on how you want to have the script triggered. You can simply place a trigger with activation west and detected by east and then set a variable (which is a condition in the reinforcements waypoint) to true. So, Onactivation "go = true" and in a waypoints condition (where you want the guys to wait) you put "go". Easy as this Share this post Link to post Share on other sites
DecimusAquila 0 Posted March 4, 2007 Depends on how you want to have the script triggered.You can simply place a trigger with activation west and detected by east and then set a variable (which is a condition in the reinforcements waypoint) to true. So, Onactivation "go = true" and in a waypoints condition (where you want the guys to wait) you put "go". Easy as this I honestly will try this out. I did not think of it that way not until your tip. If i come across and beef, I will write back. Thankyou for your reply. Share this post Link to post Share on other sites