Is it possible to display the contents of a certain cvar on the hud?
Im trying to make a small menu that will be populated with text stored on cvars, the content will change constantly.
itemDef
{
name "littlebox"
rect 8 250 800 100
visible 1
showCvar { 1 }
decoration
forecolor 1 0 0 1
textscale 0.5
autowrapped
text cvarname???
}
Any help is appreciated. Thanks