Jump to content

MUCK:Cheatsheet: Difference between revisions

m
Ensure poses have spaces after the colon.
m (Clarify default forks.)
m (Ensure poses have spaces after the colon.)
Line 57: Line 57:
* 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:
* 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>
** From then on, she doesn't need to use the fork name. <code>> :keeps saying hi for like eight minutes!</code>
** From then on, she doesn't need to use the fork name. <code>> : keeps saying hi for like eight minutes!</code>
** She can create another fork with <code>fork Boo</code> and then interact as before, <code>> Boo=:jumps out from behind the bushes.</code>
** She can create another fork with <code>fork Boo</code> and then interact as before, <code>> Boo=:jumps out from behind the bushes.</code>
** If she wants to switch between forks, she just needs to use the fork's tag as before.
** If she wants to switch between forks, she just needs to use the fork's tag as before.