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

EvalConscript

From AGEWiki

(Difference between revisions)
Jump to: navigation, search
(Created page with '{{ scriptcommand | name = EvalConscript | syntax = ''Operator''; ''Target'' | description = This condition will compare the selected faction's manpower to either a given valu…')
m
 
Line 2: Line 2:
| name = EvalConscript
| name = EvalConscript
| syntax = ''Operator''; ''Target''
| syntax = ''Operator''; ''Target''
-
| description = This condition will compare the selected faction's [[manpower]] to either a given value, or to the manpower of a given faction.  
+
| description = This condition will compare the selected faction's manpower to either a given value, or to the manpower of a given faction.  
Which values that will cause this condition to be considered fulfilled depends on the operator used.
Which values that will cause this condition to be considered fulfilled depends on the operator used.
| example = <;200
| example = <;200

Latest revision as of 16:32, 5 May 2010

EvalConscript

Syntax  

EvalConscript = Operator; Target

Description

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

Example  

EvalConscript = <;200

will trigger if the selected faction's manpower is less than 200.


 

Parameters

Operator

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

Target

This can either be a numerical value (integer) or it can be a faction tag

Forums