10 lines
281 B
Plaintext
Raw Normal View History

2024-01-19 16:30:05 +01:00
Tree("Root") {
Composite (Sequence, IgnoreFailed, IgnoreSucceeded) {
SimpleController.SetRandomTarget (0, 0, 50)
Composite (Parallel, FirstSucceeded) {
SimpleController.NearTarget (2)
SimpleController.RotateTowards (90)
SimpleController.MoveForward (2)
}
}
}