Sarge-AI/scripts/UPSMON/MODULES/FORTIFY/Init.sqf

13 lines
851 B
Plaintext
Raw Normal View History

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";