tmp95 16 Posted December 18, 2016 I would like to know what do i write into trigger that will have an opfor unit surrender once my unit is within a certain distance from him. Surrender and join my unit. Thanks all help Share this post Link to post Share on other sites
dchan200 18 Posted December 19, 2016 No code example for now, but you would probably use a combination of: distance or distance2D to check the distance between your unit and the OPFOR unit setCaptive to make them surrender Possibly doMove to make the OPFOR unit move closer to your unit join to make the unit join your group You could substitute (1) by placing a trigger on the OPFOR unit which activates once you get close enough though. The trigger would be set to the size you need. Share this post Link to post Share on other sites