trigger'DOR_T_Give_Gold'when(IsHumanPlayer(g.player) && (player.1.gold<=200000)) { AddGold(g.player,1000000); }