File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -200,13 +200,13 @@ event_player:
200
200
201
201
Note that as with other config players, event player can accept
202
202
priorties for events to be posted. This can be useful in scenarios such
203
- as where a player variable must be updated prior to a condtional check,
203
+ as where a player variable must be updated prior to a conditional check,
204
204
so that they happen in the desired order.
205
205
206
206
` ` ` yaml
207
207
event_player:
208
208
mode_dynamo_started:
209
- reset_pv_tokens_collected_to_0
209
+ reset_pv_tokens_collected_to_0:
210
210
priority: 50
211
211
play_slide{current_player.pv_tokens_collected <= 5}:
212
212
priority: 5
@@ -215,14 +215,12 @@ event_player:
215
215
216
216
# # Usage in config files
217
217
218
- In config files, the event player is used via the `event_player:`
219
- section.
218
+ In config files, the event player is used via the `event_player:` section.
220
219
221
220
# # Usage in shows
222
221
223
222
In shows, the event player is used via the `events:` section of a step.
224
223
225
224
# # Config Options
226
225
227
- See [event_player:](../config/event_player.md) for config
228
- details.
226
+ See [event_player:](../config/event_player.md) for config details.
You can’t perform that action at this time.
0 commit comments