- Joined
- May 7, 2016
- Messages
- 38
So i have a trigger that is instantly fired multiple times (by Events like Unit is selected and deselected) and i want it to be fired only once
so i tried doing
Is there a way to do this?
so i tried doing
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Activated Equal to False
-
-
Then - Actions
-
Set Activated = True
-
Do something
-
Set Activated = False
-
-
Else - Actions
-
-
Trigger num1
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Activated Less than 1.00
-
-
Then - Actions
-
Set Activated = 1.00
-
-
Else - Actions
-
-
-
Trigger num2
-
Events
-
Game - Activated becomes Equal to 1.00
-
-
Actions
-
Do something
-
Set Activated = 0.00
-
Is there a way to do this?