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")
 
Line 1: Line 1:
== Very Basic ==
Players interact with the MUCK using text commands. Below are some basic commands to help you navigate the game and communicate with other players.
* Say
* Page
* Pose
* Spoof
* Status
* Find
* Moving
** Exits
** Portal


== Slightly Less Basic ==  
== The Basics ==
 
{| class="wikitable"
* +summon
|-
* @desc
! scope="col" | Command
* pinfo
! 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
| <code>page Aeysin=Hello.</code>
| <code>p Aeysin=Hello.</code>
| 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>
| <code>N/A</code>
| 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>
| <code>N/A</code>
| Jump to the navigation hub of the MUCK. See [[Portal]].
|}

Revision as of 12:35, 9 December 2017

Players interact with the MUCK using text commands. Below are some basic commands to help you navigate the game and communicate with other players.

The Basics

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 Aeysin=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.