- Joined
- Nov 18, 2012
- Messages
- 272
I want to trigger multiple abilities. However I don't want to slow down the engine.
How is it better to make them?
1) Stack them all in one trigger, with a if/then/else, like this:
How is it better to make them?
1) Stack them all in one trigger, with a if/then/else, like this:
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Ability being cast) Equal to 1
-
-
Then - Actions
-
Do what you have to do
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Ability being cast) Equal to 2
-
-
Then - Actions
-
Do what you have to do
-
-
Else - Actions
-
etc.
-
-
-
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Ability being cast) Equal to 1
-
-
Then - Actions
-
Do what you have to do
-
-
Else - Actions
-
Do Nothing
-
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Ability being cast) Equal to 2
-
-
Then - Actions
-
Do what you have to do
-
-
Else - Actions
-
Do Nothing
-
-