Initial Commit
Initial Commit
This commit is contained in:
16
_module/nss/henchusespells.nss
Normal file
16
_module/nss/henchusespells.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int nCategory;
|
||||
for (nCategory = 1; nCategory <= 16; nCategory++)
|
||||
{
|
||||
if (GetIsTalentValid(GetCreatureTalentBest(nCategory, 20)))
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
if (GetIsTalentValid(GetCreatureTalentBest(TALENT_CATEGORY_DRAGONS_BREATH, 20)))
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user