I have another question and I'm wondering if it's possible to do. Here's a screenshot of how the menu system looks currently:
Now I like the look of how each menu choice is in it's own box, but it throws off my mouse script so that the actual selection doesn't match up with the mouse position. I think the mouse script expects all the menu choices to be right next to each other in one box, if that makes sense. So what I'm wondering is, is it possible to change the menu script so that each menu choice in one box instead of it's own little box? Or would that be a pain to do?
It's not the end of the world if it can't be done but I also wanted to add a menu option for that achievement script somebody made, and there's no room with the current way the menu is spaced out. So also if someone could help me add that menu option or tell me on what line in the script, approx., that it should be added, I'd appreciate it too.
I've attached to menu script I'm using. The script for adding the achievements is:
$scene = Scene_Achievements.new
Thanks so much.