SetExclusive
Server
Lyn.Player.SetExclusive(Player ply, string|nil reason)FunctionDescription
Marks a player as "busy" with a reason, so other commands can refuse to act on them.
Pass nil to clear.
Params
Playerply
Example:
Lyn.Player.SetExclusive(ply, "being interrogated")
-- later
Lyn.Player.SetExclusive(ply, nil)