- Joined
- Feb 16, 2011
- Messages
- 595
The Idea behind it is to make a Voiceless unit emit a sound when issued an order.
-
Attack Sounds for Peasant
-
Events
-
Unit - A unit Is issued an order targeting an object
-
-
Conditions
-
And - All (Conditions) are true
-
Conditions
-
(Unit-type of (Triggering unit)) Equal to Peasant
-
(Issued order) Equal to (Order(Attack))
-
-
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
AttackSound Equal to 1.00
-
-
Then - Actions
-
Sound - Play PeasantYesAttack1 <gen> at 100.00% volume, located at (Position of (Ordered unit)) with Z offset 0.00
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
AttackSound Equal to 2.00
-
-
Then - Actions
-
Sound - Play PeasantYesAttack2 <gen> at 100.00% volume, located at (Position of (Ordered unit)) with Z offset 0.00
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
AttackSound Equal to 3.00
-
-
Then - Actions
-
Sound - Play PeasantYesAttack3 <gen> at 100.00% volume, located at (Position of (Ordered unit)) with Z offset 0.00
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
AttackSound Equal to 4.00
-
-
Then - Actions
-
Sound - Play PeasantYesAttack4 <gen> at 100.00% volume, located at (Position of (Ordered unit)) with Z offset 0.00
-
-
Else - Actions
-
-
-
-
Attack Sound Randomizer
-
Events
-
Time - Every 0.05 seconds of game time
-
-
Conditions
-
Actions
-
Set AttackSound = (Random real number between 1.00 and 4.00)
-
-