Difference between revisions of "EVENT TYPE RUBBER BAND"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{needs review}} {{event |sourcefile=script.ldf |when= |from= |to= }} RUBBER_BAND')
 
m
Line 2: Line 2:
 
{{event
 
{{event
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
|when=
+
|when= Creature chased someone too far
 
|from=
 
|from=
 
|to=
 
|to=

Revision as of 19:02, 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 too far
Sent from:
Sent to:
Parameters:
None.

Usage

case EVENT_TYPE_RUBBER_BAND:
{

// insert event-handling code here

break;
}