Sign In:     


Forum: General Discussion

Topic: Turn variated character on for a specific amount of time

This topic is old and might contain outdated or incorrect information.

How would I do this?
Is there some kind of " T minus " action I can use?
 

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

repeat_start
repeat_start_instant
 

Thank you, Locodog. That was it. :)
 

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?
 

not seeing it, what's your script?
 

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

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'
 



(Old topics and forums are automatically closed)