tommy2805

porta caldaie

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