EN4_PRC8/_module/nss/hif_onclientleav.nss

14 lines
391 B
Plaintext
Raw Permalink Normal View History

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