UW2_PRC8/_module/nss/call_ondeath.nss
Jaysyn904 f69e979e53 Updated event system
Added caller scripts to the PC events.  Full compile.  Updated release.
2023-11-13 13:16:17 -05:00

17 lines
280 B
Plaintext

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