You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The trigger_event_0 to trigger_event_9 actions trigger a user_event_0 to user_event_9 event handler for one or more other NPC groups that are specified.
This is useful to let one NPC trigger another NPC's behaviours. The user events can also be triggered from EGS by missions.
Parameter Syntax
<group name>
[<group name>]
[...]
Parameters
<group name>: The name of the NPC group to trigger the event handler for. Multiple group names can be specified as separate parameter lines.
See also
Set Timer T0-3: Set a timer for a game cycle duration or at a specific Ryzom time that triggers a timer_t0_triggered to timer_t3_triggered event.
Code: An action that executes a block of AI script code. This action can be used to create custom event handlers and to perform advanced event processing logic.