trigger 'DOR_T_Give_Gold' when (IsHumanPlayer(g.player) && (player.1.gold<=200000)) { AddGold(g.player,1000000); }
The effect is that every time the human player runs out of gold (less than 200000) he gets 1 million more.
SUBMITTED BY: Dorifer