2015-03-10 21:01:46 +00:00
|
|
|
/*
|
|
|
|
* Author: PabstMirror
|
|
|
|
* Once progressbar is done: Fence is cutdown
|
|
|
|
*
|
|
|
|
* Arguments:
|
|
|
|
* 0: Fence Object <OBJECT>
|
|
|
|
*
|
|
|
|
* Return Value:
|
|
|
|
* Nothing
|
|
|
|
*
|
|
|
|
* Example:
|
|
|
|
* [aFence] call ace_logistics_wirecutter_fnc_cutDownFenceCallback
|
|
|
|
*
|
|
|
|
* Public: No
|
|
|
|
*/
|
2015-01-28 04:42:45 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
PARAMS_1(_fenceObject);
|
|
|
|
|
|
|
|
_fenceObject setdamage 1;
|
2015-05-28 19:59:04 +00:00
|
|
|
// [localize LSTRING(FenceCut)] call EFUNC(common,displayTextStructured);
|
2015-01-28 04:42:45 +00:00
|
|
|
[ACE_player, "AmovPknlMstpSrasWrflDnon", 1] call EFUNC(common,doAnimation);
|