GammaAge/_module/nss/hif_onplayerequi.nss
Jaysyn904 b927d0faf8 File re-organization.
File re-organization.  Added module builder & hak builder.
2021-09-16 10:15:32 -04:00

14 lines
403 B
Plaintext

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