blckeagles-revisited-RC/@GMS/addons/custom_server/init/build.sqf
Ghostrider-GRG- b0b0764e54 Changes listed under description
Added ability to pull AI loadouts from CfgPricine (Epoch).
Consolidated code that defines AI Loadout and Airpatrol parameters based on difficulty.
Added code to despawn static AI patrols and track the # of ai alive when infantry are despawned.
2018-06-13 19:55:59 -04:00

7 lines
207 B
Plaintext

private ["_version","_versionDate"];
blck_version = "6.83 Build 138";
_blck_version = blck_version;
_blck_versionDate = "6-11-18 5:00 PM";
blck_pvs_version = _blck_version;
publicVariable blck_pvs_version;