mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 20:17:16 +02:00
Updated HTML docs.
This commit is contained in:
parent
346e7e4403
commit
33642d8f8a
29 changed files with 98 additions and 85 deletions
|
|
@ -198,7 +198,14 @@ the typeclasses in this module:</p>
|
|||
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>You will then need to reload the server and potentially force-reload
|
||||
<p>You need to set up Evennia to use the RPsystem’s form to separate
|
||||
between sdescs (<code class="docutils literal notranslate"><span class="pre">3-tall</span></code>) to make it compatible with how the rest of Evennia
|
||||
separates between other multi-matches of searches/commands:</p>
|
||||
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>SEARCH_MULTIMATCH_REGEX = r"(?P<number>[0-9]+)-(?P<name>[^-]*)(?P<args>.*)"
|
||||
SEARCH_MULTIMATCH_TEMPLATE = " {number}-{name}{aliases}{info}\n"
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>Finally, you will then need to reload the server and potentially force-reload
|
||||
your objects, if you originally created them without this.</p>
|
||||
<p>Example for your character:</p>
|
||||
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>> type/reset/force me = typeclasses.characters.Character
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue