Skip to content
march edited this page Jan 8, 2025 · 1 revision

Adds Length to the chapter time offset.

For example, if you had the following instructions...

ShowText time = 0
Delay time = 0 length = 2
HideText time = 0

...HideText's time would be offset by 2 due to the delay.

Properties

Time:number

⠀⠀⠀⠀The time offset for the delay. Just leave this at 0 unless you know what you're doing.

Length:number

⠀⠀⠀⠀How long the delay lasts.

Clone this wiki locally