Jump to content
Sign in to follow this  
pazuzu

Joining up other units

Recommended Posts

Well I tried to find a post on this before I made a new one but with no success...

I need to know how to join up other units. In the map I'm making I've added more units with trigger & in the "On activation" field I have [p7] join p1; [p8] join p1

Now this command works for leader but if leader dies & anyone else tries to get these units to join they cant do it.

How do I make it so anyone on the Boss team can join up other units?

Thanks

Share this post


Link to post
Share on other sites

Init line of the Boss (p1):

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">bossgroup=group this

then

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">[p7,p8] join bossgroup

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  

×