ACE3/addons/logistics_wirecutter/functions/fnc_cutDownFenceCallback.sqf
2015-01-28 12:54:14 -06:00

8 lines
253 B
Plaintext

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