Drew 10 Posted August 30, 2009 Hello can anyone tell me the script that allows the AI team leader to send his troops to a different location on the map? Sort of like when you are the team leader and you issue an order to a squad member "2 go to 00187" i want the AI team leader to give that order, but I'm not quite sure how to go about doing it, any help would be appreciated thanks. Share this post Link to post Share on other sites
Väinämöinen 0 Posted August 30, 2009 http://www.arma2.com/comref/comref.html unit commandMove position Operand types: unit: Object or Array position: Array Type of returned value: Nothing Description: Orders the unit to move to the given position (format Position) (via the radio). Example: soldierOne commandMove getMarkerPos "MarkerMoveOne" Category: OFP Share this post Link to post Share on other sites
Drew 10 Posted August 30, 2009 Thank you, I'm a noob tho where does this go in what box? Share this post Link to post Share on other sites
Avoidable 10 Posted September 1, 2009 Try putting the above in the "On act" field of a waypoint where he splits off from the group, or the "On act" field of a trigger set to detect his side present or activate via radio. Hope this helps. Share this post Link to post Share on other sites