mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 17:26:32 +01:00
Updated HTML docs.
This commit is contained in:
parent
39c310dee7
commit
cfb30bf8fd
56 changed files with 951 additions and 381 deletions
|
|
@ -112,7 +112,7 @@ location.</p>
|
|||
<p>What we will need is the following:</p>
|
||||
<ul class="simple">
|
||||
<li><p>An NPC typeclass that can react when someone enters.</p></li>
|
||||
<li><p>A custom <a class="reference internal" href="../Components/Objects.html#rooms"><span class="std std-doc">Room</span></a> typeclass that can tell the NPC that someone entered.</p></li>
|
||||
<li><p>A custom <span class="xref myst">Room</span> typeclass that can tell the NPC that someone entered.</p></li>
|
||||
<li><p>We will also tweak our default <code class="docutils literal notranslate"><span class="pre">Character</span></code> typeclass a little.</p></li>
|
||||
</ul>
|
||||
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="c1"># in mygame/typeclasses/npcs.py (for example)</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue