evennia.commands.default.cmdset_character

This module ties together all the commands default Character objects have available (i.e. IC commands). Note that some commands, such as communication-commands are instead put on the account level, in the Account cmdset. Account commands remain available also to Characters.

class evennia.commands.default.cmdset_character.CharacterCmdSet(cmdsetobj=None, key=None)[source]

Bases: evennia.commands.cmdset.CmdSet

Implements the default command set.

key = 'DefaultCharacter'
priority = 0
at_cmdset_creation()[source]

Populates the cmdset

path = 'evennia.commands.default.cmdset_character.CharacterCmdSet'