mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-22 16:10:49 +03:00
0.1
This commit is contained in:
8
dayz_code/actions/dog/track.sqf
Normal file
8
dayz_code/actions/dog/track.sqf
Normal file
@@ -0,0 +1,8 @@
|
||||
_array = _this select 3;
|
||||
_handle = _array;
|
||||
//_target = _array select 1;
|
||||
|
||||
_target = target1;
|
||||
|
||||
_handle setFSMVariable ["_command","track"];
|
||||
_handle setFSMVariable ["_target",_target];
|
||||
Reference in New Issue
Block a user