- Joined
- Aug 22, 2008
- Messages
- 123
Hello everyone
I guess nobody can help me with that problem, but if you can, I would be really glad.
My AI should be able to pick a hero out of a neutral tavern. In some tests I found out that
worked in testmaps, but not for my running AI. The problem may be that orders in AI scripts cannot be given to units the AI does not own, but I don't want to resign on this point since heros can even buy items in shops and ordering neutral buildings should be definately possible. Anybody got an idea?
I guess nobody can help me with that problem, but if you can, I would be really glad.
My AI should be able to pick a hero out of a neutral tavern. In some tests I found out that
Code:
call IssueNeutralImmediateOrder(ai_player, Tavern, "beastmaster")
