Posted 11 July 2012 - 09:26 PM
so I'm new to this and I'm trying to learn it so i wanted to make a simple program that just changes output depending on the input it receives and this is the code i made
if rs.getInput(right,true) then
rs.setOutput(left,true)
else
rs.setOutput(back,true)
end
so my problem is every time i run it i get an error and I've tried to fix it but i can't