I’ve been looking around at various game engines and like the look of flowlab.
Just wanted to ask if there is a way for multiple characters to share one or more functions instead of having to copy the same logic for each character?
You can acheive this with routers. Just set it to Randomize Next Route, connect a Once to the “select” and “in” inputs, and put the different tasks to different outs from the router.
Example:
The Router block can be found in Logic & Math if you scroll down
@ me if you need more help