Difference between revisions of "EVENT TYPE HANDLE CUSTOM AI"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(split off of event)
 
m (link)
Line 1: Line 1:
Handle any custom AI before handling the built-in AI.
+
Handle any [[custom AI]] before handling the built-in AI.
  
 
This event is sent to creature scripts after custom AI has been enabled (call CAI_SetCustomAI(OBJECT_SELF, CAI_INITIATE) in the EVENT_TYPE_SPAWN event).
 
This event is sent to creature scripts after custom AI has been enabled (call CAI_SetCustomAI(OBJECT_SELF, CAI_INITIATE) in the EVENT_TYPE_SPAWN event).

Revision as of 22:23, 20 July 2009

Handle any custom AI before handling the built-in AI.

This event is sent to creature scripts after custom AI has been enabled (call CAI_SetCustomAI(OBJECT_SELF, CAI_INITIATE) in the EVENT_TYPE_SPAWN event).

  • Sent When:
  • Sent From:
  • Sent To:

Parameters: