Returns the number of seconds a player is lagged by. If set, this overrides any previous lag on that player. To add lag instead of overriding, either use lag_add (which is the old lag() function) or
set(lag(%a), lag(%a) + 10)To unlag someone,
set(lag(%a), 0)