Aantioch_Infernum/_module/nss/69_hench_crtrye1.nss
EpicValor 07f4ebed49 Added henchman rental
Many areas, items, and creatures were adjusted for balance and aesthetics.
2023-08-24 15:20:50 -05:00

12 lines
263 B
Plaintext

//69_hench_creatureyes1
//Checks for no summoned creature (familiar)
//Created By: 69MEH69 MAR2005
int StartingConditional()
{
int iResult;
iResult = (GetHasFeat(FEAT_SUMMON_FAMILIAR) && GetLocalInt(OBJECT_SELF, "HasCompanion"));
return iResult;
}