- Joined
- Dec 17, 2009
- Messages
- 1,115
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???
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
-
-
-
-
-