tommy2805

porta a volto

Jun 18th, 2023 (edited)
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. while true do
  2. a, b = os.pullEvent(player)
  3. if b == "tommy2805" or b == "stefy25" or b == "lego11" then
  4. redstone.setOutput("left", true)
  5. redstone.setOutput("right", true)
  6. sleep(2)
  7. redstone.setOutput("left", false)
  8. redstone.setOutput("right", false)
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment