ForceAddForce
not ratedAdds all players in sourceForce to destForce, and returns a reference to destForce for easier programming.
It uses bj_FORCE_ALL_PLAYERS as a placeholder, and it shouldn't pose any problems since it is reset at the end of the function. The only problem would be if the function is interrupted due to thread timeout.
Basically a modified version of Blizzard.j function GroupAddGroup.
It uses bj_FORCE_ALL_PLAYERS as a placeholder, and it shouldn't pose any problems since it is reset at the end of the function. The only problem would be if the function is interrupted due to thread timeout.
Basically a modified version of Blizzard.j function GroupAddGroup.