Hello,
I've been searching for a while without luck.
Is it possible to exit an event processing, similar to how we stop loops?
Either via an action or script.
I want something like:
if x == 0 : exit processing
if y == 0 : exit processing
I know I can get around this with IFs and ELSEs and whatnot, just wanted to know if possible.
Thank you