Macro STRING to LSTRING

This commit is contained in:
jonpas
2015-05-28 21:59:04 +02:00
parent 700c4cb962
commit 763cb07629
105 changed files with 230 additions and 230 deletions

View File

@ -47,7 +47,7 @@ if (_unit getVariable [QGVAR(actionID), -1] == -1) then {
[_this select 1, currentWeapon (_this select 1), currentMuzzle (_this select 1)] call FUNC(unlockSafety);
};
//_id = [_unit, format ["<t color=""#FFFF00"" >%1</t>", localize STRING(TakeOffSafety)], "DefaultAction", _condition, {}, {true}, _statement, 10] call EFUNC(common,addActionMenuEventHandler);
//_id = [_unit, format ["<t color=""#FFFF00"" >%1</t>", localize LSTRING(TakeOffSafety)], "DefaultAction", _condition, {}, {true}, _statement, 10] call EFUNC(common,addActionMenuEventHandler);
_id = [_unit, "DefaultAction", _condition, {}] call EFUNC(common,addActionEventHandler);
_unit setVariable [QGVAR(actionID), _id];
@ -62,4 +62,4 @@ if ((typeName _muzzle) == (typeName "")) then {
private "_picture";
_picture = getText (configFile >> "CfgWeapons" >> _weapon >> "picture");
[localize STRING(PutOnSafety), _picture] call EFUNC(common,displayTextPicture);
[localize LSTRING(PutOnSafety), _picture] call EFUNC(common,displayTextPicture);

View File

@ -59,4 +59,4 @@ if (inputAction "nextWeapon" > 0) then {
private "_picture";
_picture = getText (configFile >> "CfgWeapons" >> _weapon >> "picture");
[localize STRING(TookOffSafety), _picture] call EFUNC(common,displayTextPicture);
[localize LSTRING(TookOffSafety), _picture] call EFUNC(common,displayTextPicture);