From e8e4c3e40a4b3d073c7c5504b9d61fe69bf2f06f Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Fri, 30 Mar 2018 00:49:13 +0200 Subject: [PATCH] Add descriptions. --- ui_mp/scriptmenus/hns_models.menu | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui_mp/scriptmenus/hns_models.menu b/ui_mp/scriptmenus/hns_models.menu index 379bc98..c980aa1 100644 --- a/ui_mp/scriptmenus/hns_models.menu +++ b/ui_mp/scriptmenus/hns_models.menu @@ -59,11 +59,13 @@ { \ play mouse_over; \ setItemColor self backcolor 0 0 0 1; \ + setLocalVarString "ui_hint_text" ( "Turns you into this model." ); \ setLocalVarBool ui_menuAButton 1; \ } \ leaveFocus \ { \ setItemColor self backcolor 0 0 0 0; \ + setLocalVarString "ui_hint_text" ( "@NULL_EMPTY" ); \ setLocalVarBool ui_menuAButton 0; \ } \ action \ @@ -229,11 +231,13 @@ setItemColor "mw2_button" backcolor 0 0 0 0; } setItemColor self backcolor 0 0 0 1; + setLocalVarString "ui_hint_text" ( "Turns you into a randomly chosen model from this list." ); setLocalVarBool "ui_menuAButton" ( 1 ); } leaveFocus { setItemColor self backcolor 0 0 0 "0.0"; + setLocalVarString "ui_hint_text" ( "@NULL_EMPTY" ); setLocalVarBool "ui_menuAButton" ( 0 ); } }