- Joined
- Aug 6, 2009
- Messages
- 697
I noticed a bit of real AI on Warcraft 3,you know the type that actually thinks for itself considering the masses of coding lines it has? I was wondering where people get these AI.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
// ...
if (there's a creep nearby with low hp) then
// attack him
elseif (there's an enemy hero nearby with low hp) then
// attack him
elseif // ....
endif
Its not a map,its a chat bot that thinks for itself o-0
