- Joined
- Jan 5, 2009
- Messages
- 1,127
Controll Point System you say?
-
Control Point System
-
Events
-
Time - Every 1.50 seconds of game time
-
-
Conditions
-
Actions
-
Set T1_Points = (Number of living Control Point units owned by Player 11 (Dark Green))
-
Set T2_Points = (Number of living Control Point units owned by Player 12 (Brown))
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
T1_Points Greater than T2_Points
-
-
Then - Actions
-
Set T1_Score = (T1_Score + 1)
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
T2_Points Greater than T1_Points
-
-
Then - Actions
-
Set T2_Score = (T2_Score + 1)
-
-
Else - Actions
-
-
-