antonsavov

Untitled

Feb 2nd, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. --tutorial 20 obstacle 3 DE
  2. os.loadAPI('texthelp')
  3. local text = "DE: You create a new neighbourhood by building houses and extending them with a variety of functions such as 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 BUILD AN EXTENSION with the URBAN RESOURCE to reach the final goal of this tutorial."
  4. local c = 'blue'
  5. local highlights = {}
  6. local monitor = peripheral.wrap('top')
  7. monitor.setTextScale(1)
  8. local w,h = monitor.getSize()
  9. texthelp.printToScreenOneColor(monitor,text,w,colors.orange,2,2)
Advertisement
Add Comment
Please, Sign In to add comment