ACE3/addons/logistics_wirecutter/functions/fnc_cutDownFenceCallback.sqf

8 lines
232 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
PARAMS_1(_fenceObject);
_fenceObject setdamage 1;
[localize "STR_ACE_FenceCut"] call EFUNC(common,displayTextStructured);
[ACE_player, "AmovPknlMstpSrasWrflDnon", 1] call EFUNC(common,doAnimation);