Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --tutorial 20 obstacle 3
- os.loadAPI('texthelp')
- local text = "In IBA_GAME you create a neighbourhood by building houses and extending them with a variety of functions such as additional rooms, gardens, businesses etc. You can create the most basic extension with 3 blocks in a row next to a detector that is adjacent to a building with an extender in it. /n Create an extension using the URBAN RESOURCE to reach the final goal of this tutorial."
- local c = 'green'
- local highlights = {
- {word = 'most', color = c},
- {word = 'basic', color = c},
- {word = 'extension', color = c}
- }
- local monitor = peripheral.wrap('top')
- monitor.setTextScale(1)
- local w,h = monitor.getSize()
- texthelp.printToScreenColor(monitor,text,w,highlights,2,2, colors.white)
Advertisement
Add Comment
Please, Sign In to add comment