You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
effect test %number%:
trigger:
delaythe effect
create section and store itin {-test}:
broadcast "1"
wait 2secondsrun section {-test} sync and wait
continueon load:
set {_a} totrue
test (random integerbetween1and20)
broadcast "%{_a}%"
Wanted output: 1true
Current output: 1<none>
The text was updated successfully, but these errors were encountered:
Wanted output:
1
true
Current output:
1
<none>
The text was updated successfully, but these errors were encountered: