Advertisement
Guest User

Untitled

a guest
Jun 25th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. return"BeatLast",function(t)
  2. return function()
  3. return #t==0 and math.random(3)-1 or(t[#t]+1)%3
  4. end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement