- Joined
- Apr 29, 2008
- Messages
- 94
I got one trigger that somewhy does not do what I wanted... why is that?
-
wtf
-
Events
- Time - Every 3.00 seconds of game time
- Conditions
-
Actions
-
Player Group - Pick every player in (All players) and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- ((Picked player) controller) Equal to User
- ((Picked player) slot status) Equal to Is playing
-
Then - Actions
- Set PickedPlayer = (Picked player)
- -------- Attack Power --------
- Set Count_Integer = ((Stat_Strength[(Team number of PickedPlayer)] x 2) + ((Stat_Strength[(Team number of PickedPlayer)] x 2) / 3))
- Set Count_Integer = (Count_Integer + (Integer(((Real((Count_Integer x Statpower_AttackPowerPercent[(Team number of PickedPlayer)]))) / 100.00))))
- Set Statpower_AttackPower[(Team number of PickedPlayer)] = Count_Integer
- Set Count_Integer = 0
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Loop - Actions
-
Player Group - Pick every player in (All players) and do (Actions)
-
Events
Last edited: