Game Race Settings
|
$Game: 23 | Sets the game. This must exist in messages where the player will be sending any game variables.
|
$QPlayer : yes | Valid response is 'yes' or 'no'. Turns on/off The Q for the player. The player must be playing a race in the game.
|
$RemoveAlly : 3 | Removes an ally.
|
$AddAlly : 4 | Valid numbers are 1..11. Adds an ally. This is a little tricky. The player adds an ally and that means the other player (fascists in this example) will start getting this player's RST files. That other player (4) must send an $AddAlly command also to have an "equal alliance".
|
$JoinRace : 3 | Valid numbers are 1..11. If Allow Joining is set in the game config screen, and race '3' in this example is open, the player will be added to the game and immediately sent his RST files. Multiple $JoinRace commands can be in one message and AT will process them in order from top to bottom. But realize that WebTroll and CGI forms may not always put them in the order you'd expect.
|
$QuitRace: 4 | Valid numbers are 1..11. Can only be sent if the player is playing race 4. When quitting, The Q is turned on for the player
|
$RaceFlag1 : Yes | Valid response are 'yes' or 'no'. Boolean flag set by player. You can use thse for anything you'd like, like if they player wants their name published for that game - and do an if test to see if this is false and ifso display the name.
|