This is an old revision of the document!
GMCP in Mudlet
If you are using Mudlet then (if it is not enabled already) you will need to enable GMCP data.
Once enabled, Mudlet will automatically share with DuneMUD that it can receive GMCP data. You can check that you are receiving data by entering lua gmcp in your command line.
You'll probably be shown a LOT of data, more than a screen's worth. The GMCP data is organized like a Lua table with gmcp.Section.Subsection.Subsubsection.key structure. Some of the sections are:
Charwhich contains all information about your character.Char.Namewhich is your namegmcp.Char.Name.nameand full titlegmcp.Char.Name.fullnameChar.Statswhich is your stats, sogmcp.Char.Stats.stris your strength, for example.Char.Vitalswhich is your hp and cp (though it's called “sp” for now).Char.Statuswhich contains most of the other stuff you'd see onscore. For example,gmcp.Char.Status.xpis your exp.Char.StatusVarsare string-type descriptors of the entries inStatus. For example,gmcp.Char.StatusVars.xpis the string “Experience”.

