<h1>Evennia Multidescer<aclass="headerlink"href="#evennia-multidescer"title="Permalink to this headline">¶</a></h1>
<p>Contribution by Griatch 2016</p>
<p>A “multidescer” is a concept from the MUSH world. It allows for
creating, managing and switching between multiple character
descriptions and is a way for quickly managing your look (such as when
changing clothes) in more free-form roleplaying systems. This will also
work well together with the <codeclass="docutils literal notranslate"><spanclass="pre">rpsystem</span></code> contrib.</p>
<p>This multidescer will not
require any changes to the Character class, rather it will use the <codeclass="docutils literal notranslate"><spanclass="pre">multidescs</span></code>
Attribute (a list) and create it if it does not exist.</p>
<sectionid="installation">
<h2>Installation<aclass="headerlink"href="#installation"title="Permalink to this headline">¶</a></h2>
<p>Edit <codeclass="docutils literal notranslate"><spanclass="pre">mygame/commands/default_cmdsets.py</span></code> and add
<codeclass="docutils literal notranslate"><spanclass="pre">from</span><spanclass="pre">evennia.contrib.game_systems.multidescer</span><spanclass="pre">import</span><spanclass="pre">CmdMultiDesc</span></code> to the top.</p>
<p>Next, look up the <codeclass="docutils literal notranslate"><spanclass="pre">at_cmdset_create</span></code> method of the <codeclass="docutils literal notranslate"><spanclass="pre">CharacterCmdSet</span></code>
class and add a line <codeclass="docutils literal notranslate"><spanclass="pre">self.add(CmdMultiDesc())</span></code> to the end
of it.</p>
<p>Reload the server and you should have the +desc command available (it
will replace the default <codeclass="docutils literal notranslate"><spanclass="pre">desc</span></code> command).</p>
<hrclass="docutils"/>
<p><small>This document page is generated from <codeclass="docutils literal notranslate"><spanclass="pre">evennia/contrib/game_systems/multidescer/README.md</span></code>. Changes to this
file will be overwritten, so edit that file rather than this one.</small></p>