Advertisement
Guest User

startup

a guest
Jul 31st, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. mon = peripheral.wrap("right")
  2. mon2 = peripheral.wrap("back")
  3. mon.clear()
  4. mon2.clear()
  5. mon.setCursorPos(1,3)
  6. mon.write("Test1")
  7. mon2.setCursorPos(1,3)
  8. mon2.write("Test2")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement