Initial module commit
Initial module commit.
This commit is contained in:
11
_module/nss/69_hench_crtrno1.nss
Normal file
11
_module/nss/69_hench_crtrno1.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
//69_hench_creatureno1
|
||||
//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;
|
||||
}
|
Reference in New Issue
Block a user