Advertisement
Guest User

startup

a guest
Dec 29th, 2015
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. mon = peripheral.wrap("right")
  2. mon.print("Bitte lokaler Modus")
  3. mon.print("oder mobiler Modus aktivieren.")
  4. mon.print()
  5. mon.setCursorPos(1, 3)
  6. mon.setBackgroundColor(colors.white)
  7. mon.write("lokaler Modus")
  8. mon.setBackgroundColor(colors.black)
  9. mon.write("       ")
  10. mon.setBackgroundColor(colors.white)
  11. mon.write("mobiler Modus")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement