Behavior Time Trigger
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.
The Behavior Time Trigger enables to stop a behavior by returning true when a behavior has been running for a certain amount of time.
This trigger has no meaning as a starting trigger, as the behavior has not yet run.
Creation
- Behavior Editor / Trigger Library:
- Golaem Menu: Crowd Triggers / Triggers / CrowdTri BehaviorTime Node
- MEL command: glmCrowdTriBehaviorTimeCmd;
Configuration
Behavior Time Attributes
Seconds |
The trigger will return true if the behavior has been running for X seconds; |
Frames |
The trigger will return true if the behavior has been running for X frames. |
The resulting time for testing is the sum of the seconds parameter and the frames parameter.
This trigger has no meaning as a starting trigger, as the behavior has not yet run. Notice that this trigger can not be shared amongst different behaviors as it's linked to a specific behavior.