Harpy Lair Fixes
Harpy lair now works per pnp. Created pnp harpy & dire lion. Added many skinmesh creature models by Ancarion. Added ProjectQ harpy model. Added reduced sized spells.2da to override default PRC.
This commit is contained in:
19
_module/nss/sklchk_search20.nss
Normal file
19
_module/nss/sklchk_search20.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//::
|
||||
//:: sklchk_search20.nss
|
||||
//::
|
||||
//:: 20 DC Search check for conversations
|
||||
//::
|
||||
//::
|
||||
//::
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if (!GetIsSkillSuccessful(oPC, SKILL_SEARCH, 20)) return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user