LoT_PRC8/_module/nss/hench_summon_off.nss
Jaysyn904 ec287507a1 Initial upload
Initial upload.
2023-09-25 21:32:17 -04:00

10 lines
159 B
Plaintext

// Auldar: Used to prevent henchmen from summoning in battle
#include "hench_i0_conv"
void main()
{
SetLocalInt(OBJECT_SELF, sHenchDontSummon, TRUE);
}