antonsavov

Untitled

Feb 19th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. --tutorial 23 house DE
  2. os.loadAPI('texthelp')
  3. local text = "Links - die URBANE Variante eines Hauses. Rechts - die GRÜNE Variante. Alle anderen Gebäude im IBA_GAME benötigen ein Haus um gebaut zu
  4. werden."
  5. local c = 'blue'
  6. local highlights = {}
  7. local monitor = peripheral.wrap('top')
  8. monitor.setTextScale(1.5)
  9. local w,h = monitor.getSize()
  10. texthelp.printToScreenOneColor(monitor,text,w,colors.orange,2,2)
Advertisement
Add Comment
Please, Sign In to add comment