How can I create/spawn a working module via script? I've been trying to add "AITalk" and "Radio Sounds"-ACEmodules with this script code, but I cant get them working:
_llog1 = creategroup LOGIC;
_c1 = _llog1 createUnit ["ACE_RadioTalk_Logic", [8350.36,7963.35,0], [], 0, "NONE"];
_llog2 = creategroup LOGIC;
_c2 = _llog2 createUnit ["ACE_AITalk_Logic", [8350.36,7966.35,0], [], 0, "NONE"];
Note that those modules dosent need to be synced when placed in editor.
Edit: Is the module spawning even possible anymore? I cant get anything working. Even the few samples from BISForum dosent work.
Edit2: I found out that LOGIC side dosent work, but its possible to use WEST as side. And some of the ACE modules cant be spawned. I enabled AItalk from init.sqs with: ace_sys_AItalk_enabled=true;