Jump to content
Sign in to follow this  
peppy

Radio and Action Menu Text Color?

Recommended Posts

I have found information related to the title text color, but nothing covering the menu action text color?

Clue plz

Share this post


Link to post
Share on other sites

Example:

_vehicle addAction [
"<t color = '#AAAAAA'>Weapon: <t color = '#00AA00'>Unload</t>",
"scripts\ammoSwap\unload.sqf",
[_magazineTypeVehicle, _magazineTypeInfantry, _magazineCapacity],
0,
false,
true,
"toggleWeapons",
"_this == gunner _target && _target ammo currentWeapon _target != 0"
];

Share this post


Link to post
Share on other sites

Since it´s part of the topic: has anyone ever tried to create colored radio triggers?

Share this post


Link to post
Share on other sites

I have not tired it yet, I am using it on menu options, but I think it will or should work on most text fields. however I am not completely sure.

PS: I thought I would add this link to help peeps find color codes. http://html-color-codes.info/

Edited by Peppy

Share this post


Link to post
Share on other sites

I tried it in a radio trigger but it just printed the whole color text.

Nice find with the color chart.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×