ZNorQ 0 Posted September 10, 2007 When I create a MP game, I usually place certain teams together in groups in the editor, so that it is easy for the players to see who belongs together.. But as soon as the game starts, I want to delete those groups. Now, I just can't remember how to do that.. Anyone? ZNorQ Share this post Link to post Share on other sites
baddo 0 Posted September 10, 2007 Do you want to dissolve a group? for example {[_x] join grpNull;} forEach units (group player); should separate the player's group so that they are all alone. You can use join to create new groups too. I am sure you can figure that one out now Share this post Link to post Share on other sites
ZNorQ 0 Posted September 10, 2007 Ahh, it all comes back to me now! Thanks man! ZNorQ Share this post Link to post Share on other sites