Files
Benjamin Kyd c8014ec81e initial commit
2019-06-05 00:45:50 +01:00

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;