Advertisement
antonsavov

Untitled

Feb 1st, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. --tutorial 04 - how to run
  2. os.loadAPI('texthelp')
  3. local text = "You can run faster by holding the CTRL button."
  4. local monitor = peripheral.wrap('top')
  5. monitor.setTextScale(2)
  6. local w,h = monitor.getSize()
  7. texthelp.printToScreen(monitor,text,w,{},2,2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement