Talonos

Mage's Guild CC script

Apr 18th, 2013
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. --turn background green
  2. monitor.setBackgroundColor(colors.green)
  3. monitor.setTextColor(colors.white)
  4. monitor.setCursorPos(0,0)
  5. monitor.write("+---------------------------+")
  6. for y = 1, 38 do
  7. monitor.setCursorPos(1,y)
  8. monitor.write("| |")
  9. end
  10. monitor.setCursorPos(39,y)
  11. monitor.write("+---------------------------+")
Advertisement
Add Comment
Please, Sign In to add comment