Havent had time to test it, but by the looks of it, it only checks if the string is "If". i want it to check if the string contains If 
About the Wait; I would really like to know this, since im facing a problem, any help appreciated, ill try and post some of my code so you can see it:
Code:
if (BeginLoop) {soundPlay(2,0,"vo/Breencast/br_collaboration01.wav"), TRun = 1}
if (T > 2 & T < 4) {soundPlay(3,0,"vo/Breencast/br_collaboration02.wav")}
if (T > 4 & T < 6) {soundPlay(4,0,"vo/Breencast/br_collaboration03.wav")}
if (T > 6 & T < 8) {soundPlay(5,0,"vo/Breencast/br_collaboration04.wav"), Reset = 1}
You see the problem is, instead of triggering the sounds once, it spams em, because the input T is changing (T is the Time of the timer)
Bookmarks