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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Join the ShowScript Discord server for help & support: https://discord.gg/yNX8Qd
12
12
13
13
## Example
14
14
15
-
### ShowScript 3
15
+
### ShowScript 3 (file ending in `.groovy`)
16
16
17
17
```groovy
18
18
ticks(0) {
@@ -84,7 +84,7 @@ ticks(1163) {
84
84
```
85
85
86
86
87
-
### ShowScript 2
87
+
### ShowScript 2 (file ending in `.yml`)
88
88
```yaml
89
89
time0:
90
90
- item: 'cmd'
@@ -139,7 +139,7 @@ time1163:
139
139
140
140
All of these commands require the `castmember` permission:
141
141
142
-
- `show start <showName>`: Starts a specific show. Replace `<showName>` with the name of the show you want to start. This command also accepts optional flags:
142
+
- `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:
143
143
- `--log`: Enables logging of actions. The sender of the command will receive chat messages whenever a Show Action executes.
144
144
- `--async`: Runs the show asynchronously. Individual Show Actions will still run synchronously.
145
145
- `--startAt <timecode>`: Specifies the timecode (in ticks) at which to start the show.
0 commit comments