Is it possible to send messages to the console with a group AI, which would only be visible for the team that used the group AI?
If I use
Code: Select all
callback->GetAICallback()->SendTextMsg(..,..)
the messages are readable for everyone of the teams. I have a hunch that GetAICallback can take an optional "team" argument, but I'm not sure how the get the current team or if GetAICallback takes arguments at all.
Any help is greatly appreciated.