• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

trigger question

Status
Not open for further replies.
Level 2
Joined
Jan 27, 2005
Messages
7
in the map im making im using this trigger to make a sound play when a unit attacks
Code:
Events
    Unit - A unit Is attacked
Conditions
    (Unit-type of (Attacking unit)) Equal to Apache Attack Chopper
Actions
    Sound - Play ak47_1 <gen>
so i was wondering if there was a way to make attack 1 make one sound and attack 2 make another.
 
Status
Not open for further replies.
Top