You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,20 +142,20 @@ time1163:
142
142
143
143
All of these commands require the `castmember` permission:
144
144
145
-
- `show start <showName>`: Starts a specific show. Replace `<showName>` with the name of the show you want to start (without the file extension). This command also accepts optional flags:
145
+
- `/show start <showName>`: Starts a specific show. Replace `<showName>` with the name of the show you want to start (without the file extension). This command also accepts optional flags:
146
146
- `--log`: Enables logging of actions. The sender of the command will receive chat messages whenever a Show Action executes.
147
147
- `--async`: Runs the show asynchronously. Individual Show Actions will still run synchronously.
148
148
- `--startAt <timecode>`: Specifies the timecode (in ticks) at which to start the show.
149
149
- `--args`: Specifies additional arguments for the show, if the show requires them
0 commit comments