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