RATDOG/_module/nss/ra_noharpygems.nss

9 lines
155 B
Plaintext
Raw Permalink Normal View History

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