HoS_PRC8/_mod/_module/nss/hif_onunaquireit.nss

14 lines
406 B
Plaintext
Raw Permalink Normal View History

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