Alangara_PRC8/_module/nss/hif_onplayeruneq.nss

14 lines
413 B
Plaintext
Raw Permalink Normal View History

2024-06-05 21:21:06 -04:00
// 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);
}