antonsavov

Untitled

Feb 2nd, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. --tutorial 18 obstacle 1 DE
  2. os.loadAPI('texthelp')
  3. local text = "DE: Behind you is the shape for a house. It uses the URBAN RESOURCE with the purple house icon. The shape consists of 3 blocks in a row next to a detector and one more block next to the opposite detector. Stand on top of the detector with the 3 blocks to COMPLETE THE HOUSE."
  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