diff --git a/addons/zeus/functions/fnc_moduleArtillery.sqf b/addons/zeus/functions/fnc_moduleArtillery.sqf index cca0fa5..5af1f6e 100644 --- a/addons/zeus/functions/fnc_moduleArtillery.sqf +++ b/addons/zeus/functions/fnc_moduleArtillery.sqf @@ -16,7 +16,7 @@ * */ -["Metis", LLSTRING(artillery), +[LLSTRING(categoryName), LLSTRING(artillery), { params [["_modulePosition", [0,0,0], [[]]]]; diff --git a/addons/zeus/functions/fnc_moduleTargetKnowledge.sqf b/addons/zeus/functions/fnc_moduleTargetKnowledge.sqf index 5ef0ea1..82071f0 100644 --- a/addons/zeus/functions/fnc_moduleTargetKnowledge.sqf +++ b/addons/zeus/functions/fnc_moduleTargetKnowledge.sqf @@ -16,7 +16,7 @@ * */ -["Metis", LLSTRING(AI_targetKnowledge), +[LLSTRING(categoryName), LLSTRING(AI_targetKnowledge), { params ["", "_attachedObj"]; [_attachedObj] call FUNC(getTargetKnowledge); @@ -24,7 +24,7 @@ "\a3\ui_f\data\igui\cfg\holdactions\holdaction_search_ca.paa" ] call zen_custom_modules_fnc_register; -["Metis", LLSTRING(AI_forgetTarget), +[LLSTRING(categoryName), LLSTRING(AI_forgetTarget), { params ["", "_attachedObj"]; ["FORGET", [_attachedObj]] call FUNC(setTargetKnowledge); @@ -32,7 +32,7 @@ "\a3\ui_f\data\igui\cfg\simpletasks\types\unknown_ca.paa" ] call zen_custom_modules_fnc_register; -["Metis", LLSTRING(AI_revealTarget), +[LLSTRING(categoryName), LLSTRING(AI_revealTarget), { params ["", "_attachedObj"]; ["REVEAL", [_attachedObj]] call FUNC(setTargetKnowledge); diff --git a/addons/zeus/functions/fnc_moduleUnflipVehicle.sqf b/addons/zeus/functions/fnc_moduleUnflipVehicle.sqf index fd38e44..d62426e 100644 --- a/addons/zeus/functions/fnc_moduleUnflipVehicle.sqf +++ b/addons/zeus/functions/fnc_moduleUnflipVehicle.sqf @@ -16,7 +16,7 @@ * */ -["Metis", LLSTRING(unflipVehicle), +[LLSTRING(categoryName), LLSTRING(unflipVehicle), { params["", ["_vehicle", objNull, [objNull]]]; diff --git a/addons/zeus/stringtable.xml b/addons/zeus/stringtable.xml index 0f07110..ca22616 100644 --- a/addons/zeus/stringtable.xml +++ b/addons/zeus/stringtable.xml @@ -1,6 +1,12 @@ + + + Metis + Metis + + Metis Zeus