Hi, I've been using Dark AI lately, and I seem to have a problem, I have wrapped a border round the map to stop the AI from going off it, and have simply set a object up like so:
function createtestai()
make object cube 3000, 5
AI Add Friendly 3000, 3000
AI SET ENTITY SPEED 3000, 10.0
endfunction
And I am moving it to a object that follows them mouses position like so:
if mouseclick()=1 then AI Entity Go To Position 3000, Object Position x(6002),Object Position z(6002)
Which is all working fine, but after a few seconds after reaching its destination, the object start heading south-west for no reason that I can put my finger on. Could anybody perhaps explain reasons why this could be?