ACCU
As of August 5th, 2025, Golaem will no longer provide direct support.
All support for Autodesk Golaem will now be handled exclusively through Autodesk support channels and this website will be deactivated.
Please bookmark the Autodesk Golaem Support section for any future support needs related to Autodesk Golaem packages.
An ACCU Operator (triOpAccu) is a unary logical connective that takes the previous Trigger result and returns true only if this result is true for a predefined number of times (consecutive or not).

Creation
-
Behavior Editor / Trigger Library:
- Golaem Menu: Crowd Triggers / Operators / CrowdTriOp Accu Node
- MEL command: glmCrowdTriOpAccuCmd;
Configuration
Accumulator Attributes
Accumulator Count | Number of times the previous Trigger should return true for this Operator to return true |
Reset On False |
If checked, the internal counter will be resetted every time the previous Trigger returns false (and thus the Operator will return true when only a successive number of True is returned) |