quote:
Originally posted by J-Thread
What I've heard is this: The "new plugins" are made in a scripting language, and in that language you can make dll calls. So you can create your plugin in VB, and then make a script that calls the dll when needed... And that's called a wrapper
exactly
. Although most of the stuff you want to do can be easily done using Jscript itself so you won't need to use external .dlls in some circumstances