Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
mudlet:gmcp [2023/01/18 15:34] mathmudlet:gmcp [2023/01/18 16:11] math
Line 9: Line 9:
 {{ :mudlet:screen_shot_2023-01-18_at_10.23.10_am.png?400 |}} {{ :mudlet:screen_shot_2023-01-18_at_10.23.10_am.png?400 |}}
  
-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.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 and full title. 
-        * ''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"
 +        * ''Char.Guild'' contains data particular to your guild. This usually has sub-subsections. For example, on Atreides ''gmcp.Char.Guild.Shieldbelt.Level'' is your shieldbelt's level. 
 + 
 + 
 +    * ''Room'' which contains data about your current room. 
 +        * ''Room.name'' is it's name. 
 +        * ''Room.num'' is a unique identifier code. 
 +        * ''Room.Info'' contains area (planet) info, indoor/outdoor info, and (visible) exit info. 
 + 
 +  * ''External'' which is Discord information that you could have Mudlet use.