#1
AI problem
I have a problem:
How to orderd computer player to use mercenary unit, and mercenary hero?

235 posts
Finland
joined
#2
IIRC, the AI editor does not support neutral units. You have to write the AI manually in JASS.
29 posts
joined
#3
That is correct, the hard coded AI does not know how to buy. To achieve that you could also use triggers to order units to buy.
#4
Thx, I`ll try it, but I thing it is too much work with jass.