Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. CLICK ON THE CLOCK FOR "TIMERS"
  2.  
  3. CLICK ON ADD NEW
  4.  
  5. NAME THIS TIMER "NEXT SNAP"
  6.  
  7. FOR THE MILISECONDS MAKE THAT 100
  8.  
  9. COPY AND PASTE THE CODE BELOW AND ADD IT TO THE BIG BOX
  10.  
  11.  
  12.  
  13.  
  14. if ashsys_coreSnapTime > 0 then
  15. if ashsys_coreSnapTime > 0.1 then
  16. ashsys_coreSnapTime=ashsys_coreSnapTime-0.1
  17. else
  18. ashsys_coreSnapTime=0
  19. end
  20.  
  21. if ashsys_coreSnapNext == 1 and ashsys_coreSnapTime <= 1.2 and ashsys_coreSnapTime > 0 then
  22. ashsys_coreSnapNext=0
  23. send("snap " ..target)
  24. end
  25. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement