14 lines
405 B
Plaintext
Raw Permalink Normal View History

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