Quote:
Originally Posted by xXziroXx
Well, first of all, you're calling calculateImage() when the function is named CalculateImage(), which in it's own is an error.
You also seem to be using level values rather than screen relative values, which might be the issue - I don't remember how the screenshot commands work exactly.
|
calculateImage and CalculateImage will work either way.
The second point sounds like it might fix it thanks for the tip, I'll try it out.