Hello,
If I press a key on the keyboard while my player character is moving, the character stops moving. Is there any way to prevent this?
Any key..? Only the arrow keys should stop them.
Regardless, it's the KeyboardMovement module. Remove it from the Project tree (Scripts node), then go to game_start in GlobalScript.asc and remove the setup line.
Removing the initialisation code in game_start did the trick. Now to work out why it's happening with any key.