Unlimited Gold Make a backup copy of 'script.slc' in \ctp_data\default\gamedata\ and ADD the following lines to the end of it: 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.