HoS_PRC8/_mod/_module/nss/hif_onplayeruneq.nss

14 lines
403 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
// prc_unequip,hos_unequip
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onplayerunequipitem event.
//
/////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("prc_unequip", OBJECT_SELF);
ExecuteScript("hos_unequip", OBJECT_SELF);
}