Settings

Timed Actions

Timed Actions can be used a an action trigger that will trigger after a specified time interval and/or line count.

Setup

Navigate to Settings -> Timed Actions, rightclick the white area and click Add.

Timed Actions Navigation

You can now specify the settings of your Timed Action:

Timed Actions Settings

Configuration

Enabled
Toggle
default:True

If checked, the Timer is enabled. It will not trigger any action if it's disabled. The countdown and line count only start once it's been enabled.

Repeat
Toggle
default:True

If checked, the Timer will run again after it has fired. If unchecked, the Timer will just run once and disable itself afterwards.

Name
Text

The name of your Timer. It has no direct impact and it just for your own organisation.

Interval
Number

The time, in seconds, that has to pass for the Timer to trigger.

Random
Toggle
default:False

If checked, you can specify an interval for the interval. So the Timer fires randomly between x and y seconds.

Lines
Number
default:0

If lines is greater than 0, then x many chat messages need to be posted before the Timed Action fires. If the Interval is set to 30 seconds and Lines to 5, then it will trigger after 30 seconds have passed and 5 different messages have been posted to chat. If one requirement is fulfilled, it will wait for the other requirement.

The Lines requirement does not work if you have multiple streaming platforms connected (like Twitch and YouTube). In that case, leave it at 0.

Usage

1Sub-Action

Timers Sub-Actions

Documentation needed
Explore
1Trigger

Timed Actions Triggers

Trigger for a Timed Action
Explore
4Methods

C# Methods

Reference of all methods available within your custom C# code actions
Explore