Replies: 1 comment 3 replies
-
Two things. Your version shows off in both steps, so it'll never do anything. Second, can you post and highlight and use the code option at the top. Looks similar to <>. This will retain indents. I would guess that the issue that something isn't indented correctly. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On this page includes the following shows.
##! show: my_show
lights:
(led): red
lights:
(led): off
show_player:
some_event:
flash_red:
loops: -1
show_tokens:
led: led_02
My question is how to get this to work in a config file.
Should the first snippet be:
shows:
flash_red:
-time: 0
lights:
(led): off
- time: 1
lights:
(led): off
If so, I must be doing something else wrong as I get an "ValueError: YAML error found in file C:\Users\student\pinball\cobraPinTest1\modes\reentry\config\reentry.yaml. Line 84, Position 16: mapping values are not allowed here"
Do I have to put the flash_red show in its own folder structure?
Beta Was this translation helpful? Give feedback.
All reactions