Difference between revisions of "Help Record"

From The Final Challenge Wiki
Jump to navigation Jump to search
m (format fix for example)
 
Line 29: Line 29:
An example of a help record/block:
An example of a help record/block:


<nowiki>#HELPS</nowiki><br>
<pre>
#HELPS
0 SAMPLE~  
0 SAMPLE~  
<br>
This is a sample help to show you what a help would look like. Had this been<br>  
This is a sample help to show you what a help would look like. Had this been<br>  
a real help, there theoretically would be useful, informative, or otherwise <br>
a real help, there theoretically would be useful, informative, or otherwise <br>
beneficial information contained herein.  
beneficial information contained herein.  
~<br>
~
50 COOLPEOPLESAMPLE COOL PEOPLE~<BR>
50 COOLPEOPLESAMPLE COOL PEOPLE~<BR>
This is another sample help that would only be seen by effective leve 50 and <br>
This is another sample help that would only be seen by effective leve 50 and <br>
above.  Disclaimer from original sample still stands.
above.  Disclaimer from original sample still stands.
~<br>
~
0 $~
0 $~
</pre>


[[Category:Area Development]]
[[Category:Area Development]]

Latest revision as of 22:01, 16 April 2016

The block start with the string #HELPS , followed by one or more help records, and ending with the string 0 $~ .

This is an example of a helps block:

#HELPS
record1: see below for a help record for layout
record2: see below for a help record for layout
record3: see below for a help record for layout
0 $~



A help record is laid out as follows:

A B C
D
E

A: This is the lowest level player that can read the help. A 0 means everyone can read it.

B: This is a list of keywords that are used to reference the help.

C: This is a tilde (the squiggly hyphen).

D: This is the text of the help. The text should be composed of lines no longer than 75 characters, and do NOT use tabs to align things as they cause weird problems.

E: This is a tilde.


An example of a help record/block:

#HELPS
0 SAMPLE~ 
This is a sample help to show you what a help would look like. Had this been<br> 
a real help, there theoretically would be useful, informative, or otherwise <br>
beneficial information contained herein. 
~
50 COOLPEOPLESAMPLE COOL PEOPLE~<BR>
This is another sample help that would only be seen by effective leve 50 and <br>
above.  Disclaimer from original sample still stands.
~
0 $~