Is there a way to stop all bots if one of the finds a specific text?

I’m working on a project where I want the config to stop all others bots if one of them finds a specific key mid-script.
Basically…

BLOCK:Keycheck
  banIfNoMatch = False
  KEYCHAIN SUCCESS OR
    STRINGKEY @data.SOURCE Contains ":\"SUCCESS"
ENDBLOCK
StopAllBots

I’m working on a reservation bot, where I only want to reserve something once.
I need to use multiple bots, because they ban certain proxies.

I think you can use the monitor tab but you will have to use the non native version

There is no way to do this right now, open an issue on github if you want and I will implement it (don’t really have time now so it’s going to take a while)

1 Like