I'm trying to write a fairly large bot script that will be able to modify itself through commands given in text in chats. The problem that has come up is that while searching for a way to write this, I noticed that under the writeini help file it says not to modify the ini files while in use. So do I unload the script, modify it, and then load it back up?

Next question, it says that it will try two write to a file that is larger than 64k. Does this mean that it will try and sometimes work, or what exactly will happen?

Sorry for the fairly basic questions, but I couldn't find any answers in the forums or help files anywhere. It's a shame the forums are cleaned to 7 pages often. A lot of information is lost that way =\.

-Ecks