Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mon = peripheral.wrap("left")
- mon.clear()
- sleep(1)
- -------------------------------------
- function unsetAll(sSide)
- redstone.setBundledOutput(sSide, 0)
- end
- -----------------------------------
- mon.setCursorPos(5,4)
- mon.clear()
- mon.setBackgroundColor(colors.green)
- mon.setTextScale(2)
- mon.write("Vampir")
- mon.setCursorPos(5,6)
- mon.write("Toaster")
- mon.setCursorPos(7,8)
- mon.write("An!")
- sleep(1)
- ---------------------------------------------
- rs.setBundledOutput("right", colors.white)
- rs.setBundledOutput("right", colors.gray)
- sleep(5)
- rs.setBundledOutput("right", colors.red)
- os.pullEvent("monitor_touch")
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement