- Joined
- May 20, 2008
- Messages
- 14
im making this trigger to give experience as a player enters this region once every round round one and two work but round 3 doesent
-
player 1 exprerience
-
Events
-
Unit - A unit enters safe zone one <gen>
-
-
Conditions
-
(Owner of (Triggering unit)) Equal to Player 1 (Red)
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Triggercount[1] Equal to 0
-
-
Then - Actions
-
Hero - Add 100 experience to (Triggering unit), Show level-up graphics
-
Set Triggercount[1] = (Triggercount[1] + 1)
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Triggercount[1] Equal to 1
-
Round Equal to 2
-
-
Then - Actions
-
Hero - Add 100 experience to (Triggering unit), Show level-up graphics
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Triggercount[1] Equal to 2
-
Round Equal to 3
-
-
Then - Actions
-
Set Triggercount[1] = (Triggercount[1] + 1)
-
Hero - Add 100 experience to (Triggering unit), Show level-up graphics
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Triggercount[1] Equal to 3
-
Round Equal to 4
-
-
Then - Actions
-
Hero - Add 100 experience to (Triggering unit), Show level-up graphics
-
Set Triggercount[1] = (Triggercount[1] + 1)
-
-
Else - Actions
-
-
-
-
-
-
-
-
-