antonsavov

Untitled

Feb 10th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. --tutorial 11 PHV DE
  2. os.loadAPI('texthelp')
  3. local text = "Das PHV ist ein 100 Hektar großes Gebiet, das bis 2013 von der U.S. Army genutzt wurde. Besonders kennzeichnend sind die langgereihten Barracken, in denen die Soldaten wohnten."
  4. local c = 'blue'
  5. local highlights = {}
  6. local monitor = peripheral.wrap('top')
  7. monitor.setTextScale(1.5)
  8. local w,h = monitor.getSize()
  9. texthelp.printToScreenOneColor(monitor,text,w,colors.orange,2,2)
Advertisement
Add Comment
Please, Sign In to add comment