Battledale_PRC8/_module/nss/hif_onplayerdyin.nss

14 lines
393 B
Plaintext
Raw Permalink Normal View History

// prc_ondying,mod_dying
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onplayerdying event.
//
/////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("prc_ondying", OBJECT_SELF);
ExecuteScript("mod_dying", OBJECT_SELF);
}