2024-01-19 16:30:05 +01:00

10 lines
281 B
Plaintext

Tree("Root") {
Composite (Sequence, IgnoreFailed, IgnoreSucceeded) {
SimpleController.SetRandomTarget (0, 0, 50)
Composite (Parallel, FirstSucceeded) {
SimpleController.NearTarget (2)
SimpleController.RotateTowards (90)
SimpleController.MoveForward (2)
}
}
}