int StartingConditional() { object oPC = GetPCSpeaker(); int iResult; iResult = (GetFactionLeader(oPC) == oPC); return iResult; }