added in a soundError function that is called by the play function when it encounters an error trying to play sounds with com audio. The soundError function writes the error into a file in the logs folder that is found inside the MonkeyTerm folder. The log entry will have the path and name of the file and then the timestamp. After logging, the function will try to play a new sound error.wav file located in the sounds/default folder. To summarize, if users hear a buzzer sound, they should be aware that this is an error playing a sound, and they can open the sound errors.log file to find out what it was. The log is always appended, therefore it is ok to close Monkey Term and reopen it and load the xml again as there's no concern that previous log entries will be lost. It is also safe to delete this file while the xml that seems to be writing to it is loaded. If more errors occur the file will be recreated.
All changes listed below unless otherwise noted were made to Mathayas Alter Aeon.xml only