EN6_PRC8/_module/nss/prc_pwondeath.nss
Jaysyn904 a6f6db7303 Initial commit
Initial commit.  Updated release archive.
2024-06-13 15:08:33 -04:00

13 lines
271 B
Plaintext

//:://////////////////////////////////////////////////
//:: prc_pwondeath
/*
PRC's onDeath catch all
*/
//:://////////////////////////////////////////////////
void main()
{
ExecuteScript("en4_mobdeath",OBJECT_SELF);
ExecuteScript("prc_npc_death", OBJECT_SELF);
}