2022-11-14 22:43:45 +01:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / > < meta name = "generator" content = "Docutils 0.17.1: http://docutils.sourceforge.net/" / >
< title > Default Commands — Evennia 1.0-dev documentation< / title >
< link rel = "stylesheet" href = "../_static/nature.css" type = "text/css" / >
< link rel = "stylesheet" href = "../_static/pygments.css" type = "text/css" / >
< script id = "documentation_options" data-url_root = "../" src = "../_static/documentation_options.js" > < / script >
< script src = "../_static/jquery.js" > < / script >
< script src = "../_static/underscore.js" > < / script >
< script src = "../_static/doctools.js" > < / script >
< script src = "../_static/language_data.js" > < / script >
< link rel = "shortcut icon" href = "../_static/favicon.ico" / >
< link rel = "index" title = "Index" href = "../genindex.html" / >
< link rel = "search" title = "Search" href = "../search.html" / >
< link rel = "next" title = "Connection Screen" href = "Connection-Screen.html" / >
< link rel = "prev" title = "Command Sets" href = "Command-Sets.html" / >
< / head > < body >
< div class = "related" role = "navigation" aria-label = "related navigation" >
< h3 > Navigation< / h3 >
< ul >
< li class = "right" style = "margin-right: 10px" >
< a href = "../genindex.html" title = "General Index"
accesskey="I">index< / a > < / li >
< li class = "right" >
< a href = "../py-modindex.html" title = "Python Module Index"
>modules< / a > |< / li >
< li class = "right" >
< a href = "Connection-Screen.html" title = "Connection Screen"
accesskey="N">next< / a > |< / li >
< li class = "right" >
< a href = "Command-Sets.html" title = "Command Sets"
accesskey="P">previous< / a > |< / li >
< li class = "nav-item nav-item-0" > < a href = "../index.html" > Evennia 1.0-dev< / a > » < / li >
< li class = "nav-item nav-item-1" > < a href = "Components-Overview.html" accesskey = "U" > Core Components< / a > » < / li >
< li class = "nav-item nav-item-this" > < a href = "" > Default Commands< / a > < / li >
< / ul >
< div class = "develop" > develop branch< / div >
< / div >
< div class = "document" >
< div class = "documentwrapper" >
< div class = "sphinxsidebar" role = "navigation" aria-label = "main navigation" >
< div class = "sphinxsidebarwrapper" >
< p class = "logo" > < a href = "../index.html" >
< img class = "logo" src = "../_static/evennia_logo.png" alt = "Logo" / >
< / a > < / p >
< div id = "searchbox" style = "display: none" role = "search" >
< h3 id = "searchlabel" > Quick search< / h3 >
< div class = "searchformwrapper" >
< form class = "search" action = "../search.html" method = "get" >
< input type = "text" name = "q" aria-labelledby = "searchlabel" / >
< input type = "submit" value = "Go" / >
< / form >
< / div >
< / div >
< script > $ ( '#searchbox' ) . show ( 0 ) ; < / script >
< h4 > Previous topic< / h4 >
< p class = "topless" > < a href = "Command-Sets.html"
title="previous chapter">Command Sets< / a > < / p >
< h4 > Next topic< / h4 >
< p class = "topless" > < a href = "Connection-Screen.html"
title="next chapter">Connection Screen< / a > < / p >
< div role = "note" aria-label = "source link" >
<!-- h3>This Page</h3 -->
< ul class = "this-page-menu" >
< li > < a href = "../_sources/Components/Default-Commands.md.txt"
rel="nofollow">Show Page Source< / a > < / li >
< / ul >
< / div > < h3 > Links< / h3 >
< ul >
< li > < a href = "https://www.evennia.com" > Home page< / a > < / li >
< li > < a href = "https://github.com/evennia/evennia" > Evennia Github< / a > < / li >
< li > < a href = "http://games.evennia.com" > Game Index< / a > < / li >
< li >
< a href = "https://discord.gg/AJJpcRUhtF" > Discord< / a > -
< a href = "https://github.com/evennia/evennia/discussions" > Discussions< / a > -
< a href = "https://evennia.blogspot.com/" > Blog< / a >
< / li >
< / ul >
< h3 > Versions< / h3 >
< ul >
< li > < a href = "Default-Commands.html" > 1.0-dev (develop branch)< / a > < / li >
2022-11-15 20:00:58 +00:00
< ul >
< li > < a href = "../0.9.5/index.html" > 0.9.5 (v0.9.5 branch)< / a > < / li >
2022-11-14 22:43:45 +01:00
< / ul >
< / div >
< / div >
< div class = "bodywrapper" >
< div class = "body" role = "main" >
< section class = "tex2jax_ignore mathjax_ignore" id = "default-commands" >
< h1 > Default Commands< a class = "headerlink" href = "#default-commands" title = "Permalink to this headline" > ¶< / a > < / h1 >
< p > The full set of default Evennia commands currently contains 88 commands in 9 source
files. Our policy for adding default commands is outlined < a class = "reference internal" href = "../Concepts/Using-MUX-as-a-Standard.html" > < span class = "doc std std-doc" > here< / span > < / a > . The
< a class = "reference internal" href = "Commands.html" > < span class = "doc std std-doc" > Commands< / span > < / a > documentation explains how Commands work as well as how to make new or customize
existing ones.< / p >
< blockquote >
< div > < p > Note that this page is auto-generated. Report problems to the < a class = "reference external" href = "https://github.com/evennia/evennia/blob/master/issues" > issue tracker< / a > .< / p >
< / div > < / blockquote >
< div class = "admonition note" >
< p class = "admonition-title" > Note< / p >
< p > Some game-states add their own Commands which are not listed here. Examples include editing a text
with < a class = "reference internal" href = "EvEditor.html" > < span class = "doc std std-doc" > EvEditor< / span > < / a > , flipping pages in < a class = "reference internal" href = "EvMore.html" > < span class = "doc std std-doc" > EvMore< / span > < / a > or using the
< a class = "reference internal" href = "Batch-Processors.html" > < span class = "doc std std-doc" > Batch-Processor< / span > < / a > ’ s interactive mode.< / p >
< / div >
< ul class = "simple" >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.system.html#evennia.commands.default.system.CmdAbout" title = "evennia.commands.default.system.CmdAbout" > < span class = "xref myst py py-class" > < strong > @ about< / strong > [@ version]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > System< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.system.html#evennia.commands.default.system.CmdAccounts" title = "evennia.commands.default.system.CmdAccounts" > < span class = "xref myst py py-class" > < strong > @ accounts< / strong > [@ account]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > System< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdSetObjAlias" title = "evennia.commands.default.building.CmdSetObjAlias" > < span class = "xref myst py py-class" > < strong > @ alias< / strong > [setobjalias]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.comms.html#evennia.commands.default.comms.CmdChannel" title = "evennia.commands.default.comms.CmdChannel" > < span class = "xref myst py py-class" > < strong > @ channel< / strong > [@ chan, @ channels]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > Comms< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdListCmdSets" title = "evennia.commands.default.building.CmdListCmdSets" > < span class = "xref myst py py-class" > < strong > @ cmdsets< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdCopy" title = "evennia.commands.default.building.CmdCopy" > < span class = "xref myst py py-class" > < strong > @ copy< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdCpAttr" title = "evennia.commands.default.building.CmdCpAttr" > < span class = "xref myst py py-class" > < strong > @ cpattr< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdCreate" title = "evennia.commands.default.building.CmdCreate" > < span class = "xref myst py py-class" > < strong > @ create< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdDesc" title = "evennia.commands.default.building.CmdDesc" > < span class = "xref myst py py-class" > < strong > @ desc< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdDestroy" title = "evennia.commands.default.building.CmdDestroy" > < span class = "xref myst py py-class" > < strong > @ destroy< / strong > [@ del, @ delete]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdDig" title = "evennia.commands.default.building.CmdDig" > < span class = "xref myst py py-class" > < strong > @ dig< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdExamine" title = "evennia.commands.default.building.CmdExamine" > < span class = "xref myst py py-class" > < strong > @ examine< / strong > [@ ex, @ exam]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdFind" title = "evennia.commands.default.building.CmdFind" > < span class = "xref myst py py-class" > < strong > @ find< / strong > [@ locate, @ search]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdLink" title = "evennia.commands.default.building.CmdLink" > < span class = "xref myst py py-class" > < strong > @ link< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdLock" title = "evennia.commands.default.building.CmdLock" > < span class = "xref myst py py-class" > < strong > @ lock< / strong > [@ locks]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdMvAttr" title = "evennia.commands.default.building.CmdMvAttr" > < span class = "xref myst py py-class" > < strong > @ mvattr< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdName" title = "evennia.commands.default.building.CmdName" > < span class = "xref myst py py-class" > < strong > @ name< / strong > [@ rename]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdObjects" title = "evennia.commands.default.building.CmdObjects" > < span class = "xref myst py py-class" > < strong > @ objects< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > System< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdOpen" title = "evennia.commands.default.building.CmdOpen" > < span class = "xref myst py py-class" > < strong > @ open< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.system.html#evennia.commands.default.system.CmdPy" title = "evennia.commands.default.system.CmdPy" > < span class = "xref myst py py-class" > < strong > @ py< / strong > [@ !]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > System< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.system.html#evennia.commands.default.system.CmdReload" title = "evennia.commands.default.system.CmdReload" > < span class = "xref myst py py-class" > < strong > @ reload< / strong > [@ restart]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > System< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.system.html#evennia.commands.default.system.CmdReset" title = "evennia.commands.default.system.CmdReset" > < span class = "xref myst py py-class" > < strong > @ reset< / strong > [@ reboot]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > System< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdScripts" title = "evennia.commands.default.building.CmdScripts" > < span class = "xref myst py py-class" > < strong > @ scripts< / strong > [@ script]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > System< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.system.html#evennia.commands.default.system.CmdServerLoad" title = "evennia.commands.default.system.CmdServerLoad" > < span class = "xref myst py py-class" > < strong > @ server< / strong > [@ serverload]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > System< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.system.html#evennia.commands.default.system.CmdService" title = "evennia.commands.default.system.CmdService" > < span class = "xref myst py py-class" > < strong > @ service< / strong > [@ services]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > System< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdSetAttribute" title = "evennia.commands.default.building.CmdSetAttribute" > < span class = "xref myst py py-class" > < strong > @ set< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdSetHome" title = "evennia.commands.default.building.CmdSetHome" > < span class = "xref myst py py-class" > < strong > @ sethome< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.system.html#evennia.commands.default.system.CmdShutdown" title = "evennia.commands.default.system.CmdShutdown" > < span class = "xref myst py py-class" > < strong > @ shutdown< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > System< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdSpawn" title = "evennia.commands.default.building.CmdSpawn" > < span class = "xref myst py py-class" > < strong > @ spawn< / strong > [@ olc]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdTag" title = "evennia.commands.default.building.CmdTag" > < span class = "xref myst py py-class" > < strong > @ tag< / strong > [@ tags]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.system.html#evennia.commands.default.system.CmdTasks" title = "evennia.commands.default.system.CmdTasks" > < span class = "xref myst py py-class" > < strong > @ tasks< / strong > [@ delays, @ task]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > System< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdTeleport" title = "evennia.commands.default.building.CmdTeleport" > < span class = "xref myst py py-class" > < strong > @ teleport< / strong > [@ tel]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.system.html#evennia.commands.default.system.CmdTickers" title = "evennia.commands.default.system.CmdTickers" > < span class = "xref myst py py-class" > < strong > @ tickers< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > System< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.system.html#evennia.commands.default.system.CmdTime" title = "evennia.commands.default.system.CmdTime" > < span class = "xref myst py py-class" > < strong > @ time< / strong > [@ uptime]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > System< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdTunnel" title = "evennia.commands.default.building.CmdTunnel" > < span class = "xref myst py py-class" > < strong > @ tunnel< / strong > [@ tun]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdTypeclass" title = "evennia.commands.default.building.CmdTypeclass" > < span class = "xref myst py py-class" > < strong > @ typeclass< / strong > [@ parent, @ swap, @ type, @ typeclasses, @ update]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdWipe" title = "evennia.commands.default.building.CmdWipe" > < span class = "xref myst py py-class" > < strong > @ wipe< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.unloggedin.html#evennia.commands.default.unloggedin.CmdUnconnectedLook" title = "evennia.commands.default.unloggedin.CmdUnconnectedLook" > < span class = "xref myst py py-class" > < strong > __unloggedin_look_command< / strong > [l, look]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_unloggedin.html#evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet" title = "evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet" > < span class = "xref myst py py-class" > UnloggedinCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.general.html#evennia.commands.default.general.CmdAccess" title = "evennia.commands.default.general.CmdAccess" > < span class = "xref myst py py-class" > < strong > access< / strong > [groups, hierarchy]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.batchprocess.html#evennia.commands.default.batchprocess.CmdBatchCode" title = "evennia.commands.default.batchprocess.CmdBatchCode" > < span class = "xref myst py py-class" > < strong > batchcode< / strong > [batchcodes]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.batchprocess.html#evennia.commands.default.batchprocess.CmdBatchCommands" title = "evennia.commands.default.batchprocess.CmdBatchCommands" > < span class = "xref myst py py-class" > < strong > batchcommands< / strong > [batchcmd, batchcommand]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.account.html#evennia.commands.default.account.CmdCharCreate" title = "evennia.commands.default.account.CmdCharCreate" > < span class = "xref myst py py-class" > < strong > charcreate< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.account.html#evennia.commands.default.account.CmdCharDelete" title = "evennia.commands.default.account.CmdCharDelete" > < span class = "xref myst py py-class" > < strong > chardelete< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.account.html#evennia.commands.default.account.CmdColorTest" title = "evennia.commands.default.account.CmdColorTest" > < span class = "xref myst py py-class" > < strong > color< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.unloggedin.html#evennia.commands.default.unloggedin.CmdUnconnectedConnect" title = "evennia.commands.default.unloggedin.CmdUnconnectedConnect" > < span class = "xref myst py py-class" > < strong > connect< / strong > [co, con, conn]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_unloggedin.html#evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet" title = "evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet" > < span class = "xref myst py py-class" > UnloggedinCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.unloggedin.html#evennia.commands.default.unloggedin.CmdUnconnectedCreate" title = "evennia.commands.default.unloggedin.CmdUnconnectedCreate" > < span class = "xref myst py py-class" > < strong > create< / strong > [cr, cre]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_unloggedin.html#evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet" title = "evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet" > < span class = "xref myst py py-class" > UnloggedinCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.general.html#evennia.commands.default.general.CmdDrop" title = "evennia.commands.default.general.CmdDrop" > < span class = "xref myst py py-class" > < strong > drop< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.unloggedin.html#evennia.commands.default.unloggedin.CmdUnconnectedEncoding" title = "evennia.commands.default.unloggedin.CmdUnconnectedEncoding" > < span class = "xref myst py py-class" > < strong > encoding< / strong > [encode]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_unloggedin.html#evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet" title = "evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet" > < span class = "xref myst py py-class" > UnloggedinCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.general.html#evennia.commands.default.general.CmdGet" title = "evennia.commands.default.general.CmdGet" > < span class = "xref myst py py-class" > < strong > get< / strong > [grab]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.general.html#evennia.commands.default.general.CmdGive" title = "evennia.commands.default.general.CmdGive" > < span class = "xref myst py py-class" > < strong > give< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.comms.html#evennia.commands.default.comms.CmdGrapevine2Chan" title = "evennia.commands.default.comms.CmdGrapevine2Chan" > < span class = "xref myst py py-class" > < strong > grapevine2chan< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > Comms< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.help.html#evennia.commands.default.help.CmdHelp" title = "evennia.commands.default.help.CmdHelp" > < span class = "xref myst py py-class" > < strong > help< / strong > [?]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.unloggedin.html#evennia.commands.default.unloggedin.CmdUnconnectedHelp" title = "evennia.commands.default.unloggedin.CmdUnconnectedHelp" > < span class = "xref myst py py-class" > < strong > help< / strong > [?, h]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_unloggedin.html#evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet" title = "evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet" > < span class = "xref myst py py-class" > UnloggedinCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.general.html#evennia.commands.default.general.CmdHome" title = "evennia.commands.default.general.CmdHome" > < span class = "xref myst py py-class" > < strong > home< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.account.html#evennia.commands.default.account.CmdIC" title = "evennia.commands.default.account.CmdIC" > < span class = "xref myst py py-class" > < strong > ic< / strong > [puppet]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.unloggedin.html#evennia.commands.default.unloggedin.CmdUnconnectedInfo" title = "evennia.commands.default.unloggedin.CmdUnconnectedInfo" > < span class = "xref myst py py-class" > < strong > info< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_unloggedin.html#evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet" title = "evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet" > < span class = "xref myst py py-class" > UnloggedinCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.general.html#evennia.commands.default.general.CmdInventory" title = "evennia.commands.default.general.CmdInventory" > < span class = "xref myst py py-class" > < strong > inventory< / strong > [i, inv]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.comms.html#evennia.commands.default.comms.CmdIRC2Chan" title = "evennia.commands.default.comms.CmdIRC2Chan" > < span class = "xref myst py py-class" > < strong > irc2chan< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > Comms< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.comms.html#evennia.commands.default.comms.CmdIRCStatus" title = "evennia.commands.default.comms.CmdIRCStatus" > < span class = "xref myst py py-class" > < strong > ircstatus< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > Comms< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.account.html#evennia.commands.default.account.CmdOOCLook" title = "evennia.commands.default.account.CmdOOCLook" > < span class = "xref myst py py-class" > < strong > look< / strong > [l, ls]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.general.html#evennia.commands.default.general.CmdLook" title = "evennia.commands.default.general.CmdLook" > < span class = "xref myst py py-class" > < strong > look< / strong > [l, ls]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.general.html#evennia.commands.default.general.CmdNick" title = "evennia.commands.default.general.CmdNick" > < span class = "xref myst py py-class" > < strong > nick< / strong > [nickname, nicks]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.account.html#evennia.commands.default.account.CmdOOC" title = "evennia.commands.default.account.CmdOOC" > < span class = "xref myst py py-class" > < strong > ooc< / strong > [unpuppet]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.account.html#evennia.commands.default.account.CmdOption" title = "evennia.commands.default.account.CmdOption" > < span class = "xref myst py py-class" > < strong > option< / strong > [options]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.comms.html#evennia.commands.default.comms.CmdPage" title = "evennia.commands.default.comms.CmdPage" > < span class = "xref myst py py-class" > < strong > page< / strong > [tell]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > Comms< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.account.html#evennia.commands.default.account.CmdPassword" title = "evennia.commands.default.account.CmdPassword" > < span class = "xref myst py py-class" > < strong > password< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.general.html#evennia.commands.default.general.CmdPose" title = "evennia.commands.default.general.CmdPose" > < span class = "xref myst py py-class" > < strong > pose< / strong > [:, emote]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.account.html#evennia.commands.default.account.CmdQuell" title = "evennia.commands.default.account.CmdQuell" > < span class = "xref myst py py-class" > < strong > quell< / strong > [unquell]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.account.html#evennia.commands.default.account.CmdQuit" title = "evennia.commands.default.account.CmdQuit" > < span class = "xref myst py py-class" > < strong > quit< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.unloggedin.html#evennia.commands.default.unloggedin.CmdUnconnectedQuit" title = "evennia.commands.default.unloggedin.CmdUnconnectedQuit" > < span class = "xref myst py py-class" > < strong > quit< / strong > [q, qu]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_unloggedin.html#evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet" title = "evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet" > < span class = "xref myst py py-class" > UnloggedinCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.comms.html#evennia.commands.default.comms.CmdRSS2Chan" title = "evennia.commands.default.comms.CmdRSS2Chan" > < span class = "xref myst py py-class" > < strong > rss2chan< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > Comms< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.general.html#evennia.commands.default.general.CmdSay" title = "evennia.commands.default.general.CmdSay" > < span class = "xref myst py py-class" > < strong > say< / strong > [”, ‘ ]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.unloggedin.html#evennia.commands.default.unloggedin.CmdUnconnectedScreenreader" title = "evennia.commands.default.unloggedin.CmdUnconnectedScreenreader" > < span class = "xref myst py py-class" > < strong > screenreader< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_unloggedin.html#evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet" title = "evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet" > < span class = "xref myst py py-class" > UnloggedinCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.account.html#evennia.commands.default.account.CmdSessions" title = "evennia.commands.default.account.CmdSessions" > < span class = "xref myst py py-class" > < strong > sessions< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_session.html#evennia.commands.default.cmdset_session.SessionCmdSet" title = "evennia.commands.default.cmdset_session.SessionCmdSet" > < span class = "xref myst py py-class" > SessionCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.general.html#evennia.commands.default.general.CmdSetDesc" title = "evennia.commands.default.general.CmdSetDesc" > < span class = "xref myst py py-class" > < strong > setdesc< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.help.html#evennia.commands.default.help.CmdSetHelp" title = "evennia.commands.default.help.CmdSetHelp" > < span class = "xref myst py py-class" > < strong > sethelp< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.account.html#evennia.commands.default.account.CmdStyle" title = "evennia.commands.default.account.CmdStyle" > < span class = "xref myst py py-class" > < strong > style< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.building.html#evennia.commands.default.building.CmdUnLink" title = "evennia.commands.default.building.CmdUnLink" > < span class = "xref myst py py-class" > < strong > unlink< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > Building< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.general.html#evennia.commands.default.general.CmdWhisper" title = "evennia.commands.default.general.CmdWhisper" > < span class = "xref myst py py-class" > < strong > whisper< / strong > < / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_character.html#evennia.commands.default.cmdset_character.CharacterCmdSet" title = "evennia.commands.default.cmdset_character.CharacterCmdSet" > < span class = "xref myst py py-class" > CharacterCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< li > < p > < a class = "reference internal" href = "../api/evennia.commands.default.account.html#evennia.commands.default.account.CmdWho" title = "evennia.commands.default.account.CmdWho" > < span class = "xref myst py py-class" > < strong > who< / strong > [doing]< / span > < / a > (cmdset: < a class = "reference internal" href = "../api/evennia.commands.default.cmdset_account.html#evennia.commands.default.cmdset_account.AccountCmdSet" title = "evennia.commands.default.cmdset_account.AccountCmdSet" > < span class = "xref myst py py-class" > AccountCmdSet< / span > < / a > , help-category: < em > General< / em > )< / p > < / li >
< / ul >
< / section >
< / div >
< / div >
< / div >
< / div >
< div class = "related" role = "navigation" aria-label = "related navigation" >
< h3 > Navigation< / h3 >
< ul >
< li class = "right" style = "margin-right: 10px" >
< a href = "../genindex.html" title = "General Index"
>index< / a > < / li >
< li class = "right" >
< a href = "../py-modindex.html" title = "Python Module Index"
>modules< / a > |< / li >
< li class = "right" >
< a href = "Connection-Screen.html" title = "Connection Screen"
>next< / a > |< / li >
< li class = "right" >
< a href = "Command-Sets.html" title = "Command Sets"
>previous< / a > |< / li >
< li class = "nav-item nav-item-0" > < a href = "../index.html" > Evennia 1.0-dev< / a > » < / li >
< li class = "nav-item nav-item-1" > < a href = "Components-Overview.html" > Core Components< / a > » < / li >
< li class = "nav-item nav-item-this" > < a href = "" > Default Commands< / a > < / li >
< / ul >
< div class = "develop" > develop branch< / div >
< / div >
< div class = "footer" role = "contentinfo" >
2022-11-15 19:52:44 +00:00
© Copyright 2022, The Evennia developer community.
2022-11-14 22:43:45 +01:00
Created using < a href = "https://www.sphinx-doc.org/" > Sphinx< / a > 3.2.1.
< / div >
< / body >
< / html >