mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
8 lines
219 B
Plaintext
8 lines
219 B
Plaintext
|
_fence = _this select 0;
|
||
|
|
||
|
if (alive player) then {
|
||
|
_fence setdamage 1;
|
||
|
[localize "STR_AGM_FenceCut"] call AGM_Core_fnc_displayTextStructured;
|
||
|
[player, "AmovPknlMstpSrasWrflDnon", 1] call AGM_Core_fnc_doAnimation;
|
||
|
};
|