RATDOG/_module/nss/ra_gotharpygems.nss

9 lines
152 B
Plaintext
Raw Permalink Normal View History

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