Menu Colors Request

Topknot001

New Member
Was wondering if there is a certain syntax that is needed to "color" the menu items when creating custom player action scroll features.

Example:
Code:
SpecialMenu =
[
    ["",true],
        ["Menu 1", [2], "", -5, [["expression", format[_EXECscript1,"menu1.sqf"]]], "1", "1"],
        ["Menu 2", [3], "", -5, [["expression", format[_EXECscript1,"menu2.sqf"]]], "1", "1"],
        ["Menu 3", [4], "", -5, [["expression", format[_EXECscript1,"menu3.sqf"]]], "1", "1"],
        ["Menu 4", [5], "", -5, [["expression", format[_EXECscript1,"menu4.sqf"]]], "1", "1"],
        ["", [-1], "", -5, [["expression", ""]], "1", "0"],
            ["Exit", [13], "", -3, [["expression", ""]], "1", "1"]
];

Would like to have the items "Menu 1", "Menu 2", "Menu 3", and "Menu 4" in a custom color of choice verse the default Green that follows when in the actual menu items, i.e. Admin tools, or Fred's Wardrobe..etc..

Been testing many methods but such a pain in the rear trying a new code, uploading to server, logging in and watching as the menu breaks or fails to show desired colors. Still reading Arma's data sheets for a clue but not finding the right syntax.

Thanks ;)
 
If there is a way, it'd be with a hex code. I am not sure if there are any slots for those in the menu configurations, unfortunately.
 
Back
Top