17 lines
426 B
Plaintext
17 lines
426 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: Name x2_def_ondeath
|
||
|
//:: Copyright (c) 2001 Bioware Corp.
|
||
|
//:://////////////////////////////////////////////
|
||
|
/*
|
||
|
Default OnDeath script
|
||
|
*/
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Keith Warner
|
||
|
//:: Created On: June 11/03
|
||
|
//:://////////////////////////////////////////////
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
ExecuteScript("nw_c2_default7", OBJECT_SELF);
|
||
|
}
|