Warcraft III resources & community, 2003–2006 · archived

AI problem

4 posts
#1

AI problem

I have a problem:

How to orderd computer player to use mercenary unit, and mercenary hero?
#2
IIRC, the AI editor does not support neutral units. You have to write the AI manually in JASS.
#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.