Advertisement
antonsavov

Untitled

Dec 14th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. --tutorial 11 skip tutorial
  2. os.loadAPI('texthelp')
  3. local text = "SKIP TUTORIAL /n /n Walk on the pink floor to teleport yourself directly to the play area."
  4. local c = 'magenta'
  5. local highlights = {
  6. {word = 'pink', color = c},
  7. {word = 'floor', color = c}
  8. }
  9. local monitor = peripheral.wrap('top')
  10. monitor.setTextScale(1.5)
  11. local w,h = monitor.getSize()
  12. texthelp.printToScreenColor(monitor,text,w,highlights,2,2, colors.white)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement