quote:
Originally posted by KatieScarlett
But keep in mind that the FSO object in this script will not save EVERY * message.
* it is delayed for about 7 - 10 seconds before it can save again.. otherwise it will print 'Access Denied' in the debug
This is easily fixed by using a buffer, just save all the messages to a buffer and write this buffer out to the file every say 10 secs.
You could also maybe use the
Windows WriteFile API this might not have this 7 seconds restriction, but still a buffer would be good.