ACE3/addons/parachute/XEH_respawn.sqf

17 lines
233 B
Plaintext
Raw Normal View History

2015-05-19 11:55:25 +00:00
/*
* Author: joko // Jonas
* Reset the parachute system.
*
* Arguments:
* None
*
* Return Value:
* None
*
* Example:
* None
*
* Public: No
*/
#include "script_component.hpp"
_unit setVariable [QGVAR(chuteIsCut), false];