mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
794a1f9922
adds helper objects to all fences that have actions
19 lines
329 B
Plaintext
19 lines
329 B
Plaintext
/*
|
|
* Author: commy2
|
|
* Stops cutting down fence (reset animation)
|
|
*
|
|
* Arguments:
|
|
* Nothing
|
|
*
|
|
* Return Value:
|
|
* Nothing
|
|
*
|
|
* Example:
|
|
* [] call ace_logistics_wirecutter_fnc_cutDownFenceAbort
|
|
*
|
|
* Public: No
|
|
*/
|
|
#include "script_component.hpp"
|
|
|
|
[ACE_player, "AmovPknlMstpSrasWrflDnon", 1] call EFUNC(common,doAnimation);
|