{ menuDef { name "main" fullscreen 1 rect 0 0 640 480 0 0 disablecolor 0.2 0.3 0.4 0.5 forecolor 0.8 0.7 0.6 0.5 visible when(dvarbool("ui_show_main")); onOpen { play menu_open; setLocalVarInt ui_highlight 5; } itemDef { name "empty_text" text "" rect 10 20 180 24 1 2 type 1 visible 1 forecolor 0.9 0.9 1 0.07 dvar "ui_fallback_text" action { setItemColor empty_text borderColor 0.1 0.1 0.12 0.5; } exp material localvarstring("ui_material"); } } }