Difference between revisions of "Basic Commands"
From Redwall MUCK Wiki
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Players interact with the MUCK using text commands | Players interact with the MUCK using text commands. | ||
== The Basics == | == The Basics == | ||
Below are a few commands to get you started on the MUCK. | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 20: | Line 23: | ||
|- | |- | ||
! scope="row"| Page | ! scope="row"| Page | ||
| <code>page | | <div style="width:250px;"><code>page PlayerName=Hello.</code></div> | ||
| <code>p Aeysin=Hello.</code> | | <div style="width:200px;"><code>p Aeysin=Hello.</code></div> | ||
| Speak to players from afar. | | Speak to players from afar. | ||
|- | |- | ||
Line 31: | Line 34: | ||
! scope="row"| Status | ! scope="row"| Status | ||
| <code>status ic</code> | | <code>status ic</code> | ||
| | | N/A | ||
| Switch from [[IC]] to [[OOC]]. <code>status list</code> for a full list. | | Switch from [[IC]] to [[OOC]]. <code>status list</code> for a full list. | ||
|- | |- | ||
Line 41: | Line 44: | ||
! scope="row"| Portal | ! scope="row"| Portal | ||
| <code>portal</code> | | <code>portal</code> | ||
| | | N/A | ||
| Jump to the navigation hub of the MUCK. See [[Portal]]. | | Jump to the navigation hub of the MUCK. See [[Portal]]. | ||
|} | |} | ||
For a full list of commands, type <code>help</code> or <code>globals</code>. | |||
[[Category:General Help]] |
Latest revision as of 12:43, 22 January 2018
Players interact with the MUCK using text commands.
The Basics
Below are a few commands to get you started on the MUCK.
Command | Syntax | Alias | What does it do? |
---|---|---|---|
Look | look
|
l
|
View details about your current location, such as its description, exits, objects, and other players there. |
Say | say Hello.
|
"Hello.
|
Speak to players in the immediate room. |
Page | page PlayerName=Hello. |
p Aeysin=Hello. |
Speak to players from afar. |
Pose | pose waves.
|
:waves.
|
Perform an action for players in the immediate room. |
Status | status ic
|
N/A | Switch from IC to OOC. status list for a full list.
|
Find | find
|
f
|
View a list of other online characters. See Find. |
Portal | portal
|
N/A | Jump to the navigation hub of the MUCK. See Portal. |
For a full list of commands, type help
or globals
.