Well, I can create units without problem, but the units I create don't respond to any following scripting commands. Something that is sort of a drag when you're trying to create enemy patrols on the fly, no?
_grpLeader = "FDF_russianSpetzOfficer" createUnit [_location,GrGrp1,"",0.8,""]
That's what I'm doing from a script. But orders such as:
_grpLeader Move getPos _logic
_grpLeader doMove getPos _logic
_grpLeader doTarget _targetE
etc. don't work at all.
The silly sod just stands there looking stupid. Does anyone have a clue what could be wrong?