ACE3/docs/wiki/framework/parachute-framework.md

468 B

layout title description group order parent
wiki Parachute Framework Explains how to set-up a parachute with ACE3 parachute system. framework 5 wiki

1. Adding reserve parachute to existing parachute

class CfgVehicles {
    class BananaParachute {
        ace_hasReserveParachute = 1;  // Add reserve parachute (1-enabled, 0-disabled)
        ace_reserveParachute = "ACE_ReserveParachute";  // Classname of the reserve parachute
    };
};