Advertisement
Guest User

hey

a guest
Aug 1st, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. mon = peripheral.wrap("right")
  2. mon.clear()
  3. mon.setTextScale(2)
  4. mon.setCursorPos(8,8)
  5. mon.write("welcome to stg's airport")
  6. mon.setCursorPos(8,9)
  7. mon.write("airplanes and planes only")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement