#include "Behaviors/StateMachine.h"


$nodeclass Lab6Q4 : StateNode {

  $setupmachine {
    launch: StateNode =N=> {d,s}
    d : DynamicMotionSequenceNode("nodyes.mot")
    s : SpeechNode("Yes indeed!")

  }
}

REGISTER_BEHAVIOR(Lab6Q4);
