Hello, I'm creating a singleplayer mission, in wich I use "createUnit" for team switch when I die. But I don't know how to synchronize modules to the created unit, in particular the High Command one. I know there is the command "synchronizeObjectsAdd", but it doesn't seems to work. I created a radio trigger with
player synchronizeObjectsAdd ["AmbientCombatManager"];
but doens't seems to work. Also, I don't know the classnames of the rest of modules.
Thanks in advance.