14 lines
329 B
Plaintext
14 lines
329 B
Plaintext
//:://////////////////////////////////////////////////
|
|
//:: prc_pwondeath
|
|
/*
|
|
PRC8 OnDeath catchall event handler for NPCs.
|
|
|
|
*/
|
|
//:://////////////////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
// *** This line added for Alangara ***
|
|
ExecuteScript("pwfxp",OBJECT_SELF);
|
|
// ************************************
|
|
} |