I'm making my first proper mission in the editor and I'm trying to change the text and color of the default action for the virtual arsenal. I created a small ammo box and added this in the init field:
0 = ["AmmoboxInit",[this,true]] spawn BIS_fnc_arsenal;
The default action that comes with this is plain text that says "Arsenal". I want to change this to a different color and have it say "Open Arsenal".