Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. main {
  2. if(get_val(XB1_RT)) {
  3. combo_run(Turbo_1);
  4. }
  5. }
  6.  
  7. combo Turbo_1 {
  8. set_val(XB1_RT, 100);
  9. wait(20);
  10. set_val(XB1_RT, 0);
  11. wait(20);
  12. set_val(XB1_RT, 0);
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement