- Thread Author
- #1
What would be the best way to share variables among tasks using TaskBot?
For example when interacting with an npc or object, I'd like to turn "moving the camera" and "walking" into separate tasks, so the target entity has to be shared among these tasks.
Is there a proper way to do this or should these activities not be in different task classes?
For example when interacting with an npc or object, I'd like to turn "moving the camera" and "walking" into separate tasks, so the target entity has to be shared among these tasks.
Is there a proper way to do this or should these activities not be in different task classes?