diff --git a/evennia/contrib/multidescer.py b/evennia/contrib/multidescer.py index 32b2c00d53..cf6c5ec039 100644 --- a/evennia/contrib/multidescer.py +++ b/evennia/contrib/multidescer.py @@ -16,7 +16,7 @@ also adds the short descriptions and the `sdesc` command). Installation: Edit `mygame/commands/default_cmdsets.py` and add -`from contrib.multidesc import CmdMultiDesc` to the top. +`from evennia.contrib.multidescer import CmdMultiDesc` to the top. Next, look up the `at_cmdset_create` method of the `CharacterCmdSet` class and add a line `self.add(CmdMultiDesc())` to the end