- Joined
- Dec 8, 2005
- Messages
- 319
ok so my gold tick trigger is not working correctly... and not sure how i should fix it... here they are.
this is to set the integer at the begining of the map.Goldinteger
this is to set the integer at the begining of the map.Goldinteger
-
Events
- Map initialization
- Conditions
-
Actions
- Set Goldtick = 1
-
Players Gold
-
Events
- Time - Every 2.00 seconds of game time
- Conditions
-
Actions
- Player - Add Goldtick to Player 1 (Red) Current gold
- Player - Add Goldtick to Player 2 (Blue) Current gold
- Player - Add Goldtick to Player 3 (Teal) Current gold
- Player - Add Goldtick to Player 4 (Purple) Current gold
- Player - Add Goldtick to Player 5 (Yellow) Current gold
- Player - Add Goldtick to Player 6 (Orange) Current gold
- Player - Add Goldtick to Player 7 (Green) Current gold
- Player - Add Goldtick to Player 8 (Pink) Current gold
-
Events
-
Gold Tick
-
Events
- Time - Elapsed game time is 40.00 seconds
- Conditions
-
Actions
-
For each (Integer Goldtick) from 1 to 100, do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- Goldtick Less than or equal to 100
-
Then - Actions
- Wait 20.00 seconds
- Set Goldtick = (Goldtick + 1)
-
Else - Actions
- Do nothing
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Loop - Actions
-
For each (Integer Goldtick) from 1 to 100, do (Actions)
-
Events
Last edited: