SUTORUMIE'S PROFILE

I like to draw and mess around in rpg maker. I also play video games approximately more often than I breathe

Search

[SCRIPTING] [RMVX ACE] Need help with choice windows

1.) I need this script to function with this script as a replacement for the choicelist cursor, and I'm not really sure where to even begin with that

1a.) This script has a problem with showing up immediately as soon as I open the game, and then vanishing remaining. Is there a fix for this?

2.) I need said replacement cursor to sit below Image 100 but above Image 98 -- I've tried everything I can think of, such as setting the ChoiceList self.z to 99, (in Window_ChoiceList, ATS: Choice Options, AND in the replacement cursor) and I've found that setting it below 50 causes it to vanish. I've also tried setting Image 100 to a different z axis, such as 200, 500, 99999999, etc and nothing changes at all

3.) I need the ChoiceList text to change color when hovered over. I found this, and figured out that removing the "Update Cursor" part prevents it from overwriting anything, but I can't figure out how to change it to work with Victor's SFonts. For reference, the color I need it to change to is the third SFont.

Here's some images:

^Don't worry about the blinking issue, but I do need those other two things

^What I need it to look like
Pages: 1