Make sure that the class that createPlayer created was an AIPlayer and not a normal Player? If not, package the method to spawn an AIPlayer
Ah, that might have been my issue.
I did not know there was an AIPlayer class. I did know that, just didn't put 2 and 2 together.
Also make sure that you gave the function arguments?
Are you talking about .createPlayer()?
I definitely gave the move functions arguments.
Edit: Alright, so I am using an AIPlayer now as the objects player, and I can just call movement methods through the AIPlayer. The move methods on the AIConnection don't seem to be finished or whatever as M stated.