UW2_PRC8/_module/nss/call_onunequip.nss
Jaysyn904 f69e979e53 Updated event system
Added caller scripts to the PC events.  Full compile.  Updated release.
2023-11-13 13:16:17 -05:00

17 lines
288 B
Plaintext

//:://////////////////////////////////////////////
/*
* call_onunequip.nss
*
* OnPlayerUnequipItem event caller
*
*
*/
//:://////////////////////////////////////////////
void main()
{
ExecuteScript("prc_unequip", OBJECT_SELF);
ExecuteScript("onunequipitem", OBJECT_SELF);
}