Well, you don't need to load it at all unless your script makes use of it. IF you get the error message "there is no function called WarpSharp" or something similar, then add the following line:TheEagleClaw wrote:Okay, I do not understand how do I load warpsharp.dll manually. And where do i move it too?
LoadPlugin("C:\[path goes here]\WarpSharp.dll")
And you can move it anywhere, as long as it's not in the directory with all the other plugins. Personally, I made an "extra" subdirectory of that directory and put it there.
The syntax isTheEagleClaw wrote:And how do I "load" sharptools script with the import() command? what is that anyway?
Import("C:\[path goes here]\[script name].avs")
This allows you to use any functions defined in the imported script.
Yes you did, it's the SharpTools-v0.3.avs file that contains SSXSharpen.TheEagleClaw wrote:and i never asked for the sharptools script. i dont know what that is.