ExploreRobotHead.TTSTest.LoadAnimations Function
The animations are all loaded in a folder called VSA in the executable's local directory Each file in that folder is assumed to be an animation file of the appropriate VSA comma+space delimited format. To play these animations on the robot, insert a bookmark into the speech stream, e.g. "Hi \!bmAnimationName there" where AnimationName is the name of the animation file without the file extension, and \!bm is the tag the speech engine recognizes as signalling a bookmark (may vary depending on your speech engine)

Public void LoadAnimations (string, System.Collections.ArrayList)
  Type Name Description  
    string directoryName    
    System.Collections.ArrayList list    
  Return Description  
    void