Jump to content

MUCK:Cheatsheet: Difference between revisions

m (Makyo moved page MUCK commands to MUCK:Cheatsheet: Move into namespace)
 
Line 47: Line 47:


* You can speak with the <code>say</code> command, or by starting the line with <code>"</code>
* You can speak with the <code>say</code> command, or by starting the line with <code>"</code>
* You can perform an action with the <code>pose</code> command, or by starting the line with <code>:&nbsp;</code> or <code>;&nbsp;</code> (note the space). If you don't want a space after your name, as with 's, ''do'' omit the space.
* You can perform an action with the <code>pose</code> command, or by starting the line with <code>:</code>. This will insert a space between your name and the action. If you do not want that (as with 's), <code>;</code> without a space after it is the one you want.
* You can speak privately to someone in the same room as you with <code>whisper</code> or <code>wh</code>
* You can speak privately to someone in the same room as you with <code>whisper</code> or <code>wh</code>
* You can speak privately to someone not in the same room as you with <code>page</code> or <code>p</code>
* You can speak privately to someone not in the same room as you with <code>page</code> or <code>p</code>