Log in

View Full Version : Method to "hide" plugin loading?


FredThompson
16th July 2003, 05:18
I'm looking for a way to "hide" comments and code relating to plugin loading.

An .avs file with just comments and LoadPlugin() statements accessed via Import() isn't working.

Apparently, neither will trying to shove all of that into a function.

How do people move these from the top of a script to increase readability?

bilu
16th July 2003, 07:07
I have a plugins.avs imported on the main script, working fine.
:confused:


Bilu

Richard Berg
16th July 2003, 07:08
Note that you need to name your file *.avsi for it to included automatically.

FredThompson
16th July 2003, 07:22
I think I've traced the problem.

Am I correct that the line continuation character "\" requires that it be the absolute last character of the line and the absolute first character of the following line must be the start of an executable phrase?