Aantioch_Infernum/_module/nss/hif_onactivateit.nss
EpicValor 53c7bdc99a Script, cosmetic, and vendor changes
Changed death script for goblins to not blow up in chunks
Changed secret door vfx to blend in with the great oak better
added recall device for convenience and added it vendors
2023-08-10 22:22:44 -05:00

15 lines
453 B
Plaintext

// prc_onactivate,_on_activateitem
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onactivateitem event.
//
/////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("prc_onactivate", OBJECT_SELF);
ExecuteScript("_on_activateitem", OBJECT_SELF);
ExecuteScript("sot", OBJECT_SELF);
}