Skip to content

Commit

Permalink
Clean up ACTIONS.md; add echo command
Browse files Browse the repository at this point in the history
Signed-off-by: microlith57 <microlith57@gmail.com>
  • Loading branch information
microlith57 committed Nov 16, 2018
1 parent 6f09e27 commit 4a3bb2e
Showing 1 changed file with 56 additions and 33 deletions.
89 changes: 56 additions & 33 deletions ACTIONS.md
Expand Up @@ -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.

0 comments on commit 4a3bb2e

Please sign in to comment.