Rune_PRC8/_removed/hif_onplayeruneq.nss

14 lines
413 B
Plaintext
Raw Permalink Normal View History

2024-09-13 09:10:39 -04:00
// curseitemunequip,prc_unequip
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onplayerunequipitem event.
//
/////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("curseitemunequip", OBJECT_SELF);
ExecuteScript("prc_unequip", OBJECT_SELF);
}