How do I change the long medic animation at the traders. It takes to long to trade multiple items.
I saw this in dayz_code/actions/trade_items.sqf
[1,1] call dayz_HungerThirst; player playActionNow "Medic";
But I dont know how to link this file from the mission and change or remove the animation.
If possible, how can i add a pick-up animation where player bends down to pick item up form the ground on middle mouse click.