ソースを参照

with this playerBased and aiBased are ready

Namenai 7 年 前
コミット
98b41e8f0a

+ 3 - 0
Scripts/scripts/zeus3denScripts/aiBased/factionBased/opfor/cis/b2/b2Reconfig.sqf

@@ -1,4 +1,7 @@
 b2ForceWalk={
+
+if (!local _vic) exitWith {};
+
  params ["_obj"];
 _obj forceWalk true;
 };