- Joined
- Aug 19, 2007
- Messages
- 1,380
Hi all,
I have set a simple dialog at the beginning of the game that handles resource income handicaps or boosts for the AI:
Thanks for taking the time.
I have set a simple dialog at the beginning of the game that handles resource income handicaps or boosts for the AI:
-
Easy button
-
Events
-
Dialog - A dialog button is clicked for DifficultyDialog
-
-
Conditions
-
(Clicked dialog button) Equal to DialogButton[1]
-
-
Actions
-
Trigger - Run Starting Units <gen> (checking conditions)
-
Game - Display to (All players) the text: |cff32cd32Difficult...
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Player 1 (Red) controller) Equal to Computer
-
-
Then - Actions
-
Player - Set Player 1 (Red) Lumber upkeep rate to 50
-
Player - Set Player 1 (Red) Gold upkeep rate to 50
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Player 2 (Blue) controller) Equal to Computer
-
-
Then - Actions
-
Player - Set Player 2 (Blue) Lumber upkeep rate to 50
-
Player - Set Player 2 (Blue) Gold upkeep rate to 50
-
-
Else - Actions
-
-
-
Thanks for taking the time.