Accesso rapido:  

Forum: General Discussion

Topic: Turn variated character on for a specific amount of time
How would I do this?
Is there some kind of " T minus " action I can use?
 

Inviato Wed 05 May 21 @ 5:25 pm
locoDogPRO InfinityModeratorMember since 2013
I have no idea what "Turn variated character on" means, but look into these actions

repeat_start
repeat_start_instant
 

Inviato Wed 05 May 21 @ 5:32 pm
Thank you, Locodog. That was it. :)
 

Inviato Wed 05 May 21 @ 7:11 pm
If the number of times to repeat is set to an even number sometimes it stops at 1 and not at 0 as it should. Is there any way to prevent that?
 

Inviato Wed 05 May 21 @ 9:13 pm
locoDogPRO InfinityModeratorMember since 2013
not seeing it, what's your script?
 

Inviato Wed 05 May 21 @ 9:18 pm
Repeat_start 'light' 90ms 16 & toggle '$loadWarning1'
 

Inviato Wed 05 May 21 @ 9:33 pm
locoDogPRO InfinityModeratorMember since 2013
tested and tried everything I know to break it [calling heavy vsts, loading several tracks] it stayed consistent [if I start from zero it ends on zero]

don't know exactly what you're doing, but if it's a button mash try this in it's place

set '$loadWarning1' 0 & Repeat_start 'light' 90ms 16 & toggle '$loadWarning1'
 

Inviato Wed 05 May 21 @ 11:03 pm