Description
Modifies the score of one or both teams. This action has no effect in free-for-all modes or modes without a team score.
Snippet
Modify Team Score(Team(Team 1), 0);
Properties
Returns: Void
Parameters: Team, Score
Team
Type: Team, Default: Team
The team or teams whose score will be changed.Score
Type: Integer, Default: Number
The amount the score will increase or decrease. If positive, the score will increase. If negative, the score will decrease.