Due to a sudden burst in spammer activity, account creation has been temporarily disabled. Sorry for the inconvenience to any new potential contributors.
ChgEvtOccurs
From AACWWiki
|
Syntax ChgEvtOccurs = EventName; OccParam; Value Description Changes the allowed occurences of a given event or changes the counter how often the event already occured. Example ChgEvtOccurs = evt_nam_CSA_ChapmanPlot1863Succeeds;CuOccurs;2 This sets the count for the event evt_nam_CSA_ChapmanPlot1863Succeeds to two occurrences. ChgEvtOccurs = evt_nam_CSA_FranceDeclaresWar;MaxOccurs;1 This sets that the event evt_nam_CSA_FranceDeclaresWar can occur a total of one time. |
Parameters
String; Name (alias) of the event
String; [MaxOccurs, CuOccurs];
Integer; [-999, 0+] | ||