Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --tutorial 28 businesses
- os.loadAPI('texthelp')
- 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."
- local c = 'blue'
- local highlights = {
- {word = 'BUSINESSES', color = c}
- }
- local monitor = peripheral.wrap('top')
- monitor.setTextScale(1.5)
- local w,h = monitor.getSize()
- texthelp.printToScreenColor(monitor,text,w,highlights,2,2, colors.white)
Advertisement
Add Comment
Please, Sign In to add comment