• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Custom Sound effects didn't work !??!

Status
Not open for further replies.
So the trigger is for , every time the Sharpshooter shoots will trigger a sound, but it wont!, it did but, i must click on the enemy again to make it trigger the sound again

is there any way how to trigger it? so it will sound every time it damages/shoot???

  • Attacks
    • Events
      • Unit - A unit Is attacked
    • Conditions
      • Or - Any (Conditions) are true
        • Conditions
          • (Unit-type of (Attacking unit)) Equal to Sharpshooter
          • (Unit-type of (Attacking unit)) Equal to SWAT Force
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Unit-type of (Attacking unit)) Equal to Sharpshooter
        • Then - Actions
          • Sound - Play LL15A1 <gen>
        • Else - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Unit-type of (Attacking unit)) Equal to SWAT Force
            • Then - Actions
              • Sound - Play GALIL <gen>
            • Else - Actions
 
Status
Not open for further replies.
Top