Advertisement
Guest User

monitor

a guest
Jan 24th, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. mon=peripheral.wrap("right")
  2. mon.clear()
  3. mon.setTextScale(2)
  4. mon.setCursorPos(3, 3)
  5. mon.write("Superman")
  6. mon.setBackgroundColor(6)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement