int StartingConditional() { object oPC = GetPCSpeaker(); if (GetGold(oPC) >= 2) return FALSE; return TRUE; }