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