CloudyPSP

startup

Mar 14th, 2012
10,869
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. mon = peripheral.wrap("right")
  2. mon.clear()
  3. mon.setTextScale(5)
  4. mon.setCursorPos(2,4)
  5. mon.write("ComputerCraft")
  6. mon.setCursorPos(6,5)
  7. mon.write("1.31")
Advertisement
Add Comment
Please, Sign In to add comment