jim87
New Member
- Joined
- Aug 26, 2011
- Messages
- 445
- Reaction score
- 7
Hello!
I've got a few questions:
1) When I put any code in the Pulse() overridden method, nothing seems to happen. Shouldn't it be executed every time the plugin is being fired? (thus at every cycle after the bot's AI tree?)
2) How can I "hang" the execution of the bot untill the plugin's action are completed? For example running in a place and do an action, then continue with the bot's behavior (TreeSharp is what I want to use)
3) Can I let a plugin to be executed before or after another one? If not, is it possible to share common values between various plugins?
Thanks!
I've got a few questions:
1) When I put any code in the Pulse() overridden method, nothing seems to happen. Shouldn't it be executed every time the plugin is being fired? (thus at every cycle after the bot's AI tree?)
2) How can I "hang" the execution of the bot untill the plugin's action are completed? For example running in a place and do an action, then continue with the bot's behavior (TreeSharp is what I want to use)
3) Can I let a plugin to be executed before or after another one? If not, is it possible to share common values between various plugins?
Thanks!






