Advertisement
Yoshin222

Untitled

Oct 10th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. [Command]
  2. name = "_a"
  3. command = D,DF,F,a
  4. time = 15
  5.  
  6. [Command]
  7. name = "_b"
  8. command = D,DF,F,b
  9. time = 15
  10.  
  11. [Command]
  12. name = "_c"
  13. command = D,DF,F,c
  14. time = 15
  15.  
  16. [State -1, _a]
  17. type = changestate
  18. value =
  19. triggerall = statetype != A
  20. trigger1 = command = "_a"
  21. trigger1 = ctrl
  22.  
  23.  
  24. [State -1, _b]
  25. type = changestate
  26. value =
  27. triggerall = statetype != A
  28. trigger1 = command = "_b"
  29. trigger1 = ctrl
  30.  
  31.  
  32. [State -1, _c]
  33. type = changestate
  34. value =
  35. triggerall = statetype != A
  36. trigger1 = command = "_c"
  37. trigger1 = ctrl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement