Difference between revisions of "Game Code"

From Elder Tale Online MUSH
Jump to: navigation, search
(Created page with "<ul class="nav nav-tabs"> <li class="active"><btn data-toggle="tab" class="">#tab1|Codex System</btn></li> <li><btn data-toggle="tab" class="">#tab2|Scene System</btn></...")
 
m
Line 6: Line 6:
 
  <div class="tab-content">
 
  <div class="tab-content">
 
   <div id="tab1" class="tab-pane fade in active">
 
   <div id="tab1" class="tab-pane fade in active">
= Codex =
+
{{:Game Code/Codex}}
<p>Lorem ipsum...</p>
 
 
   </div>
 
   </div>
 
   <div id="tab2" class="tab-pane fade">
 
   <div id="tab2" class="tab-pane fade">

Revision as of 11:47, 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 Navigation

+codex


Will display the index of the codex system.


+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 Exact Name


Will display the entry for that member of the codex system, trying to seek as deep as it can.

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


These commands will try to teach another person various codex entries you may have, and all 'required' entries before it. Each time you run this command, the targets needs to accept or reject the offering.


+codex/accept

+codex/reject


These commands will accept or reject the teachings of a character.

Codex Knowledge Share

+codex/share Codex Title

+codex/share Codex Title/Codex Subtitle

+codex/share Codex Title,Codex Title 2

+codex/share Codex Title/Codex Subtitle,Codex Title 2/Codex Subtitle 2


Will create a string that can be pasted in, representing a group of codex entries someone can learn.


+codex/learn share link


Will learn the codex entries encoded in a Share Link.

Scene System

Lorem ipsum...