General Scripting Question

 From:  Michael Gibson
6727.2 In reply to 6727.1 
Hi Ralf, by default when MoI loads a text file from disk, it caches it in memory so the next time it's accessed it doesn't have to be read in again.

You can disable that caching though by a setting in moi.ini under:

[UI]
<....>
DisableFileCaching=y


If you set that, that should be more convenient for script development.

- Michael