Difference between revisions of "Game Code/Codex"

From Elder Tale Online MUSH
Jump to: navigation, search
m
m
Line 1: Line 1:
 
== Summary ==
 
== Summary ==
<p>Lorem ipsum...</p>
+
At this time, you will only find the Codex system on-game. The system keeps track of the things you 'know' ICly, for matters of theme-importance. It also allows you to teach or share these things with other characters.
 +
 
 +
== Commands ==
 +
<div class="panel panel-default">
 +
  <div class="panel-heading">Codex Index</div>
 +
  <div class="panel-body">
 +
<code>+codex</code>
 +
<hr/>
 +
Will display the index of the codex system.
 +
  </div>
 +
 
 +
  <div class="panel-heading">Codex Navigation</div>
 +
  <div class="panel-body">
 +
<code>+codex Title/Subtitle/Sub-Subtitle</code>
 +
<hr/>
 +
Will display the entry for that member of the codex system, searching as best as it can to find the entry in question. The more exact the title you give it, the better the search will be.
 +
  </div>
 +
 
 +
  <div class="panel-heading">Codex Entry (Simple)</div>
 +
  <div class="panel-body">
 +
<code>+codex Exact Name</code>
 +
<hr/>
 +
Will display the entry for that member of the codex system.
 +
  </div>
 +
</div>
 +
 
 +
  <div class="panel-heading">Codex Link</div>
 +
  <div class="panel-body">
 +
<code>+codex/teach Person=Codex Title</code>
 +
<code>+codex/teach Person=Codex Title/Codex Subtitle</code>
 +
<code>+codex/teach Person,Person 2=Codex Title/Codex Subtitle</code>
 +
<code>+codex/teach Person,Person 2=Codex Title/Codex Subtitle, Codex Title 2</code>
 +
<code>+codex/teach Person,Person 2=Codex Title/Codex Subtitle, Codex Title 2/Codex Subtitle 2</code>
 +
<hr/>
 +
<code>+codex/accept</code>
 +
<code>+codex/reject</code>
 +
<hr/>
 +
These commands will try to teach another person various codex entries you may have, and all 'required' entries before it. The last two commands need to be run by the target(s) in order to accept or reject learning about an entry.
 +
  </div>
 +
</div>

Revision as of 12:24, 19 January 2019

Summary

At this time, you will only find the Codex system on-game. The system keeps track of the things you 'know' ICly, for matters of theme-importance. It also allows you to teach or share these things with other characters.

Commands

Codex Index

+codex


Will display the index of the codex system.

Codex Navigation

+codex Title/Subtitle/Sub-Subtitle


Will display the entry for that member of the codex system, searching as best as it can to find the entry in question. The more exact the title you give it, the better the search will be.

Codex Entry (Simple)

+codex Exact Name


Will display the entry for that member of the codex system.

Codex Link

+codex/teach Person=Codex Title +codex/teach Person=Codex Title/Codex Subtitle +codex/teach Person,Person 2=Codex Title/Codex Subtitle +codex/teach Person,Person 2=Codex Title/Codex Subtitle, Codex Title 2 +codex/teach Person,Person 2=Codex Title/Codex Subtitle, Codex Title 2/Codex Subtitle 2


+codex/accept +codex/reject


These commands will try to teach another person various codex entries you may have, and all 'required' entries before it. The last two commands need to be run by the target(s) in order to accept or reject learning about an entry.