This is a simple command to read out the time which worked just fine until 1.6 came out. Now when I execute the command all I hear is "At the sound of the tone, the time will be" and no time is ever mentioned. Apparently the command continues executing however because oftentimes VA will no longer be responsive and require a Task Manager cancellation. Any help would be greatly appreciated:
Set integer [RandomSound] value as random from 1 to 2
Execute command, 'Silentcheck'
Begin Integer Compare : [RandomSound] Equals 1
Play sound, '{VA_SOUNDS}\Ripley Galactic\KICS 4\Audio\KICS_TheTimeIsNow.mp3' (and wait until it completes)
Say, '{TIME}'
Else
Play sound, '{VA_SOUNDS}\Ripley Galactic\KICS 4\Audio\KICS_AtTheSoundOfTheTone.mp3' (and wait until it completes)
Say, '{TIME}' (and wait until it completes)
Play sound, '{VA_SOUNDS}\Ripley Galactic\KICS 4\Audio\KICS_TimeTone.mp3'
End Condition