Aantioch_Infernum/_module/nss/hasflameweap.nss

10 lines
183 B
Plaintext
Raw Normal View History

// check to see if the henchman has a spell memorized
int StartingConditional()
{
int iResult;
iResult = GetHasSpell(SPELL_FLAME_WEAPON, OBJECT_SELF);
return iResult;
}