Due to a sudden burst in spammer activity, account creation has been temporarily disabled. Sorry for the inconvenience to any new potential contributors.

EvalUnqUnit

From AGEWiki

Jump to: navigation, search

EvalUnqUnit

Syntax  

EvalUnqUnit = Name; [FixValue]; [NOT]

Description

Tests if a given unit is present in the game and if it is fixed (locked in place). NOT reverses the result.

Example  

EvalUnqUnit = Stonewall Bde;NOT

This condition will be considered fulfilled if the unit identified as "Stonewall Bde" is not in the game.


 

Parameters

Name

String; Name of the unit as defined in the game Setup or in an Event.

FixValue

String

Fixed = only TRUE if unit is fixed
0 (the numeral 0) = only TRUE if the unit is unfixed
NOT

String ['NOT']; logical NOT

Applies only to reverse the test for presence of a Unit. Does not reverse the FixValue parameter
Forums