I did this to play Jbtw's mod. I used a cheat. By opening script.slc . I had no idea it could go over into PBEM mod. But alas, as I was playing a turn I noticed I had abotu 900,000 more gold pieces then when I left it.
Here is the cheat, open Script.Slc and put in this,
trigger 'DOR_T_Give_Gold' when (IsHumanPlayer(g.player) && (player.1.gold<=200000))
{
AddGold(g.player,1000000);
}
Now somehow it works over in PBEM. I immediately deleted and redownloaded the turn, replaced the SLC and its good as new.
Here is the cheat, open Script.Slc and put in this,
trigger 'DOR_T_Give_Gold' when (IsHumanPlayer(g.player) && (player.1.gold<=200000))
{
AddGold(g.player,1000000);
}
Now somehow it works over in PBEM. I immediately deleted and redownloaded the turn, replaced the SLC and its good as new.
Comment