Firebot icon indicating copy to clipboard operation
Firebot copied to clipboard

[Feature Request] Ability to add variable to Interval(secs) field on Time-Based Effects

Open MattyCanny opened this issue 1 year ago • 2 comments

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.

MattyCanny avatar Mar 28 '24 13:03 MattyCanny

use a numerical loop set to a number of times you want this to happen and use a delay effect

CKY- avatar Mar 28 '24 13:03 CKY-

That's a good way of working around it! Thanks.

MattyCanny avatar Mar 28 '24 13:03 MattyCanny