int StartingConditional()
{
   if (GetItemPossessedBy(GetPCSpeaker(),"MercGuildMembers")==OBJECT_INVALID) return TRUE;
   return FALSE;
}