- Thread Author
- #1
Hi There,
When the bot reaches one of my leaves I want to terminate the script.
I know the AbstractScript stop method exists but I'm unsure how to call it from a leaf?
Thanks!
the awesome123man helped me out.
Pass instance of bot down to leaves and then bot.stop();
When the bot reaches one of my leaves I want to terminate the script.
I know the AbstractScript stop method exists but I'm unsure how to call it from a leaf?
Thanks!
the awesome123man helped me out.
Pass instance of bot down to leaves and then bot.stop();