Multi Action: Waiting for custom action to finish #49
dennisrijsdijk
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently working on a plugin to integrate Firebot, a Twitch chatbot. One of the actions/buttons I'm working on runs an effects list in Firebot. the function and duration of these is arbitrary. Sometimes it may be benefitial to wait for execution to finish before doing another task. During implementation and testing, I noticed it's not possible to make a custom action in Multi Action wait for completion. I know it's possible to manually add a delay action to the multi action, but since execution duration is unknown, this wouldn't work.
I've got an idea for a possible way to solve this, that would preserve backwards compatibility with current actions.
MultiActionWait
(default false)Beta Was this translation helpful? Give feedback.
All reactions