Gmcp()
Description
FUNCTION: gmcp(<player>, <package>[, <json>])
Sends a GMCP (Generic MUD Communication Protocol) frame to all connections belonging to the specified player. GMCP uses Telnet option 201.
This function is restricted to Wizards or the player’s controller.
If the optional JSON argument is provided, it is sent as the GMCP data payload for the given package.
Examples
> think gmcp(*Player, Char.Vitals, {“hp”:100})
> think gmcp(*Player, Room.Info)