Difference between revisions of "EVENT TYPE REACHED WAYPOINT"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (|sourcefile=script.ldf)
Line 4: Line 4:
 
|when=
 
|when=
 
|from=
 
|from=
|to=
+
|to=creatures
 +
|tocategory1=creature
 +
|sortkey=REACHED_WAYPOINT
 
}}
 
}}
 
[[Category:Event types|REACHED_WAYPOINT]]
 

Revision as of 18:59, 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:
Sent from:
Sent to:
creatures
Parameters:
None.

Usage

case EVENT_TYPE_REACHED_WAYPOINT:
{

// insert event-handling code here

break;
}