Alangara_PRC8/_module/nss/prc_pwondeath.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

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);
// ************************************
}