Skip to content

Commit

Permalink
Update actions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 authored Jun 5, 2024
1 parent 001e1c6 commit c1f9535
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/general/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ The following action types are available to use.

----

### `#!command NEXT_PAGE[:<hologram>]` / `NEXT_PAGE` { #next_page }
### `#!command NEXT_PAGE[:<hologram>]` { #next_page }

: Changes the page of the (optionally specified) Hologram to the next one, if one is available.

Expand All @@ -156,11 +156,11 @@ The following action types are available to use.

----

### `#!command PREV_PAGE:<hologram>` / `PREV_PAGE` { #prev_page }
### `#!command PREV_PAGE[:<hologram>]` { #prev_page }

: Changes the page of the (optionally specified) Hologram to the previous page, if one is available.

- `#!command <hologram>` - Optional Hologram `#!command <hologram>` to change the page of. Defaults to the Hologram the player clicked on, if not set.
- `#!command [:<hologram>]` - Optional Hologram `#!command <hologram>` to change the page of. Defaults to the Hologram the player clicked on, if not set.

/// details | Examples
type: example
Expand All @@ -173,7 +173,7 @@ The following action types are available to use.

----

### `#!command PAGE:[<hologram>:]<page>` / `#!command PAGE:<page>` { #page }
### `#!command PAGE:[<hologram>:]<page>` { #page }

: Changes to the specified page on the (optionally specified) Hologram, if one is available.

Expand Down

0 comments on commit c1f9535

Please sign in to comment.