- PC
Submitted by: Lamar Taylor lars12gte.net
Unlimited Gold
First make a backup copy of the file script.slc which is located in ..ctpdatadefaultgamedata. Then open up the original with any text editor and add the following lines:
trigger 'DORTGiveGold' when IsHumanPlayerg.player && player.1.gold<200000
AddGoldg.player1000000;
Now everytime the human player runs out of gold < 200000 he gets 1 million more.
March 31, 2002 - 2:56pm