Does some one has an idea why doesnt this function work?
It doesn't give me an error and but i don't know why it is not affecting my character
I am getting the id of an agent using following function and just telling my one character
to go to another but my agent doesn't even move
Code:
temp_id_Alex = GameEngine::entityWorldID("Alex");
temp_id_Hans = GameEngine::entityWorldID("Hans");
GameEngine::Agent_goToEntity(temp_id_Alex,temp_id_Hans,1);
I have no compilation error no run time error but character doesnt walk to another entity.
can some one help?