How do you make an AI that flies and follows a node path that has nodes up in the air? Tis' evil. I try and all it does is follow the nodes from the ground.
Also how do you make flying vehicles?
As for flying, turn on fly mode

. As for following the nodes, search the forum. It's a bug that hasn't been fixed yet

.
I have been trying real hard to get my car to fly. i really want to know how becuase i am making a harry potter and the chamber of secrets game. (:P)
ha! The 2nd harry potter game was terrible.
But anyway put this in the car construct function:
obj.settings.fly=true;
however I dont quite know.
Ill fix it after I check the docs.
Also youll have to set the speed in air.
Check out the player script in the demo, there's a place where if you hit a key it makes him fly. Look at the messages function

.