Posted 09 February 2013 - 05:35 AM
help with monitors-title qestion- is there a way for the computer to detect a rs input and then print something and a monitor then sleep(6) then clear the monitor?
if rs.getInput(<side>) then --detect the incoming redstone input on <side>
local mon = peripheral.wrap(<monSide>) --connect to the monitor on <monSide>
mon.write("Redstone input received!") --write to the monitor
end
Note: <side> and <monSide> must be passed as strings(in quotations)