Posted 24 May 2012 - 02:04 PM
Me again, how do I make a double if statement? like
local id, msg = rednet.receive()
if msg == "count" [and rs.getInput("left",true)] then
shell.run("count")
end
how do I code the and section of the if?