int StartingConditional()
{
object oPC = GetPCSpeaker();

if(GetAppearanceType(oPC) <= 5)return TRUE;

return FALSE;
}