pazuzu 21 Posted January 27, 2004 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
Bart.Jan 0 Posted January 28, 2004 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