I've been running into abit of problem trying to get bots to face upwards;
%bot.setAimDestination(subVector(%bot.getPosition(), "0 0 1"));
And I've tried
%bot.setAimDestination(subVector(%bot.getPosition(), "0 0 -1"));
But both seem to make the bot face downwards, and ideas?