grigri: -------------------------------------------------------------------------------- It seems that the "10 times" thing is due to scripts sharing functions: if a script called "Banana" has a function called "Peel" then every other script object is passed "Banana" via AddNamedObject() - I'm guessing that the script code is being reparsed and stored. --------------------------------------------------------------------------------
No longer a guess - each script file is loaded from disk and re-parsed for every other script file. I have the logs to prove it... -- <http://forum.pspad.com/read.php?2,40832,40910> PSPad freeware editor http://www.pspad.com
