- Joined
- Mar 12, 2009
- Messages
- 64
I was wondering, is there a way to merge dialog buttons events together so you can use less triggers.
-
TEST Hero SOldier
-
Events
- Dialog - A dialog button is clicked for Class_Board
- Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Clicked dialog button) Equal to Class_NO
-
Then - Actions
- Dialog - Hide Class_Board for (Owner of (Entering unit))
- Unit - Move (Entering unit) instantly to (Center of Soul Spawn <gen>)
-
Else - Actions
- Do nothing
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Clicked dialog button) Equal to Class_YES
-
Then - Actions
- Dialog - Hide Class_Board for (Owner of (Entering unit))
- Unit - Create 1 Soldier for (Owner of (Entering unit)) at (Center of Starting Spawn <gen>) facing 45.00 degrees
-
Else - Actions
- Do nothing
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events