Re: How could I change the starting amount of gold in a skrimish
Push the tilde button to activate the console, to use this command:
Code:
ActivityMan:GetActivity():SetTeamFunds(<gold>,<team)
For an example, to set team 0(red)'s gold to 999, type in
Code:
ActivityMan:GetActivity():SetTeamFunds(999,0)
Or to make green have 10000
Code:
ActivityMan:GetActivity():SetTeamFunds(10000,1)
These have to be put in exactly, and for each round, but using commands makes no permanent effect on your game files.
You can copy paste them, but only select the command.