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

EvalMorale

From AGEWiki

Jump to: navigation, search

EvalMorale

Syntax  

EvalMorale = Operator; Target

Description

This condition will compare the selected faction's national morale to either a given value, or to the morale of a given faction. Which values that will cause this condition to be considered fulfilled depends on the operator used.

Example  

EvalMorale = <=;80

will trigger if the selected faction's morale is less than or equal to 80.  

EvalMorale = >;USA

will trigger if the selected faction's morale is greater than USA's is.

 

Parameters

Operator

One of [<,>,<=,>=,DICE]

Target

This can either be a numerical value (integer) or it can be a faction tag (Note: Factions don't need to be aliased with $).

Forums