How to add interrupt tasks to external behavior tree

syu15

New member
Hello,
I have started making my behavior trees modular by using external behavior trees. It seems to work as expected, however the perform interrupt tasks (understandably) lose their reference to outside interrupt tasks when I pull them out into external behavior trees. Is there a way to set these interrupt tasks via code when the tree is run or can I use a variable somehow?
Thanks,
Sarah
 
Unfortunately there isn't a way to handle this situation. I can look into seeing if there is a better way to handle it.
 
Thanks for letting me know. Even if there is a workaround via code that would be great. My behavior trees will be significantly less modular without the perform interrupt tasks.
 
Top