Advertisement
Guest User

1

a guest
Aug 23rd, 2014
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. monitor = peripheral.wrap("left")
  2. monitor.clear()
  3. monitor.setCursorPos(1,1)
  4. monitor.setTextScale(3)
  5. monitor.write("First Floor")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement