stop action with if loop

PHOTO EMBED

Thu Jul 25 2024 08:24:02 GMT+0000 (Coordinated Universal Time)

Saved by @nishpod

if (condition)
  {
    return;
  }
else...
content_copyCOPY

if condition is true, then no further script is executed