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