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