Hey. I have a suggestion. Could you might add please something like "20 times" e.g play sound"" with volume 10 at player 20 times. this 20 times in this same second or like send "" to player 20 times. Isn't it easier than loop or something what doing this?
I vote no on this, since:
send "blah" to player 20 times
is exactly the same as
loop 20 times:
send "blah" to player
All you are really saving is a line and "loop"
In my opinion this would not make things any easier really!
I agree with Shane. Also you can add multiple effects under the loop without having to write 20 times at the end all the time.
Well. Good idea next time I will use something like this... Thanks
No, see the Ternary and Default Value expressions and the Do If effect? They are and this is for easier and shorter codes. This can also have an 'interval' feature. But yeah, you wouldn't have ability to run multiple effects because long parse time.
Most helpful comment
I agree with Shane. Also you can add multiple effects under the loop without having to write
20 timesat the end all the time.