updateTennisGameScore
Change the game score of one set. (It only supports changing the current set or the finished set.)
Address
/scoreboard/updateTennisGameScore [setNumber] [homeScore] [guestScore] [uuid] [sceneId]
Arguments
| Type | Description | |
|---|---|---|
| argument 1 | Int | The set, 1, 2, 3... |
| argument 2 | Int | The number of games Player 1 has won in a specific set. The value ranges from 0 to 7. |
| argument 3 | Int | The number of games Player 2 has won in a specific set. The value ranges from 0 to 7. |
| argument 4 | String | Unique ID of the scoreboard, non-essential argument, without which is considered to control the global scoreboard displayed on the PGM scene |
| argument 5 | String | Unique ID of a scene, non-essential argument, only required for a private scoreboard |
Example
Change the game score of set 1 to 3:3
/scoreboard/updateTennisGameScore 1 3 3