SendExclusiveMessage
Server
boolean Lyn.Player.SendExclusiveMessage(Player caller, Player target)FunctionDescription
Sends the exclusive error to the caller if the target is busy.
Params
Returns
true if a message was sent (target is busy), false otherwise.
Example:
if Lyn.Player.SendExclusiveMessage(caller, target) then return end