Set the value of a game token.
GameToken.SetToken( TokenName, TokenValue )
Get the value of a game token.
GameToken.GetToken( TokenName )
Dump all game tokens with their values to the log.
GameToken.DumpAllTokens()