Advertisement
Guest User

john

a guest
Apr 25th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.44 KB | None | 0 0
  1. monitor = peripheral.wrap("left")
  2. monitor.clear()
  3. monitor.setTextScale(1)
  4. monitor.setCursorPos(1,1)
  5. monitor.write("john 3:16")
  6. monitor.setCursorPos(1,3)
  7. monitor.write("For God so loved the world that he")
  8. monitor.setCursorPos(1,4)
  9. monitor.write("gave his only begotten Son,that")
  10. monitor.setCursorPos(1,5)
  11. monitor.write("whosoever believeth in him should")
  12. monitor.setCursorPos(1,6)
  13. monitor.write("not perish, but have everlasting life.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement