Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --tutorial 15 start tutorial
- os.loadAPI('texthelp')
- local text = "Enter the tunnel on the left and complete a short tutorial where you learn how to play IBA_GAME."
- local c = 'blue'
- local highlights = {
- {word = 'learn', color = c},
- {word = 'how', color = c},
- {word = 'to', color = c},
- {word = 'play.', 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