1

"Wait Until Command" Action

The command system is incredibly powerful and simple to use, it can be used as a way to simplify various projects and tasks into a single one that takes the command and does stuff based on the command itself.

It is easier than "Run Task" because the syntax is significantly easier. However, the drawback is that if you have one task that triggers a command and another that gets triggered by it, the first one has no way of knowing if the second one finished without problem, as there's no "return variable" option and no way to logically allow it.

I propose a "Wait until command" action (or a option in the "Wait Until" action) that halts the task until a given command was broadcasted