// playerdying,prc_ondying
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onplayerdying event.
//
/////////////////////////////////////////////////////////////////////

void main()
{
    ExecuteScript("playerdying", OBJECT_SELF);
    ExecuteScript("prc_ondying", OBJECT_SELF);
}