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