Pick Card
Prerequisites
- Logged in
- User needs to be in a game with GameState
INGAME
- User needs to be the CardJizzer of the round
PickCard
is a command only available for the current rounds cardJizzer. It’s the way of picking the best card of the round. All other players are permitted using this.
Sample
{
"command": "pickcard",
"params": {
"carduuid": "carduuid-here"
}
}
Response
{
"errorCode": 0,
"message": "OK",
}