Advertisement
Guest User

Monitor

a guest
Oct 26th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. mon = peripheral.wrap("up")
  2. mon.setTextScale(5)
  3. mon.setCursorPos(2.4)
  4. mon.write("Monitors!")
  5. mon.setCursorPos(6.5)
  6. mon.write("So Cool")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement