Posted 05 February 2015 - 01:22 AM
HI, I keep getting the attempt to call nil error when trying to use paintutils.drawBox. No matter what context, where, how, or when I do it, it's a nil error.
I've even copy and pasted the code straight off the wiki with the same results.
lua:52: attempt to call nil. The other paintutils work just fine, with a single problem.
I've even copy and pasted the code straight off the wiki with the same results.
paintutils.drawBox(2, 3, 10, 7, colors.lime)
lua:52: attempt to call nil. The other paintutils work just fine, with a single problem.