Aantioch_Infernum/_module/nss/hif_onmoduleload.nss
EpicValor 70cd1ac3e2 Updated henchman inventory
turned off their combat one-liners
and added treasure script to destroy itself 30s after closing
2023-09-14 18:46:27 -05:00

15 lines
431 B
Plaintext

// prc_onmodload,x2_mod_def_load
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onmoduleload event.
//
/////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("prc_onmodload", OBJECT_SELF);
ExecuteScript("x2_mod_def_load", OBJECT_SELF);
SetMaxHenchmen(2);
}