New drop configuration allowing ordered events?
Zarius opened this issue ยท 2 comments
Just playing with ideas but a different config (using ordered lists) for the drops could be:
GRASS:
- drop:
- tool: ANY
- drop: APPLE
- message: There's an apple!
- delay: 20
- event: LIGHTNING
- message: And here's lightning!
- delay: 60
- command: [/time night]
- message: And now it's night!
How is this different from staggered drop groups?
GRASS:
- dropgroup: mySequence
tool: ANY
drops:
- drop: APPLE
message: There's an apple!
- delay: 20
event: LIGHTNING
message: And here's lightning!
- delay: 60 # or 80, if you meant 60 after the lightning
command: /time night
message: And now it's night!