int StartingConditional() { if(GetRacialType(GetPCSpeaker()) == RACIAL_TYPE_GNOME) return TRUE; return FALSE; }