

--
You received this message because you are subscribed to the Google Groups "Atoms Crowd" group.
To unsubscribe from this group and stop receiving emails from it, send an email to atoms-crowd...@toolchefs.com.
To view this discussion on the web visit https://groups.google.com/a/toolchefs.com/d/msgid/atoms-crowd/b0ba7cf2-a3f6-4bf9-8f5f-5ba96daa1513n%40toolchefs.com.
You need to add weight for each of the children. These weights are used to compute the probability of each child. I've attached an example scene.
For python you have access to the agent, agent group and behaviour tree context. If you need to access the blackboard instance you can use the context.blackboardInstance. For example to get the first entry of the blackboard you just need to call context.blackboardInstance.entry(0).value().
currentID = agent.metadata().getEntry("id").value()
if (currentID == 0):
doThings()





