Sarge-AI/Sarge AI Files/examples/init.sqf
Teh Dango 1218f04f15 2.1.1
Pushing this due to the greatly improved HC logic compared to the
current logic. This minor update includes a new variable to control kill
messages and track AI kills.
2016-04-02 12:18:10 -04:00

19 lines
482 B
Plaintext

elec_HC_detect = ["on"] execVM "elec_HC_detect.sqf"; waitUntil {scriptDone elec_HC_detect};
call compile preprocessFileLineNumbers "scripts\Init_UPSMON.sqf";
[] execVM "sarge\SAR_AI_init.sqf";
[] execVM "ZOM\init.sqf";
if (isServer) then {
//dogOwner = [];
//[] execVM "addin\dogInit.sqf";
//[] execVM "exile_server\init\server_functions.sqf";
};
if (!isDedicated) then {
[] execVM "rules.sqf";
//_nul = [] execVM "addin\plrInit.sqf";
};
_nul = [] execVM "debug_hint.sqf";