From 4a3bb2e6631ac884380b2c582b91f74f1ed8aef3 Mon Sep 17 00:00:00 2001 From: microlith57 Date: Sat, 17 Nov 2018 06:43:55 +1300 Subject: [PATCH] Clean up ACTIONS.md; add echo command Signed-off-by: microlith57 --- ACTIONS.md | 89 ++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 56 insertions(+), 33 deletions(-) diff --git a/ACTIONS.md b/ACTIONS.md index 62c8e32..c956253 100644 --- a/ACTIONS.md +++ b/ACTIONS.md @@ -7,76 +7,99 @@ There are 16 base actions, you can queue multiple actions using the `&` characte ### Basic #### Look -- `look` List all **visible vessels**. + +- `look` List all **visible vessels**. #### Create -- `create a ceramic teacup` Create a **new vessel**. + +- `create a ceramic teacup` Create a **new vessel**. #### Become -- `become a teacup` Become a **visible vessel**. -- `become the red teacup` Become a **distant vessel**. + +- `become a teacup` Become a **visible vessel**. +- `become the red teacup` Become a **distant vessel**. #### Enter -- `enter the teacup` Enter a **visible vessel**. + +- `enter the teacup` Enter a **visible vessel**. #### Leave -- `leave` Leave the current **parent vessel**. + +- `leave` Leave the current **parent vessel**. ### Advanced #### Warp -- `warp to the red teacup` Warp to a **distant vessel**'s parent location. -- `warp in the yellow teacup` Warp in a **distant vessel**'s location. -- `warp to any teacup` Warp to a random **distant vessel**'s parent location. -- `warp in any teacup` Warp in a random **distant vessel**'s location. -- `warp anywhere` Warp in a random **distant vessel**'s location. + +- `warp to the red teacup` Warp to a **distant vessel**'s parent location. +- `warp in the yellow teacup` Warp in a **distant vessel**'s location. +- `warp to any teacup` Warp to a random **distant vessel**'s parent location. +- `warp in any teacup` Warp in a random **distant vessel**'s location. +- `warp anywhere` Warp in a random **distant vessel**'s location. #### Take -- `take the red teacup` Move a **visible vessel** into your vessel. -- `take any teacup` Move a **visible vessel** into your vessel. -- `take anything` Move a random **visible vessel** into your vessel. + +- `take the red teacup` Move a **visible vessel** into your vessel. +- `take any teacup` Move a **visible vessel** into your vessel. +- `take anything` Move a random **visible vessel** into your vessel. #### Drop -- `drop the red teacup` Move a **child vessel** into the **parent vessel**. -- `drop a teacup` Move a **child vessel** into the **parent vessel**. -- `drop any teacup` Move a random **child vessel** into the **parent vessel**. + +- `drop the red teacup` Move a **child vessel** into the **parent vessel**. +- `drop a teacup` Move a **child vessel** into the **parent vessel**. +- `drop any teacup` Move a random **child vessel** into the **parent vessel**. #### Inventory -- `inventory` List all **child vessels**. + +- `inventory` List all **child vessels**. #### Move -- `move the red teacup in the blue teacup` Move a **visible vessel** into another **visible vessel**. + +- `move the red teacup in the blue teacup` Move a **visible vessel** into another **visible vessel**. ### Narrative #### Learn -- `learn` See available actions. -- `learn to drop` See the documentation for the **drop** action. + +- `learn` See available actions. +- `learn to drop` See the documentation for the **drop** action. #### Note -- `note It is raining. Again.` Add a note to the **parent vessel**. + +- `note It is raining. Again.` Add a note to the **parent vessel**. #### Inspect -- `inspect the teacup` Inspect the target **visible vessel**. + +- `inspect the teacup` Inspect the target **visible vessel**. #### Transform -- `transform into a teacup` Rename the **current vessel**. -- `transform the teacup into a crystal cat` Rename a **visible vessel**. -- `transform into a foggy bat` Rename the **current vessel**. + +- `transform into a teacup` Rename the **current vessel**. +- `transform the teacup into a crystal cat` Rename a **visible vessel**. +- `transform into a foggy bat` Rename the **current vessel**. ### Programming #### Program -- `program warp to the library` Automate the **parent vessel**. -- `program` Remove the program of the **parent vessel**. + +- `program warp to the library` Automate the **parent vessel**. +- `program` Remove the program of the **parent vessel**. #### Use -- `use the teacup` Trigger the **visible vessel**'s automation. + +- `use the teacup` Trigger the **visible vessel**'s automation. #### Trigger -- `trigger open` Set the **parent vessel**'s trigger. -- `trigger roll You rolled @random(1 2 3 4 5 6).` Set a custom reaction to the **parent vessel**. -- `trigger passive hello` Displays **hello** in the UI when carried. + +- `trigger open` Set the **parent vessel**'s trigger. +- `trigger roll You rolled @( random 1 2 3 4 5 6 ).` Set a custom reaction to the **parent vessel**. +- `trigger passive hello` Displays **hello** in the UI when carried. + +#### Echo + +- `echo Hello` Print `hello` onto your screen. +- `echo @( random 1 2 3 4 5 6 )` Evaluate LISP. #### Cast -- `cast the storm scroll at the golden beetle` Trigger a **distant vessel**'s automation as another vessel. + +- `cast the storm scroll at the golden beetle` Trigger a **distant vessel**'s automation as another vessel.