Summary

This block is used to play another strategy. It's very useful when you to dissociate a big strategy into smaller pieces or when you want to reuse the same strategy at different steps.

The sub-strategy you call with this block must not have a trigger (to avoid infinite loop)


Implementation

Example

This block calls another strategy called "Sub strategy" and pass trough the origin. Note that the origin could be modified if necessary. The artifact "tempPoints" is transfered as well with the same name.


 



 Properties


Be careful, the Artifact will always be an array, even if there is only one value. In the forward strategy, you can use .first to target the first item in this array.



Behavior: DO

The selected strategy is called


Behavior: UNDO

The selected strategy is called in an undo mode