GetGlobal2Int
Description
Returns an integer that is shared between the server and all clients.
The integer has a 32 bit limit. Use GetGlobalInt for a higher limit
Arguments
Returns
Example
Prints the current round number if set, otherwise 0.
print(GetGlobalInt("RoundNumber", 0))