antonsavov

Untitled

Feb 12th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. --tutorial 28 businesses
  2. os.loadAPI('texthelp')
  3. local text = "A double extension creates BUSINESSES like this Fitness Club in the urban version. There are 7 more varieties of businesses for you to discover."
  4. local c = 'blue'
  5. local highlights = {
  6. {word = 'BUSINESSES', color = c}
  7. }
  8. local monitor = peripheral.wrap('top')
  9. monitor.setTextScale(1.5)
  10. local w,h = monitor.getSize()
  11. texthelp.printToScreenColor(monitor,text,w,highlights,2,2, colors.white)
Advertisement
Add Comment
Please, Sign In to add comment