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
bb47249679
commit
4fb556d7ac
@ -24,8 +24,16 @@ _target setSpeedMode "LIMITED";
|
||||
_target disableAI "TARGET";
|
||||
_target disableAI "AUTOTARGET";
|
||||
_target allowFleeing 0;
|
||||
_target setSpeaker "NoVoice";
|
||||
[{_this setSpeaker "NoVoice"}, _target] call CBA_fnc_execNextFrame;
|
||||
_target setSpeaker "Base";
|
||||
|
||||
[{
|
||||
params ["_target", "_time"];
|
||||
|
||||
if (speaker _target == "Base") exitWith {time > _time};
|
||||
_target setSpeaker "Base";
|
||||
false
|
||||
}, {}, [_target, time + 1]] call CBA_fnc_waitUntilAndExecute;
|
||||
|
||||
_player reveal [_target, 4];
|
||||
|
||||
_target addVest vest _player;
|
||||
|
Loading…
Reference in New Issue
Block a user