Go to the first, previous, next, last section, table of contents.

Unit Action State

UnitProperty: act subprops

This property specifies the current action state of the unit.

UnitActionStateProperty: acp n

This property is the number of action points left to the unit for this turn. Defaults to 0.

UnitActionStateProperty: acp0 n

This property is the initial number of action points for this turn, computed at the beginning of the turn. Defaults to 0.

UnitActionStateProperty: aa n

This property is the actual number of actions executed by the unit so far in the current turn. Defaults to 0.

UnitActionStateProperty: am n

This property is the actual number of moves (cell entries) executed so far in the current turn. Defaults to 0.

UnitActionStateProperty: a action

This property is the next action that the unit will perform.

Note that if any unit-defining form has an act property, Xconq will start at an appropriate point in the middle of a turn, giving all other units zero acp and mp, rather than starting at the beginning of the turn and computing acp and mp for all units.


Go to the first, previous, next, last section, table of contents.