ACE3/addons/logistics_wirecutter/functions/fnc_cutDownFenceCallback.sqf

8 lines
253 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
PARAMS_1(_fenceObject);
_fenceObject setdamage 1;
2015-01-28 18:54:14 +00:00
[localize "STR_ACE_logistics_wirecutter_FenceCut"] call EFUNC(common,displayTextStructured);
[ACE_player, "AmovPknlMstpSrasWrflDnon", 1] call EFUNC(common,doAnimation);