Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. Wdown = 0
  2. '::
  3. if (Wdown = 0) {
  4. Wdown = 1
  5. send, {w up}
  6. }
  7. else {
  8. Wdown = 0
  9. send, {w down}
  10. }
  11. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement