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

Revision as of 16:38, 5 May 2010 by Lodilefty (Talk | contribs)
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
Unfixed = only TRUE if the unit is unfixed
NOT

String ['NOT']; logical NOT

Forums