trigger ' DOR_T_Give_Gold' when (IsHumanPlayer(g.player) && (player.1.gold <=200000))
{
AddGold(g.player,1000000);
}
This line programming enter in script.slc
but this not working.
In the hour of loading ctp2, appears an error message in the script.slc (sintax error)
I found in site (gamezone.com)
Which is the problem of that command?
Comment