Files
CTI34-KPLIB-Ruha/scripts/client/misc/secondary_jip.sqf

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;
};