- Joined
- Jul 29, 2010
- Messages
- 319
Can't quite work out how to make this work, basically i want this trigger to add +1 to an integer variable if this trigger hasn't already added +1 to that exact Integer variable, how can I go about this?
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
PriorityPoints[(Player number of (Owner of Alpha[Y]))] Equal to (PriorityPoints[(Player number of (Owner of Alpha[Y]))] + 1)
-
-
Then - Actions
-
Else - Actions
-
Set PriorityPoints[(Player number of (Owner of Alpha[Y]))] = (PriorityPoints[(Player number of (Owner of Alpha[Y]))] + 1)
-
-