GefrBachmann 1 Posted September 9, 2013 (edited) Hello everyone. This is more of a tricky one I guess. What I want to do is that I want to add a certain unit who is ungrouped as my teammate (F2) when trigger xy is activated. Anyone got any ideas about that? The second thing is: is there a way to force your teammate to choose a new loadout at a ammobox?? It isnt enough to just script a certain layout to him with a trigger since this would take away the freedom for a coop mission. Reguards Bachmann Edited September 9, 2013 by GefrBachmann Share this post Link to post Share on other sites
Zombitch 10 Posted September 9, 2013 (edited) Hi What I want to do is that I want to add a certain unit who is ungrouped as my teammate (F2) when trigger xy is activated. Anyone got any ideas about that? You can use joinSilent function : [yourTeammate] joinSilent thePlayer; The second thing is: is there a way to force your teammate to choose a new loadout at a ammobox?? It isnt enough to just script a certain layout to him with a trigger since this would take away the freedom for a coop mission. If your teammate in a human, I don't know how to make it. And if it's an AI it's not possible at the moment, check this for more information : http://feedback.arma3.com/view.php?id=3202 Edited September 9, 2013 by Zombitch Share this post Link to post Share on other sites
GefrBachmann 1 Posted September 9, 2013 rgr that, worked perfectly, thank you very much : Share this post Link to post Share on other sites