16 lines
216 B
Plaintext
16 lines
216 B
Plaintext
/*
|
|
File: init.sqf
|
|
Author:
|
|
|
|
Description:
|
|
|
|
*/
|
|
StartProgress = false;
|
|
|
|
if (hasInterface) then {
|
|
[] execVM "briefing.sqf"; //Load Briefing
|
|
};
|
|
[] execVM "KRON_Strings.sqf";
|
|
|
|
StartProgress = true;
|