UW2_PRC8/_module/nss/call_ondying.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
275 B
Plaintext

//:://////////////////////////////////////////////
/*
* call_ondying.nss
*
* OnPlayerDying event caller
*
*
*/
//:://////////////////////////////////////////////
void main()
{
ExecuteScript("prc_ondying", OBJECT_SELF);
ExecuteScript("bleeding", OBJECT_SELF);
}