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