I have picked AGS back up after 10 months and I am getting errors on my global script....
SetVoiceMode(eSpeechVoiceAndText);
SetVoiceMode(eSpeechTextOnly);
Has something with these commands changes? any help appreciated. The script ran fine 10 months ago so I presume theres been an update thats changes some code?
thanks.
There were changes in 3.3.0.
Now it is
Speech.VoiceMode = eSpeechVoiceAndText;
Also, please refer to "Upgrading to 3.3" topic in the manual.
Thanks a bunch mate ;-D