HiddenTradition_PRC8/_module/nss/hif_onplayerdyin.nss

14 lines
399 B
Plaintext
Raw Permalink Normal View History

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