Guest User

Door

a guest
Jun 11th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. print ("Passwort")
  2.  
  3. answer = read()
  4. if answer=="5028" then
  5. print ("Richtig")
  6. redstone.setOutput("back".true)
  7. sleep(5)
  8. redstone.setOutput("back".false)
  9. os.shutdown()
  10. else
  11. os.shutdown
  12. end
Advertisement
Add Comment
Please, Sign In to add comment