Advertisement
antonsavov

Untitled

Feb 1st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. --tutorial 07 A5
  2. os.loadAPI('texthelp')
  3. local text = "Das Viertel ist an dem Ort des ehemaligen Patrick Henry Village (PHV). Es liegt westlich des Stadtzentrums, auf der anderen Seite der A5."
  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
Advertisement