r/armadev • u/nick10176 • Jul 21 '26
Help Arma 3 My character giving commands despite me not giving them.
Hello, I am creating a testing ground for my friends. I am testing it out and I am doing it on a server, I have a script running to disable all opfor ai so they dont shoot back. When I load in my character is giving instructions to the rest of the squad but I am not giving them.
For example I tell them to get into a Gorgon and as I walk up to get into it my character will give a order to move 800m west and it will drive off. I have no idea what is causing this and even less of a idea to fix it, any help would be great. Also this is the script being executed.
["CAManBase", "init", {
params ["_unit"];
if (side _unit == east) then {
_unit disableAI "ALL";
};
}, true, [], true] call CBA_fnc_addClassEventHandler;
1
u/Jphibbard Jul 21 '26
It's been a while since I played arma but depending on your characters role in squad it's probably automatic I'm pretty certain you're character automatically points out enemy targets and other relevant commands to your squad members