mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
Include multimatch template instructions in rpsystem installation instructions. Resolve #3551
This commit is contained in:
parent
3e3d391224
commit
d6de25f4ca
1 changed files with 7 additions and 1 deletions
|
|
@ -73,8 +73,14 @@ class Room(ContribRPRoom):
|
|||
# ...
|
||||
|
||||
```
|
||||
You need to set up Evennia to use the RPsystem's form to separate
|
||||
between sdescs (`3-tall`) to make it compatible with how the rest of Evennia
|
||||
separates between other multi-matches of searches/commands:
|
||||
|
||||
You will then need to reload the server and potentially force-reload
|
||||
SEARCH_MULTIMATCH_REGEX = r"(?P<number>[0-9]+)-(?P<name>[^-]*)(?P<args>.*)"
|
||||
SEARCH_MULTIMATCH_TEMPLATE = " {number}-{name}{aliases}{info}\n"
|
||||
|
||||
Finally, you will then need to reload the server and potentially force-reload
|
||||
your objects, if you originally created them without this.
|
||||
|
||||
Example for your character:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue