Arma 3
Hellenic Armed Forces Mod (HAFM) - NAVY (discontinued)
[Be]Ribeye- 29 Apr, 2023 @ 7:51am
Cruise Missile via triggers
Hi,
I'm trying to fire the cruise missiles via triggers,
Using the documentation, I have this in a trigger, where arl_1 is the name of the ship


arl_1 animateDoor ["hatch1L", 1]; arl_1 setVariable ["Cruise Waypoints", "2437.18,5693.47,0", true]; ["HAFM_CruiseFire", "arl_1"] call CBA_fnc_serverEvent;


The silos are opening, but I get an error in line 4 of the CruiseMissile_fire.sqf

private _vehicle = _this #select 0; private _siloArray = _Vehi'... Generic Erorr in Expression

Any help with this ?
Last edited by [Be]Ribeye-; 29 Apr, 2023 @ 7:52am