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

EvalRgnDecisionDef

From AGEWiki

Jump to: navigation, search

EvalRgnDecisionDef

Syntax  

EvalRgnDecisionDef = <RgnDecisionDefUID>; <Operator> ; <Value>

Description

Check in the Force Pool if a given region decision meets the test.

See also: Regional Decisions

Example  

EvalRgnDecisionDef = $rgdExploreParty; <=; 3

Evaluating that the faction has at most 3 ‘Exploration Party’ decisions in its force pool (the test doesn’t take into account what is already ‘deployed’, so even if there are 2 explorations parties decisions active on the map, the result will still be the same).


 

Parameters

<RgnDecisionDefUID>

Valid Region Decision Alias

<Operator>

one of:

=, <, >, <=, >=, DICE
<Value>

Integer (0-9999)

Forums