Reply To: Implement two interfaces in action class

NodeCanvas Forums General Discussion Implement two interfaces in action class Reply To: Implement two interfaces in action class

#9185
Gavalakis
Keymaster

Hey,
Sorry for late reply.

So, I don’t have APEX so the following code might not work as is, but you will get the idea of how you can go about it.

As for the errors you are getting:
1. As the error says, you are declaring blackboard which already exists (it’s inherited from Task). You can use the inherited blackboard directly without the need to declare a new one unless the blackboard you want to use is not the agent’s one, in which case you should give it another name.
2. Well the second is also simple. You need to implement the interface member 🙂

The _MonoManager issue has been fixed in the new version. Sorry about that.

Let me know if it works for you.
Cheers

Join us on Discord: https://discord.gg/97q2Rjh