Advertisement
Guest User

startup

a guest
Jan 24th, 2015
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. mon = peripheral.wrap("top")
  2. mon.clear()
  3. mon.setTextScale(2)
  4. mon.setCursorPos(2,4)
  5. mon.write("I warned you")
  6. mon.setCursorPos(6,5)
  7. mon.write("no help")
  8. mon.setCursorPos(6,7)
  9. mon.write("with AE")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement