int StartingConditional() { // Check for gold if(!(GetGold(GetPCSpeaker()) >= 10)) return FALSE; return TRUE; }