March 10th, 2009, 05:46 PM
|
|
Major General
|
|
Join Date: Jan 2004
Location: Columbus, OH
Posts: 2,204
Thanks: 67
Thanked 49 Times in 31 Posts
|
|
Re: Beyond - MA - LOOKING FOR PERMANENT SUBSTITUTE PLAYER FOR MICTLAN
Quote:
Originally Posted by Quitti
Very well - if no volunteers are up by tomorrow, Mictlan will be set to AI.
|
Code:
If (player.provinceTotal() <= player.staleCount() )
{
player[AI_SWITCH] = true;
}
Jazzepi
|