RATDOG/_module/nss/ra_gotharpygems.nss
Jaysyn904 059f766332 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.
2022-01-15 01:08:25 -05:00

9 lines
152 B
Plaintext

int StartingConditional()
{
object oPC = GetPCSpeaker();
if (GetLocalInt(oPC, "GotHarpyGems") <= 0) return FALSE; // PC has Harpy Gems
return TRUE;
}