Hi guys,
I have a question: how do I make the player fall down? Do I have to use a script or maybe a package?
Thanks in advance :liplick:
There's two ways.
One way is, you use the pushactoraway function, but in my experience with it, you should only use it in areas where you know you aren't going to get the player tangled up in anything - somewhere where you can expect him to fall flat on his ass. Not like, say, one of the walkways in Megaton, with the roofs below, and so on. For example, Bethesda does exactly this to the player in Point Lookout while he's standing somewhat nearby a building that is blowing up, and, the open area the player is standing in at the time is basically safe for this sort of operation.
Another way is, examine how the MQ08Capture scene is designed. It uses an AI package to make the player do a slow-ish sort of fall to the ground. It will force 1st person view when it happens. It is possible for you to use the same AI package as that scene did, if it works well enough with your requirements.