- Joined
- Jun 17, 2010
- Messages
- 2,275
Is it faster to end a chain of if/then/else at the then action like so:
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Random_Integer Less than or equal to 22
-
-
Then - Actions
-
Hero - Create Winning Lottery Ticket and give it to (Picked unit)
-
Custom script: call DestroyGroup(udg_StartingUnit_Group)
-
Skip remaining actions
-
-
Else - Actions
-