Does load script do something more

Hi,

I’m building my own applescript library (framework). Some of the subroutine files requires another subroutine file. Now I have made an function called init() and must be runned before you can run any other subroutine from the file. I was just wondering if there is an function that will be triggered directly after the script is loaded like an awake from nib with nib files or does it only load teh script file and nothing more.

greets bas

Nothing more.

Thanks for the help :slight_smile: