Fix documentation error in contrib/multidescer. Resolves #1447.
This commit is contained in:
parent
64fa098373
commit
03dcdd81cd
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ also adds the short descriptions and the `sdesc` command).
|
||||||
Installation:
|
Installation:
|
||||||
|
|
||||||
Edit `mygame/commands/default_cmdsets.py` and add
|
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`
|
Next, look up the `at_cmdset_create` method of the `CharacterCmdSet`
|
||||||
class and add a line `self.add(CmdMultiDesc())` to the end
|
class and add a line `self.add(CmdMultiDesc())` to the end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue