Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- if redstone.getInput("back")
- then
- term.clear()
- print("RS Detected!")
- os.queueEvent("fakeEvent");
- os.pullEvent();
- else
- os.queueEvent("fakeEvent");
- os.pullEvent();
- term.clear()
- print("No RS")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment