Ancordia_PRC8/_module/nss/henchcast2.nss

12 lines
195 B
Plaintext
Raw Permalink Normal View History

2023-09-21 19:51:32 -04:00
// I am not casting spells during melee
#include "hench_i0_conv"
int StartingConditional()
{
int iResult;
iResult = GetLocalInt(OBJECT_SELF,sHenchDontCastMelee);
return iResult;
}