MUME Help
GMCP GROUP
These are the messages in the GMCP
Group module.
Sent by server
-
Group.<command>are sent from the server as something changes about the player's group. -
The client must keep a set of currently known
group members, identified by their
idnumbers. This set is maintained using theAdd,Update,Remove, andSetcommands. -
A <character> is an
object with the following (optional) keys:
ida number identifying this character (the only mandatory field) namethe character's name (a string) labelthe character's label (a string) typecharacter type (see below) positioncurrent position (a string) roomthe room name or short description (a string) mapidthe optional id of the room (a number) rideriding a mount (a boolean) blindblinded (a boolean) bashedbashed and unable to do commands (a boolean) waitingperforming a delayed action (a boolean) poisonpoisoned (a boolean) sleptslept and unable to wake (a boolean) woundwounded (a boolean) snaredsnared and unable to move (a boolean) hungryhungry (a boolean) thirstythirsty (a boolean) sanctuarysanctuary (a boolean) hpcurrent health points (a number) maxhpmaximum health points (a number) manacurrent mana points (a number) maxmanamaximum mana points (a number) mpcurrent movement points (a number) maxmpmaximum movement points (a number) hp-stringhealth description (e.g. "hurt", "awful") mana-stringmana description (e.g. "hot", "icy") mp-stringmovement description (e.g. "weary", "exhausted") The
typefield can have one of these string values:youyour current character npcnon-player characters allya player character from an allied (sub)race enemya player character from an enemy (sub)race neutralother player characters -
A <character> of type
youis expected to receive some fields from GMCP Char.Vitals due to it being redundant.
Group.Add
Group.Update
-
Sent whenever state for an already known
group member, as identified by the
idkey, should be updated - Message body is a <character>; the included keys are the ones that should be updated
Group.Remove
-
Sent when a group member, identified by its
idkey, is removed from the set - Message body is the <id> (a number)
Group.Set
Generated on Tue Oct 14 20:48:23 2025