Difference between revisions of "Basic Commands"
From Redwall MUCK Wiki
(Created page with "== Very Basic == * Say * Page * Pose * Spoof * Status * Find * Moving ** Exits ** Portal == Slightly Less Basic == * +summon * @desc * pinfo") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Players interact with the MUCK using text commands. | |||
== | == The Basics == | ||
Below are a few commands to get you started on the MUCK. | |||
{| class="wikitable" | |||
|- | |||
! scope="col" | Command | |||
! scope="col" | Syntax | |||
! scope="col" | Alias | |||
! scope="col" | What does it do? | |||
|- | |||
! scope="row"| Look | |||
| <code>look</code> | |||
| <code>l</code> | |||
| View details about your current location, such as its description, exits, objects, and other players there. | |||
|- | |||
! scope="row"| Say | |||
| <code>say Hello.</code> | |||
| <code>"Hello.</code> | |||
| Speak to players in the immediate room. | |||
|- | |||
! scope="row"| Page | |||
| <div style="width:250px;"><code>page PlayerName=Hello.</code></div> | |||
| <div style="width:200px;"><code>p Aeysin=Hello.</code></div> | |||
| Speak to players from afar. | |||
|- | |||
! scope="row"| Pose | |||
| <code>pose waves.</code> | |||
| <code>:waves.</code> | |||
| Perform an action for players in the immediate room. | |||
|- | |||
! scope="row"| Status | |||
| <code>status ic</code> | |||
| N/A | |||
| Switch from [[IC]] to [[OOC]]. <code>status list</code> for a full list. | |||
|- | |||
! scope="row"| Find | |||
| <code>find</code> | |||
| <code>f</code> | |||
| View a list of other online characters. See [[Find]]. | |||
|- | |||
! scope="row"| Portal | |||
| <code>portal</code> | |||
| N/A | |||
| 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
.