Sarge-AI/ModName.MapName/scripts/UPSMON/MODULES/FORTIFY/Init.sqf
Teh Dango 65e4453908 2.4.0
Major Update. Now supporting DesolationRedux, Epoch and Exile.
2017-12-31 03:16:37 -05:00

13 lines
851 B
Plaintext

UPSMON_SpawninBuildings = compile preProcessFileLineNumbers "Scripts\UPSMON\MODULES\FORTIFY\fnc\UPSMON_SpawninBuildings.sqf";
UPSMON_moveBuildings = compile preProcessFileLineNumbers "Scripts\UPSMON\MODULES\FORTIFY\fnc\UPSMON_moveBuildings.sqf";
UPSMON_moveNearestBuildings = compile preProcessFileLineNumbers "Scripts\UPSMON\MODULES\FORTIFY\fnc\UPSMON_moveNearestBuildings.sqf";
UPSMON_movetoBuilding = compile preProcessFileLineNumbers "Scripts\UPSMON\MODULES\FORTIFY\fnc\UPSMON_movetoBuilding.sqf";
UPSMON_unitdefend = compile preProcessFileLineNumbers "Scripts\UPSMON\MODULES\FORTIFY\fnc\UPSMON_unitdefend.sqf";
UPSMON_Fortify = compile preProcessFileLineNumbers "Scripts\UPSMON\MODULES\FORTIFY\fnc\UPSMON_Fortify.sqf";
UPSMON_patrolBuilding = compile preProcessFileLineNumbers "Scripts\UPSMON\MODULES\FORTIFY\fnc\UPSMON_patrolBuilding.sqf";