Ahoi!
I tried to exclude a spawned unit from asr ai with no succes.
_spawnedUnit = _thisGrp createUnit [_thisUnitType, _position, [], 0, "FORM"];
[_spawnedUnit] joinSilent _thisGrp;
_spawnedUnit setvariable ["asr_ai_exclude", true, true];
the unit still shows "non Vanilla Behaviour".
Does it only work, if i put this in an initField of a unit in editor?
Is it even possible to disable ASR-AI completely on a unit?
would it perhaps help to use something like _spawnedUnit disableAI "fsm"?
could anyone pls enlight me a bit about what these fsm´s exactly do?