mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
make bots not talk
This commit is contained in:
parent
2d2bf2acd4
commit
bb47249679
@ -24,8 +24,8 @@ _target setSpeedMode "LIMITED";
|
|||||||
_target disableAI "TARGET";
|
_target disableAI "TARGET";
|
||||||
_target disableAI "AUTOTARGET";
|
_target disableAI "AUTOTARGET";
|
||||||
_target allowFleeing 0;
|
_target allowFleeing 0;
|
||||||
_target setSpeaker "BASE";
|
_target setSpeaker "NoVoice";
|
||||||
[{_this setSpeaker "BASE"}, _target] call CBA_fnc_execNextFrame;
|
[{_this setSpeaker "NoVoice"}, _target] call CBA_fnc_execNextFrame;
|
||||||
_player reveal [_target, 4];
|
_player reveal [_target, 4];
|
||||||
|
|
||||||
_target addVest vest _player;
|
_target addVest vest _player;
|
||||||
|
Loading…
Reference in New Issue
Block a user