- Joined
- Oct 28, 2019
- Messages
- 523
-
Bowman
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
(Unit-type of (Attacking unit)) Equal to Archer
-
-
Actions
-
Set VariableSet RandomNumberSound1 = (Random integer number between 1 and 60)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
RandomNumberSound1 Equal to 1
-
-
Then - Actions
-
Sound - Play battle001 <gen>
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
RandomNumberSound1 Equal to 2
-
-
Then - Actions
-
Sound - Play battle101 <gen>
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
RandomNumberSound1 Equal to 3
-
-
Then - Actions
-
Sound - Play battle2 <gen>
-
-
Else - Actions
-
-
-
-
-
-
-