- Joined
- Aug 19, 2007
- Messages
- 294
How to make a trigger, with do as: when 1 or more heroes owned by player 1, who are in a special region - gives 2 gold per sec to player 1.
I we made this, but it just work for all units, i need only heroes...
Please help me.
I we made this, but it just work for all units, i need only heroes...
Please help me.
-
To hive
-
Events
- Time - Every 1.00 seconds of game time
-
Conditions
- (Number of units in (Units in "region" <gen> owned by Player 1 (Red))) Greater than or equal to 1
-
Actions
- Player - Add 2 to Player 1 (Red) Current gold
-
Events