Add descriptions.

master
Icedream 2018-03-30 00:49:13 +02:00
parent 50caabc4cd
commit e8e4c3e40a
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 4 additions and 0 deletions

View File

@ -59,11 +59,13 @@
{ \ { \
play mouse_over; \ play mouse_over; \
setItemColor self backcolor 0 0 0 1; \ setItemColor self backcolor 0 0 0 1; \
setLocalVarString "ui_hint_text" ( "Turns you into this model." ); \
setLocalVarBool ui_menuAButton 1; \ setLocalVarBool ui_menuAButton 1; \
} \ } \
leaveFocus \ leaveFocus \
{ \ { \
setItemColor self backcolor 0 0 0 0; \ setItemColor self backcolor 0 0 0 0; \
setLocalVarString "ui_hint_text" ( "@NULL_EMPTY" ); \
setLocalVarBool ui_menuAButton 0; \ setLocalVarBool ui_menuAButton 0; \
} \ } \
action \ action \
@ -229,11 +231,13 @@
setItemColor "mw2_button" backcolor 0 0 0 0; setItemColor "mw2_button" backcolor 0 0 0 0;
} }
setItemColor self backcolor 0 0 0 1; 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 ); setLocalVarBool "ui_menuAButton" ( 1 );
} }
leaveFocus leaveFocus
{ {
setItemColor self backcolor 0 0 0 "0.0"; setItemColor self backcolor 0 0 0 "0.0";
setLocalVarString "ui_hint_text" ( "@NULL_EMPTY" );
setLocalVarBool "ui_menuAButton" ( 0 ); setLocalVarBool "ui_menuAButton" ( 0 );
} }
} }