Can someone help me please,
i want to move an entitie with this script, it turns to me but it doesn't seems to move forward:
function ai_moveunseen_init(e)
end
function ai_moveunseen_main(e)
PlayerDist = GetPlayerDistance(e)
if PlayerDist < 2000 then
RotateToPlayerSlowly ( e, 20.0 )
MoveForward ( e, 20.0 )
end
end
The author of this post has marked a post as an answer.
Go to answer