Skip to content

Commit 4784028

Browse files
authored
Update region-shows.md
1 parent c88c9a9 commit 4784028

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/region-shows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cleanup: 'myProject/queue/waving_animatronic/cleanup'
4040
File: `myProject/queue/waving_animatronic/setup.yml`
4141
```yaml
4242
time0:
43-
- item: 'cmd'
43+
- item: 'cmd'
4444
cmd: assave recall myProject/wavyboi
4545
```
4646

@@ -50,8 +50,8 @@ In this setup show, an [`assave`](/Technicians/ArmorStandAnimations#saving-armor
5050
File: `myProject/queue/waving_animatronic/loop.yml`
5151
```yaml
5252
time0:
53-
- item: 'cmd'
54-
cmd: 'asa animatecycle wavyboi -166 53 1103 10 larm 0 0 20 10'
53+
- item: 'cmd'
54+
cmd: 'asa animatecycle wavyboi -166 53 1103 10 larm 0 0 20 10'
5555
```
5656

5757
In this loop show, we find an [asa animate](/Technicians/ArmorStandAnimations#animating-an-armor-stand) command to make our `wavyboi` wave. The loop show is the place to put all the actual "effect" commands that should be running on loop.

0 commit comments

Comments
 (0)