UW2_PRC8/_module/nss/call_ondeath.nss

17 lines
280 B
Plaintext
Raw Permalink Normal View History

//:://////////////////////////////////////////////
/*
* call_ondeath.nss
*
* OnPlayerDeath event caller
*
*
*/
//:://////////////////////////////////////////////
void main()
{
ExecuteScript("prc_ondeath", OBJECT_SELF);
ExecuteScript("onplayerdeath", OBJECT_SELF);
}