Jump to content
Sign in to follow this  
commander jao

how to split up

Recommended Posts

In one of my missions I want my squad to split. I want me to lead one and the original squad leader to lead the other one.

I have set it up that it starts as two separate teams that join together through a join and a join and lead way point. but i can't think how to split them up

I originally tried to used the dismissed way points but that didn't work:o

It is probably an obvious question i used search and i was unable to find the answer.

could someone please help in a simple way?

regards

Share this post


Link to post
Share on other sites

In script, you being unit5:

[unit3, unit7, unit9] join unit5; //Or use joinSilent.

In editor, just regroup them. With F2 active, drag your self off to separate you from the rest. Make yourself highest rank. Then drag other units onto yours. When everyone you want is in your group, reset your rank. If someone else now becomes leader, you have to lower their rank until they are below yours.

Share this post


Link to post
Share on other sites

sorry maybe i didn't explain in a clear enough manner.

in the editor i have created two different groups that join together in the mission with join way points.

i want the two separate groups to join and to separate again in to the original two teams.

thanks for the quick response and sorry for the misunderstanding

Edited by Commander Jao

Share this post


Link to post
Share on other sites

Have your other group leader

[leader] joinSilent grpNull;

then have the rest join him as above.

Edit:

[b1] joinSilent grpNull; [b2, b3, b4] joinSilent b1;

Demo mission showing this is available.

Edited by kylania

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  

×