Advertisement
Guest User

startup

a guest
Oct 24th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. local monitor = peripheral.wrap( "back" )
  2. monitor.clear()
  3. monitor.setTextScale(3)
  4. monitor.setCursorPos(1,1)
  5. monitor.write( "Vers Monde" )
  6. monitor.setCursorPos(5,2)
  7. monitor.setTextScale(3)
  8. monitor.write("1")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement