- Joined
- Dec 30, 2007
- Messages
- 1,554
-
Clock
-
Events
-
Time - Every 1.00 seconds of game time
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Player 1 (Red) Food used) Equal to 59
-
-
Then - Actions
-
Player - Set Player 1 (Red) Food used to 0
-
Player - Add 1 to Player 1 (Red) Current lumber
-
-
Else - Actions
-
Player - Add 1 to Player 1 (Red) Food used
-
-
-
-
I've tried with this:
-
Red Clock
-
Events
-
Time - Every 1.00 seconds of game time
-
-
Conditions
-
Actions
-
Set Temp_PG = (All players)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Player 1 (Red) Food used) Equal to 59
-
-
Then - Actions
-
Player - Set Player 1 (Red) Food used to 0
-
Player - Add 1 to Player 1 (Red) Current lumber
-
-
Else - Actions
-
Player - Add 1 to Player 1 (Red) Food used
-
-
-
-
Any idea how to fix this?
Temp_PG is a Temp Player Group.