Well, it wouldn't be hard to make the command window invisible. However, to make it so that it selects your pictures as the options you would need to write a selection class. That's not impossible, but I don't know what level you are at and so I am not sure how hard it would be. Essentially though, it would be very similar to the Window_Command Class. However, you would need to use bitmaps to display the words, rather than strings, and you would probably need to redefine the update_cursor_rect for that class. If you don't want me to make the script, then that's fine. But it is really not particularly difficult. The other option is to change the font in Window_Command, but that will not light up the words as you go past them, but rather would just display a cursor over them.