Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1.  
  2. PotReady = true
  3. PotTimer := -63000
  4.  
  5. ;//////////////////////////////////////////////////
  6. ;//Potion Timer////////////////////////////////////
  7. ;//////////////////////////////////////////////////
  8.  
  9.  
  10. +1::
  11. {
  12. If PotReady = True
  13. {
  14. Send {numpad7}
  15. PotReady = else {}
  16. SetTimer, Pot, %PotTimer%
  17. Return
  18. }
  19. Return
  20. }
  21.  
  22. +2::
  23. {
  24. If PotReady = True
  25. {
  26. Send {numpad8}
  27. PotReady = else {}
  28. SetTimer, Pot, %PotTimer%
  29. Return
  30. }
  31. Return
  32. }
  33.  
  34. Pot:
  35. {
  36. PotReady = True
  37. SoundPlay, C:\Users\Nate\Desktop\tim\Windows Battery Low.wav
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement