Advertisement
CaptainSpaceCat

Trombone Practice

Oct 22nd, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. function GetRandomSlidePosition()
  2.     return math.random(1, 7)
  3. end
  4.  
  5. while true do
  6.     print(GetRandomSlidePosition())
  7.     sleep(4)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement