Guest User

Untitled

a guest
Apr 3rd, 2014
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. mon=peripheral.warp(right)
  2. mon.clear
  3. mon.setCursorPos(1,1)
  4. mon.setTextScale(3)
  5. mon.write("Welcome to")
  6. mon.setCursorPos(1,2)
  7. mon.setTextScale(3)
  8. mon.write("Lawler1 Co.")
  9. sleep(1)
  10. mon.clear()
  11. term.setCursorPos(1,1)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment