Posted 14 August 2012 - 10:51 AM
I'm really new to coding and I made this very small piece of code:
EDIT: omg sorry, just found my mistake, sorry Im really new.
term.clear()
term.setCursorPos(1,1)
if rs.getBundledInput("right", colors.green) then
mon.write("1")
end
but when I run it it tells me I there's a nil value on line 4.EDIT: omg sorry, just found my mistake, sorry Im really new.