GammaAge/_module/nss/hif_onactivateit.nss

14 lines
400 B
Plaintext
Raw Permalink Normal View History

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