Преглед на файлове

change turret behaviour

Florian Steinschorn преди 3 години
родител
ревизия
1b0d928442
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      addons - Copy/RD501_Main/functions/attach_turrets/apply_turrets.sqf

+ 1 - 0
addons - Copy/RD501_Main/functions/attach_turrets/apply_turrets.sqf

@@ -49,6 +49,7 @@
 
     //Now we create a crew for that vehicle and hide it
     createVehicleCrew _created_attached_turret;
+    _created_attached_turret setBehaviour "COMBAT";
     _created_attached_turret hideObjectGlobal true;
 
     //Then we save that unit to the vehicle for future use when killed or deleted.