Advertisement
bugg94

welcome

Aug 26th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. -- monitor entrée
  2.  
  3. m = peripheral.wrap("bottom")
  4. term.redirect(m)
  5. term.clear()
  6. term.setCursorPos(1,1)
  7. term.setCursorBlink(false)
  8.  
  9. term.setTexteColor(colors.darckpurple)
  10. term.setBackgroundColor(colors.black)
  11.  
  12. term.Write("Bienvenu à la maison")
  13.  
  14. term.restore()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement