shadowm

Untitled

Jan 11th, 2012
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. [defend]
  2. start_time=-125
  3. sound_start_time=-25
  4. [if]
  5. direction=n,ne,se,s
  6. [frame]
  7. duration=250
  8. {V_CORE_BASEFRAME_EAST}
  9. [/frame]
  10. [/if]
  11. [else]
  12. direction=sw,nw
  13. [frame]
  14. duration=250
  15. {V_CORE_BASEFRAME_WEST}
  16. [/frame]
  17. [/else]
  18. [if]
  19. hits=hit
  20. [sound_frame]
  21. duration=150
  22. sound={SOUND_LIST:MATRIX_HIT}
  23. [/sound_frame]
  24. [/if]
  25. [else]
  26. hits=miss,kill
  27. [sound_frame]
  28. duration=150
  29. [/sound_frame]
  30. [/else]
  31. [/defend]
Advertisement
Add Comment
Please, Sign In to add comment