PDA

View Full Version : string_wait()?



Mega Link
01-02-2009, 11:23 PM
How do I make zscript wait until the string(s) it started stops playing before it continues? Maybe something like this?


Screen->Message(#);
while(Screen->Message() == true) {
Waitframe();
}
//Continue

pkmnfrk
01-02-2009, 11:35 PM
Check the "Messages Freeze All Action" Rule. That's the only way.

Mega Link
01-02-2009, 11:41 PM
http://zefur.site50.net/forum/images/smilies/smack.png Why didn't I think of that? Thanks.