Firebot
Firebot copied to clipboard
[Feature Request] Ability to add variable to Interval(secs) field on Time-Based Effects
I would like to be able to set a time based event to happen at random intervals throughtout the stream. The way I would like to do this is by using $randomNumber[1200, 2400] in the interval field of the time based effect. Another way to accomplish this could be with an 'edit timer interval' effect.
I would like to use this as part of an interactive redeem that happens randomly and viewers have to spot it to win currency.
use a numerical loop set to a number of times you want this to happen and use a delay effect
That's a good way of working around it! Thanks.