Random Chance to Execute Sequence

xjjon

New member
Hi I have a task in a sequence that I want a random chance to execute. If it doesn't execute, I still want the rest of the sequence to run. How can I do that?

For example

On Loop:
Walk - [50% chance to Dance] - Walk - Run
 
You could create a new composite task which does that but using the built in tasks you could do:

---------Sequence
Walk - Return Success - Walk - Run
---------Sequence
Random Probability Dance
 
Top