NWN2Wiki
Advertisement
///////////////////////////////////////////////////////////////////////////////
// EffectDisintegrate
///////////////////////////////////////////////////////////////////////////////
//
// Created By:	Brock Heinz
// Created On:	08/16/2005
// Description: This will run a special "Disintegrate" visual effect
//              on the target (which should be dead before calling this
//              function)
// Argument: oTarget - the target to add disintegrate effects to
// Returns: effect - the newly created disentegrate effect
//
///////////////////////////////////////////////////////////////////////////////
effect EffectDisintegrate( object oTarget );
Advertisement