string CurrentAnimationName { get; set; }
[RFC]
void SetCurrentAnimationName(string currentAnimationName){ ... }
//When you determine what animation is the correct one
tno.Send("SetCurrentAnimationName", Target.AllSaved, "TheCorrectAnimationName");
//Somewhere else pseudo code
mecanim Set Current Animation to CurrentAnimationName