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