Updated HTML docs.

This commit is contained in:
Evennia docbuilder action 2024-03-30 22:46:30 +00:00
parent 8c528ba7f0
commit a4d40b2ddb
51 changed files with 1410 additions and 505 deletions

View file

@ -170,6 +170,9 @@ At regular intervals, the AI entity will be ticked by Evennia. This tic
<section id="the-aihandler">
<h2><span class="section-number">12.2. </span>The AIHandler<a class="headerlink" href="#the-aihandler" title="Permalink to this headline"></a></h2>
<p>This is the core logic for managing AI states. Create a new file <code class="docutils literal notranslate"><span class="pre">evadventure/ai.py</span></code>.</p>
<blockquote>
<div><p>Create a new file <code class="docutils literal notranslate"><span class="pre">evadventure/ai.py</span></code>.</p>
</div></blockquote>
<div class="highlight-python notranslate"><div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal"> 1</span>
<span class="normal"> 2</span>
<span class="normal"> 3</span>