Modding talk:BehaviorTrees:Composite
The parallel node writeup included the following, "When stopping, the node will wait for children listed before the last finished child to complete, but terminate those listed after." I have removed this sentence because I don't see anything in the source code that supports it. The parallel node appears to terminate immediately if its success or fail condition is met. Likewise I removed 'If both "fail" and "success" are set to -1 then the node will run its children until all of them either fail or succeed,' because I see nothing in the source code that does that; if success == -1, then all must succeed, and if fail == -1, then all must fail, and there is no code that says "either success or failure is okay if both are -1". Rl.starbound (talk) 16:20, 4 May 2026 (UTC)
