Advertisement
Spirit13300

acce

Apr 23rd, 2017
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. sp = peripheral.wrap("back")
  2.  
  3. while true do
  4.     if rs.getOutput("back") == true then
  5.         sp.speak("Accés interdit! Veuillez indiqué le code ")
  6.     end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement