int StartingConditional()
{
int iResult = GetLevelByClass(CLASS_TYPE_FIGHTER, GetPCSpeaker());
return iResult;
}