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

14 lines
413 B
Plaintext

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