Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local args = {...}
- while true do
- if #args>0 then shell.run("monitor top /printer/printer_cl "..args[1])
- else shell.run("monitor top /printer/printer_cl") end
- os.pullEvent("redstone")
- while rs.getInput("front") do sleep(0.05) end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement