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