orngix

Toggle Fly

Feb 20th, 2013
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. if fly == 0 then
  2. fly = 1
  3. print("FLY IS ON")
  4. else
  5. print("FLY IS OFF")
  6. fly = 0
  7. end
Add Comment
Please, Sign In to add comment