Usage
Syntax: timevar
Returns an integer.
Explanation
timevar is a timekeeping variable which increments by 1 every 5 seconds. It is synchronized between the client and server.
timevar is read-only.
Example
//#CLIENTSIDE
function onCreated(){
player.chat = "timevar is " @ timevar;
}Categories
CategoryBuiltInVariable
CategoryExpansionRequired