int StartingConditional()
{
object oPC = GetPCSpeaker();

if (GetLocalString(oPC, "greechy") != "1") return FALSE;

return TRUE;
}