WoR_PRC8/_module/nss/hif_onactivateit.nss

14 lines
414 B
Plaintext
Raw Normal View History

2025-04-03 11:49:34 -04:00
// prc_onactivate,rhun_on_itemactv
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onactivateitem event.
//
/////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("prc_onactivate", OBJECT_SELF);
ExecuteScript("rhun_on_itemactv", OBJECT_SELF);
}