Difference between revisions of "Help Record"

From The Final Challenge Wiki
Jump to navigation Jump to search
(Created page with "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 ...")
 
m (format fix for example)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
A help record is laid out as follows:
The block start with the string  '''#HELPS'''  , followed by one or more help records, and ending with the string  '''0 $~'''  .<br><br>


A B C
This is an example of a helps block:<br>


D
<nowiki>#HELPS</nowiki><br>
record1: see below for a help record for layout<br>
E
record2: see below for a help record for layout<br>
record3: see below for a help record for layout<br>
0 $~<br>


<br><br>
A help record is laid out as follows:<br>


A B C <br>
D<br>
E<br>


A: This is the lowest level player that can read the help. A 0 means everyone can read it.
A: This is the lowest level player that can read the help. A 0 means everyone can read it.
Line 15: Line 22:
C: This is a tilde (the squiggly hyphen).
C: This is a tilde (the squiggly hyphen).


D: This is the text of the help. If you wish to start the help with a blank line, put a single "." as the first line of the text (all by itself). 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.
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.
E: This is a tilde.




An example of a help record is show below:
An example of a help record/block:
 


<pre>
#HELPS
0 SAMPLE~  
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 $~
</pre>


This is a sample help to show you what a help would look like. Had this been a real help, there theoretically would be useful, informative, or otherwise beneficial information contained herein.
[[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 $~