here's a little tracking script i worked up; it's not really different from anything else like it out there.
;[tracker,tracked] exec "track.sqs"
_Tracker = _this select 0
_Tracked = _this select 1
#Loop
_Tracker move getpos _Tracked
~5
goto "Loop"
problem is, if the leader of the tracker group is killed, the entire group stops tracking. how can i make the script give the move command to the new group leader?