Flyable planes legs

 

The flyable planes mainly use the torso file. Hwoever for parachuting they require a line under state LAND. This line tells the parachute script to stop running and remove the parachute.

 

Add the line ‘exec server_planes/parachute.scr’ under entrycommands for state LAND.

 

 

tate LAND

{

            entrycommands

            {

                        modheight "stand"

                        movementstealth "0.5"

                        moveposflags "standing"

                        exec server_planes/parachute.scr

            }

            states

            {

                        LAND_IMPACT_HARD        : HARD_IMPACT

                        LAND_IMPACT                                 : MEDIUM_IMPACT

                        STAND                                               : default

            }

}