mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
742626ff1a
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
20 lines
326 B
Plaintext
20 lines
326 B
Plaintext
#include "..\script_component.hpp"
|
|
/*
|
|
* Author: joko // Jonas
|
|
* Add the Reserve Parachute to Units or Save Backpack if is a Parachute in Unit
|
|
*
|
|
* Arguments:
|
|
* None
|
|
*
|
|
* Return Value:
|
|
* None
|
|
*
|
|
* Example:
|
|
* None
|
|
*
|
|
* Public: No
|
|
*/
|
|
|
|
uiNamespace setVariable ['RangleCard_Display', nil];
|
|
GVAR(RangeCardOpened) = false;
|