Jump to content

MUCK:Cheatsheet: Difference between revisions

m
Ensure poses have a space after the colon Pt 2.
m (Ensure poses have spaces after the colon.)
m (Ensure poses have a space after the colon Pt 2.)
Line 59: Line 59:
** 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.
* You can create a memory tied to a fork with <code>memo</code> run as the fork
* You can create a memory tied to a fork with <code>memo</code> run as the fork