HoS_PRC8/_mod/_module/nss/hif_onplayerequi.nss

14 lines
393 B
Plaintext
Raw Permalink Normal View History

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