So folks I'm trying to do a little script to run all the time when streaming. Basically changing 1 text file but using data from other text files
Set Text [Bee Text Changer] to [C:\Users\crazybee\Documents\Stream Labels 2.0\most_recent_donator.txt] (Trim)
Write (overwrite), '{TXT:Bee Text Changer}' to file 'C:\Users\crazybee\Documents\EDDI2\Text Line Changer.txt'
Pause 3 seconds
Set Text [Bee Text Changer] to [C:\Users\crazybee\Documents\Stream Labels 2.0\most_recent_cheerer.txt] (Trim)
Write (overwrite), '{TXT:Bee Text Changer}' to file 'C:\Users\crazybee\Documents\EDDI2\Text Line Changer.txt'
Pause 3 seconds
I've come up with the above but if I change the pause to more than 3 seconds it comes up in the log window which I don't want (3 seconds or shorter nothing comes up in the log window) cause I'll have other scripts running that I want to keep tabs on. I just want it to run continuously but pause for 30 or 60 seconds. Only way I've found to not fill up the program log window is to make 10 3 second pauses, is that right?
Plus will this have performance of VA (lag, etc)