antonsavov

Untitled

Feb 1st, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. --tutorial message heidelberg
  2. os.loadAPI('texthelp')
  3. local text = "Dieses Spiel spielt in der deutschen Stadt Heidelberg - berühmt für ihre Altstadt und ihr Schloss. /n Gehe weiter um die neue Nachbarschaft zu erreichen."
  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.printToScreenColor(monitor,text,w,highlights,2,2, colors.white)
Advertisement
Add Comment
Please, Sign In to add comment