Jump to content
Sign in to follow this  
GefrBachmann

Forming a Team/Adding a unit to team & force AI to ream at crate

Recommended Posts

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 by GefrBachmann

Share this post


Link to post
Share on other sites

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 by Zombitch

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×