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