Advertisement
bugg94

test panneaux

Feb 18th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. m = wrap("monitor")
  2. term.redirect(m)
  3.  
  4. term.clear()
  5. term.setCursorPos(1,1)
  6. term.setCursorBlink(false)
  7. term.setTextColor(colors.white)
  8. term.setBackgroundColor(colors.black)
  9. term.write("bienvenu a l'usine Bricobug !")
  10.  
  11. term.restore()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement