mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
|
// by commy2
|
||
|
|
||
|
private ["_hitPoint", "_string"];
|
||
|
|
||
|
_hitPoint = _this select 0;
|
||
|
|
||
|
_string = format ["STR_AGM_Repair_%1", _hitPoint];
|
||
|
|
||
|
if (isLocalized _string) then {localize _string} else {_hitPoint}
|