- Joined
- Nov 1, 2008
- Messages
- 828
I am trying to make a system for my duel, where once 1v1(1-5) = 2v2(1-5) where i have to have 5 triggers each for 1 = 1, 2 = 2 etc. I would have to do this 100 times basicly for my 7 duels. Is there anyway to simplify this? Other then JASS, i'm not good at that.
Thanks in advanced.
Thanks in advanced.
-
Untitled Trigger 012
-
Events
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Duel_Type[1] Equal to 1
-
-
Then - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Duel_Type[2] Equal to 1
-
-
Then - Actions
-
Set Duel_1v1_to_2v2[1] = (Random integer number between 1 and 2)
-
Wait 0.25 seconds
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Duel_1v1_to_2v2[1] Equal to 1
-
-
Then - Actions
-
Set Duel_1v1_to_2v2[1] = 0
-
Trigger - Run Duel1v1 <gen> (ignoring conditions)
-
-
Else - Actions
-
Do nothing
-
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Duel_1v1_to_2v2[1] Equal to 1
-
-
Then - Actions
-
Set Duel_1v1_to_2v2[1] = 0
-
Trigger - Run Duel2v2 <gen> (ignoring conditions)
-
-
Else - Actions
-
Do nothing
-
-
-
-
Else - Actions
-
Do nothing
-
-
-
-
Else - Actions
-
Do nothing
-
-
-
-