EN6_PRC8/_module/nss/hif_onactivateit.nss

14 lines
414 B
Plaintext
Raw Normal View History

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