Due to a sudden burst in spammer activity, account creation has been temporarily disabled. Sorry for the inconvenience to any new potential contributors.
PickFromRegList
From AACWWiki
|
Syntax PickFromRegList = [NotEnemy];[NotAdj] Description Select a random region from the region list (AddToRegList). Example PickFromRegList = NotEnemy Select a random region that doesn't contain any enemy stacks. PickFromRegList = NotEnemy;NotAdj Select a random region that doesn't contain any enemy stacks and isn't next to such a region either. |
Parameters
Literal; Region is not picked if an enemy unit is present in the region.
Literal; To use with NotEnemy. Region is not selected if enemy unit is resent in adjacent region. | ||