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 ); } }