Jump to content

MUCK:Cheatsheet: Difference between revisions

m
Clarify default forks.
m (Fix wiki syntax.)
m (Clarify default forks.)
Line 55: Line 55:


* Create a new fork with the <code>fork</code> command. If you don't choose a tag (the bit after the #), one will be chosen for you
* Create a new fork with the <code>fork</code> command. If you don't choose a tag (the bit after the #), one will be chosen for you
* To interact with the fork, use the <code>></code> command. You will have to choose the fork to communicate as. For instance:
* To interact with the fork, use the <code>></code> command. It will be set as your default fork. If you want to control a different fork, you'll need to specify. For instance:
** Motes creates a fork called Motes#Hi with <code>fork Hi</code>
** Motes creates a fork called Motes#Hi with <code>fork Hi</code>
** She runs up to someone and says hi as the fork with <code>> Hi=:runs up to Bee and says, "Hi!"</code>
** She runs up to someone and says hi as the fork with <code>> Hi=:runs up to Bee and says, "Hi!"</code>