EVENT TYPE DEBUG KICKSTART AI

From Dragon Age Toolset Wiki
Jump to: navigation, search
Source:
Core Game Resources.events_h
Sent when:
Kick starts the AI if it was frozen out. Debug Event, do not use in production scripts
Sent from:
Sent to:
Parameters:
None.

Usage

case EVENT_TYPE_DEBUG_KICKSTART_AI:
{

// insert event-handling code here

break;
}