Due to a sudden burst in spammer activity, account creation has been temporarily disabled. Sorry for the inconvenience to any new potential contributors.
SelectRegion
From AGEWiki
SelectRegion | |||
Syntax SelectRegion = RegionAlias; [NotEnemy]; [NoAdj]; [CondSkip] Description Selects a region. Example SelectRegion = $Jefferson, KY Select Jefferson, KY; later actions acting on a region will act on Jefferson, KY. Note: This command is also generated by the csv splitter from an event definition command
|
Parameters
String; Alias of region to be selected.
Literal; Region is not picked if an enemy unit is present.
Literal; To use with NotEnemy. Region is not selected if enemy unit is resent in adjacent region.
Literal; Skip pick if already have a valid region. |