Files
DayZ-Epoch/SQF/dayz_code/actions/dog/move.sqf

5 lines
93 B
Plaintext

private ["_handle"];
_handle = _this select 3;
_handle setFSMVariable ["_command","move"];