Added henchman rental
Many areas, items, and creatures were adjusted for balance and aesthetics.
This commit is contained in:
11
_module/nss/69_hench_crtrno2.nss
Normal file
11
_module/nss/69_hench_crtrno2.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
//69_hench_creatureno
|
||||
//Checks for no summoned creature (animal companion)
|
||||
//Created By: 69MEH69 MAR2005
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = (GetHasFeat(FEAT_ANIMAL_COMPANION) && !GetLocalInt(OBJECT_SELF, "HasCompanion"));
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user