Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
mudlet:gmcp [2023/01/18 15:34] mathmudlet:gmcp [2023/01/18 15:39] math
Line 11: Line 11:
 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: 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:
     * ''Char'' which contains all information about your character.     * ''Char'' which contains all information about your character.
-        * ''Stats'' which is your stats, so ''gmcp.Char.Stats.str'' is your strength, for example. +        * ''Char.Name'' which is your name ''gmcp.Char.Name.name'' and full title ''gmcp.Char.Name.fullname'' 
-        * ''Status'' which contains most of the other stuff you'd see on ''score''. For example, ''gmcp.Char.Status.xp'' is your exp. +        * ''Char.Stats'' which is your stats, so ''gmcp.Char.Stats.str'' is your strength, for example. 
-        * ''StatusVars'' are string-type descriptors of the entries in ''Status''. For example, ''gmcp.Char.StatusVars.xp'' is the string "Experience".+        * ''Char.Vitals'' which is your hp and cp (though it's called "sp" for now). 
 +        * ''Char.Status'' which contains most of the other stuff you'd see on ''score''. For example, ''gmcp.Char.Status.xp'' is your exp. 
 +        * ''Char.StatusVars'' are string-type descriptors of the entries in ''Status''. For example, ''gmcp.Char.StatusVars.xp'' is the string "Experience".