Alright, I am making a script for my mission which basically intails when your squad is detected by the east, several units will head directly to your position IGNORING their current waypoints. I want them to getPos of the actual group, not just one man in it (in case the target dies, I need them to track the squad).
I forget how to properly use the "group" command which would identify the friendly squad. So I need that as well as how exactly to track them. So far i have:
groupOne move getPos player
Instead of player, I want the specific friendly group, and "groupOne" would be replaced with the enemy groups (i.e-alpha, bravo, charlie,delta, etc)
Any help is greatly appreciated!
-=Hoot=-