Updated parameterization in Advanced Ballistics module.

This commit is contained in:
jokoho48
2015-08-05 00:32:48 +02:00
parent 275b0c4300
commit 7a0a1ead6e
10 changed files with 63 additions and 100 deletions

View File

@ -15,10 +15,7 @@
#include "script_component.hpp"
private ["_logic", "_units", "_activated"];
_logic = _this select 0;
_units = _this select 1;
_activated = _this select 2;
params ["_logic","_units", "_activated"]
if !(_activated) exitWith {};