TheEagleClaw wrote:Okay, I do not understand how do I load warpsharp.dll manually. And where do i move it too?
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:
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.
TheEagleClaw wrote:And how do I "load" sharptools script with the import() command? what is that anyway?
The syntax is
Import("C:\[path goes here]\[script name].avs")
This allows you to use any functions defined in the imported script.
TheEagleClaw wrote:and i never asked for the sharptools script. i dont know what that is.
Yes you did, it's the SharpTools-v0.3.avs file that contains SSXSharpen.








