Difference between revisions of "EVENT TYPE GIVE UP"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{needs review}} {{event |sourcefile=script.ldf |when= |from= |to= }} GIVE_UP')
 
(found old code in rules_core, now commented out)
Line 2: Line 2:
 
{{event
 
{{event
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
|when=
+
|when= Creature chased someone for too long
 
|from=
 
|from=
 
|to=
 
|to=

Revision as of 18:18, 19 August 2009

The documentation on this page is incomplete, obsolete, or otherwise in need of a thorough review. The current content may provide a good starting point for this, but do not rely on its accuracy when using it to design content.

Source:
script.ldf
Sent when:
Creature chased someone for too long
Sent from:
Sent to:
Parameters:
None.

Usage

case EVENT_TYPE_GIVE_UP:
{

// insert event-handling code here

break;
}