Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. local pulse = 0
  2. while true do
  3. local event,p1 = os.pullEvent()
  4. if event == "redstone" then
  5. pulse = pulse + 1
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement