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