Related pages:
def at_cmdset_creation(self): """ Populates the cmdset """ super().at_cmdset_creation() # # any commands you add below will overload the default ones. # self.add(command.CmdAttack()) self.add(command.CmdCreateNPC()) # These 3 lines were not mentioned self.add(command.CmdEditNPC()) # in the tutorial, but must be self.add(command.CmdNPC()) # inserted