Alangara_PRC8/_module/nss/prc_pwondeath.nss

14 lines
329 B
Plaintext
Raw Normal View History

2024-06-05 21:21:06 -04:00
//:://////////////////////////////////////////////////
//:: prc_pwondeath
/*
PRC8 OnDeath catchall event handler for NPCs.
*/
//:://////////////////////////////////////////////////
void main()
{
// *** This line added for Alangara ***
ExecuteScript("pwfxp",OBJECT_SELF);
// ************************************
}