Script
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.
A Script Behavior (beScript) executes a MEL/Python command at each frame.
A Script Behavior will execute its command each frame until it is stopped by its trigger. It does not automatically stop after first computation.

Script Behavior in the Behavior Editor
CREATION
- Behavior Editor / Behavior Library:
- Golaem Menu: Crowd Behaviors / Behaviors / CrowdBeScript Node
- MEL command: glmCrowdBeScriptCmd;
CONFIGURATION
A Script Behavior defines the following specific attributes. For common attributes see Behavior Common Attributes.
Script Attributes

Script attributes of a Script Behavior
Command |
MEL/Python script command called when the Behavior is run |
Language | The command language, MEL or Python |
Display Command | Display or not the command in the Script Editor |