Guest User

Untitled

a guest
Jan 21st, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. while true do
  2. if os.pullEvent() == "redstone" then
  3. if redstone.getInput("right") == true then
  4. --Run Counter
  5. shell.run("counter")
  6. end
  7. end
  8. end
Add Comment
Please, Sign In to add comment