Anyway, i would like to ask if there is any way to exit an arbitrator from within a behavior after it has been started?
For example:
- Code: Select all
Arbitrator arby = new Arbitrator(bArray);
arby.start();
* exit arby and continue doing other code here*
Is there any way to exit arby and continue with code after that?
Some function like arby.stop() within a behavior?
Sorry if this is a stupid question.
