An actual BREAKER

I have created snippets with many clickable options and nested if/thens but since text blaze runs the whole command at once I can't further expand on the snippet. Even if I add a wait time and then include another snippet it won't work, hence, a complete breaker (with the option to add a wait time) would be an amazing addition. I execute 1/3 of the snippet, then waits 2 sec and the next part triggers but not it can take information from the already completed 1/3.

Hi @Mi7koS,

Thanks for the feature idea.

If I understand correctly, you want to create a chain of snippets where the first snippet is triggered manually, and the rest trigger automatically in order with short delays, right?

A possible workaround for this is to use urlload with a non-existent URL, setting the timeout to 2s.

Hi @AshwinMittal
in a way yeah. Would be great to break up a snippet between steps and be able to utilize each part individually.

Thank for the suggestion! Will definitely try it out.