Posted 26 May 2018 - 02:05 PM
So, I'm currently trying to draw an image on my computer, but it won't work, basically no matter what I've tried to do.
This is what my code looks like:
But, this is my error:
"paintutils.lua:38: attempt to call nil"
Anyone here able to help?
This is what my code looks like:
local image = paintutils.loadImage("lol.nfp")
paintutils.drawImage(image, 1, 1)
But, this is my error:
"paintutils.lua:38: attempt to call nil"
Anyone here able to help?