Guest User

What is wrong with this?

a guest
Jun 12th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.53 KB | None | 0 0
  1. if %frameSpeed%==8 set %frameSpeeda%=30 & goto :h else goto :a
  2.  
  3. :a
  4. if %frameSpeed%==7 set %frameSpeeda%=20 & goto :h else goto :b
  5.  
  6. :b
  7. if %frameSpeed%==6 set %frameSpeeda%=12 & goto :h else goto :c
  8.  
  9. :c
  10. if %frameSpeed%==5 set %frameSpeeda%=6 & goto :h else goto :d
  11.  
  12. :d
  13. if %frameSpeed%==4 set %frameSpeeda%=4 & goto :h else goto :e
  14.  
  15. :e
  16. if %frameSpeed%==3 set %frameSpeeda%=2 & goto :h else goto :f
  17.  
  18. :f
  19. if %frameSpeed%==2 set %frameSpeeda%=1 & goto :h else goto :g
  20.  
  21. :g
  22. if %frameSpeed%==1 set %frameSpeeda%=0.5 & goto :h
  23.  
  24. :h
Advertisement
Add Comment
Please, Sign In to add comment