Under Configuration, Instance, there are 3 KVs that can be configured to create 'character sheets'.
ShowSelfTemplate
is what the user sees if they look at themselves (characters.view
)ViewOtherTemplate
is what the user sees if they look at someone else (characters.look
)ShowSelfTemplate
is what is shown publicly if the user displays their character information (characters.show
)You can configure all three to be the same, or have various information that is not publicly viewable (not in “view other”), but can be shown on demand (show self) or only seen by ones self (view self)
It is expected that Templates are used heavily in these commands, e.g –NAME– becomes the character name ; character attributes should have their own templates (see Introspection, Templates)