Re: Call order of multiple script events

2010-03-22 Thread Ron Parker
It's been said (I think Raymond Chen said it) that there's an important question every programmer should ask himself whenever contemplating doing something out of the ordinary. That question is, "what would happen if two people wanted to do this?" To answer your question, though: no, there's

Call order of multiple script events

2010-03-22 Thread Tyler Spivey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Is there a way of ensuring that my OnSpeak event is called last, besides disabling any other scripts that use it? I want to pass everything onto synthesizers.active.speak, after modifying the text and adding control codes. In order to do this reliabl