skript-mirror
skript-mirror copied to clipboard
Walk section for custom effects and conditions
Describe the solution you'd like A walk section for effects and conditions e.g.
effect stop 50% of the time:
trigger:
walk: # allows returning of a TriggerItem too
chance of 50%:
continue
Describe alternatives you've considered A delayed effect that never continues
Does this have a (good) use case? Most effects don't need this.
a continue loop effect
A continue loop effect should just be in Skript though. I can't really see a good reason to alter control flow outside of statements that ought to be in Skript in the first place.
it is in skript, skript-mirror could be used for backporting
But for only a single feature? Seems like an addon would be a better fit, especially considering that it won't be necessary for newer versions of Skript.