Due to a sudden burst in spammer activity, account creation has been temporarily disabled. Sorry for the inconvenience to any new potential contributors.
EvalEvent
From AGEWiki
EvalEvent | |||
Syntax EvalEvent = EventName; Condition; NumOccurs Description A logical test will carried out to compare the occurrences of an event with a given number. The event which contains the EvalEvent condition will only trigger if the condition is true. Example EvalEvent = evt_nam_CSA_EnglishTimer;>=;4 Condition is fulfilled if the event "evt_nam_CSA_EnglishTimer" has occured 4 or more times.
|
Parameters
String; Name of the event to test.
String; [=,>=,<=,<,>] (< and > starting with EXEs generated March 26, 2012)
Number of occurrences of the named event. |