initial files
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
};
|
||||
Reference in New Issue
Block a user