I know this is only my first post, but I have been coding in Pascal/Delphi for years and enjoy it (Much better than C++)

I have been working on a helper for the game Hero Online and am interested in adding A-Star pathfinding to it. I have tried
several different examples of pathfinding and have a basic shell working, only quirk still is that it isn't working as smoothly
as I would like. I am trying to get it to move the char in as human-like a manner as possible, which is my biggest headache.