EVENT TYPE DEATH

From Dragon Age Toolset Wiki
Revision as of 20:39, 30 July 2009 by BryanDerksen (Talk | contribs) (|sourcefile=script.ldf)

Jump to: navigation, search
Source:
script.ldf
Sent when:
creature or placeable have the death effect applied (regardless of hitpoints)
Sent from:
scripts
Sent to:
creatures, placeables
Parameters:
  • Creator: killing object

Usage

case EVENT_TYPE_DEATH:
{
object oKiller = GetEventCreator(ev); // killing object

// insert event-handling code here

break;
}

Handles shutdown of creature's AI, perception, etc. and replaces it with a bodybag.