BT decorator that executes child with a given probability. BT decorator that executes child with a given probability defined by [member run_chance]. Returns the result of the child task if it was executed, otherwise returns [code]FAILURE[/code]. Probability that defines how likely the child task will be executed.