Posted 26 February 2012 - 01:37 AM
I'm making a tree harvesting program, but when trying to run it I get an error I didn't see on the error fixing post. It's:
Line 15:
I don't really know what's wrong here. I'd post the entire source, but I don't know where to find my program as a file. I'm looking in mods/computercraft/lua/rom/programs, and it isn't there.
harvest:15: attempt to compare __l t on bill and number
Line 15:
for i=0, i<width do -- assuming it counts empty lines
I don't really know what's wrong here. I'd post the entire source, but I don't know where to find my program as a file. I'm looking in mods/computercraft/lua/rom/programs, and it isn't there.