GammaAge/gamma_age_v2/hif_onactivateit.nss
Jaysyn904 ac0d96bd74 Gamma Age module files
Added internal Gamma Age module files.
2021-07-14 16:40:26 -04:00

14 lines
400 B
Plaintext

// 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);
}