Posted 09 July 2013 - 09:40 PM
whats the difference and how can I use it to make my code more effective at what I want the computer to do?
while true do
os.pullEvent("redstone")
if rs.getInput("side")==true then
-- do stuff
else
-- do stuff
end
end
while true do os.pullEvent("redstone") if rs.getInput("side")==true then -- do stuff else -- do stuff end end
do something like that
if x == true then