int StartingConditional()
{

   object oPC=GetPCSpeaker();
   object oT=GetLocalObject(oPC,"oTarget");
   if (GetCreatureSize(oT)<=GetCreatureSize(oPC)) return TRUE;
   return FALSE;
}