Is there a way to get an Event, for instance an roAudioplayer status message without a message loop? Or to make a loop that loops once and exits? I need to get the info at the start of a function, ...
Thank you destruk, those docs make a lot more sense after you explain something. I had tried the exit while , but i think i wasn't tying it to an event, i was just hoping it would exit on its own which it didn't seem to, or did but didn't exit properly. You really helped me out this morning, i appreciate it.