Files
KPLibSumava/kp_liberation.brf_sumava/scripts/client/misc/secondary_jip.sqf
Samuele Lorefice 9e023649ac initial files
2025-05-24 16:17:33 +02:00

11 lines
224 B
Plaintext

waitUntil {
time > 20;
};
if ( isNil "GRLIB_secondary_in_progress" ) exitWith {};
if ( GRLIB_secondary_in_progress < 0 ) exitWith {};
if ( GRLIB_secondary_in_progress == 0 ) then {
[ 2 ] call remote_call_intel;
};