Difference between revisions of "Help Files"

From Multiverse Crisis MUSH
Jump to: navigation, search
m (Protected "Help Files" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(Adding actual content to this page.)
Line 1: Line 1:
This is a work-in-progress that has not yet begun!
+
This is an index of commands used on the MUSH. Simple code will be explained on this page without further documentation, while more complicated code will have a link to an expanded help document.
 +
 
 +
Note that, when something uses a stand-in like <text>, it is usually a placeholder for user input.
 +
 
 +
This is a work-in-progress!
 +
 
 +
{|class="wikitable"
 +
|-
 +
| '''Syntax'''
 +
| '''Usage'''
 +
|-
 +
| +admin
 +
| Lists the Administrators on the MUSH. Do not bother off-duty Admin except in an emergency!
 +
|-
 +
| +appinfo
 +
| Displays a 'scoreboard' of what's going on application-wise. With the exception of the "bug" time indicated second from the top, these are rough estimates, not promises.
 +
|-
 +
| +castlist
 +
| Lists all themelistings that currently have somebody in them.
 +
|-
 +
| +cast <text>
 +
| This command shows all casts and those in them that have whatever string of text you enter in place of <text>.
 +
|-
 +
| +chatoff & +chaton
 +
| Adds or removes you from the Guest channel, depending on which you use.
 +
|-
 +
| +dice <numofdice>d<numofsides>
 +
| Rolls <numofdice> of <numofsides> dice and announces the results to the room. For example, +dice 1d10 rolls one ten-sided die.
 +
|-
 +
| +done
 +
| Displays a highlighted message that you are done. This is usually to keep track of who has posed in large scenes, for the convenience of the GM as well as other players.
 +
|-
 +
| +fachead
 +
| Displays a list of facheads, similar to +admin.
 +
|-
 +
| +feedback <title>=<text>
 +
| This is a command for sending a message to the MUSH's staff. It is often used to solicit opinions from the playerbase, and of course you are welcome to submit requests/comments/concerns via feedback independently of staff inquiry. If you need to get our attention in a hurry, this is a good way to do it.
 +
 
 +
Due to abuse of +feedback's anonymity, identification information will be logged, but only accessible by the System Administrator and HeadWiz. <Title> must not contain a / or = and must be less than or equal to 24 characters in length.
 +
 
 +
Example: +feedback Pie=Pie tastes good.
 +
|-
 +
|}

Revision as of 18:27, 29 March 2014

This is an index of commands used on the MUSH. Simple code will be explained on this page without further documentation, while more complicated code will have a link to an expanded help document.

Note that, when something uses a stand-in like <text>, it is usually a placeholder for user input.

This is a work-in-progress!

Syntax Usage
+admin Lists the Administrators on the MUSH. Do not bother off-duty Admin except in an emergency!
+appinfo Displays a 'scoreboard' of what's going on application-wise. With the exception of the "bug" time indicated second from the top, these are rough estimates, not promises.
+castlist Lists all themelistings that currently have somebody in them.
+cast <text> This command shows all casts and those in them that have whatever string of text you enter in place of <text>.
+chatoff & +chaton Adds or removes you from the Guest channel, depending on which you use.
+dice <numofdice>d<numofsides> Rolls <numofdice> of <numofsides> dice and announces the results to the room. For example, +dice 1d10 rolls one ten-sided die.
+done Displays a highlighted message that you are done. This is usually to keep track of who has posed in large scenes, for the convenience of the GM as well as other players.
+fachead Displays a list of facheads, similar to +admin.
+feedback <title>=<text> This is a command for sending a message to the MUSH's staff. It is often used to solicit opinions from the playerbase, and of course you are welcome to submit requests/comments/concerns via feedback independently of staff inquiry. If you need to get our attention in a hurry, this is a good way to do it.

Due to abuse of +feedback's anonymity, identification information will be logged, but only accessible by the System Administrator and HeadWiz. <Title> must not contain a / or = and must be less than or equal to 24 characters in length.

Example: +feedback Pie=Pie tastes good.