Advertisement
Doug4347

MTG Server-Side ELM mod for Left/Right/Emergency indicators

Apr 5th, 2015
407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. !Left::
  2. SendInput, t/indicators left{enter}
  3. Sleep, 2500
  4. SendInput, t/indicators off{enter}
  5. Return
  6. !Right::
  7. SendInput, t/indicators right{enter}
  8. Sleep, 2500
  9. SendInput, t/indicators off{enter}
  10. Return
  11. !Up:: SendInput, t/indicators off
  12. !Down:: SendInput, t/indicators emergnecy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement