mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-05-15 15:13:22 +03:00
Organize files a bit and removed non source pbo's
This commit is contained in:
5
SQF/dayz_code/actions/dog/speak.sqf
Normal file
5
SQF/dayz_code/actions/dog/speak.sqf
Normal file
@@ -0,0 +1,5 @@
|
||||
private ["_dog"];
|
||||
_dog = _this select 3;
|
||||
|
||||
_dog playActionNow "GestureBark";
|
||||
[_dog,"dog_bark",0,false] call dayz_zombieSpeak;
|
||||
Reference in New Issue
Block a user