#include "Behaviors/StateMachine.h"
$nodeclass StarLeg : VisualRoutinesStateNode {
	$setupmachine{
		WalkForward(750)=C=>Turn((4*M_PI)/5)=C=>PostMachineCompletion()=C=>SpeechNode("Done")
		}
}
REGISTER_BEHAVIOR(StarLeg);
