|
I also wonder how to move the character to a certain position.
I've got this far until now:
charvid = player.GetMainCharacterIndex()
chr.MoveToDestPosition(charvid,int(x),int(y))
But my problem is when I replace the x/y with coordinates the charakter always runs to the same position no matter which number I put in...
Has somebody a idea?
|