EN6_PRC8/_module/nss/prc_pwondeath.nss

13 lines
271 B
Plaintext
Raw Normal View History

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