Log in

View Full Version : Can i autoload scripts just like plugins?


adamhj
7th September 2005, 16:29
just like the title, how can i make some scripts been autoloaded when refered in an avs scripts, just like plugins?

unskinnyboy
7th September 2005, 16:41
Import it at the beginning of your script:

Import("C:\path to script\myscript.avs")

In >= v2.05 you can use the autoplugin loading. Put your .avs into autoloading plugin directory, and rename the extension to '.avsi'.