helper.setLobbyStatus
Prototype
function setLobbyStatus(status)
Input parameters
status - string to display in the game rooms lobby
Return value
null
Description
Sets the text to display in the game rooms lobby (on the client).
Example code
setLobbyStatus("Round "+g_gameState.round+"/"+g_numRounds);
