Jump to content
Sign in to follow this  
iceman77

AddScore For A Side

Recommended Posts

AddScore is working great to add points for players, and thus the side aswell. I just don't want to add points to the players score, but rather just the sides total. And I'd rather use the engines point system, and not some pseudo point distribution method. If possible.

Any help would be appreciated.

This is what I currently use to distribute points to a side. I want to go away from this.

WEST_SCORE = {{If (Side _x == WEST) Then {_x addScore 1}} ForEach AllUnits};
EAST_SCORE = {{If (Side _x == EAST) Then {_x addScore 1}} ForEach AllUnits};

Edited by Iceman77

Share this post


Link to post
Share on other sites

Thread got pushed to the 2nd page (for me anyhow). Is there no way to do this?

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  

×