Guest User

Untitled

a guest
Dec 9th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. function startMonitor()
  2.   monitor = peripheral.wrap("front")
  3.   wm, hm = monitor.getSize()
  4. end
  5. startMonitor()
  6.  
  7. monitor.clear()
  8. monitor.setTextScale(2)
  9. monitor.setCursorPos(3,1)
  10. monitor.write("West")
  11. monitor.setCursorPos(3,2)
  12. monitor.write("Farms")
Add Comment
Please, Sign In to add comment