Icedmetal57
Member
I've been having this problem since...for a long time. Basically when I show choices with the UMS script made by ccoa, it'll show all the choices properly but when I try to select a choice, it'll move in increments of 2 so basically, I press down from the beginning and it skips the second choice and goes straight to the third choice. I press down again, it goes back to 1. I hold down the down key and it will eventually get to the 4th choice, then I can get to the second choice by pressing down again. I'm unsure of why it does this, but I know that when I place this script in another project, it works fine, and this is the only script that has a problem with command skipping with Window_Selectable. I then decided to just comment out any changes that were made to Window_Selectable in the SDK and MACL scripts I had, yet no change. Why it only does this in this project, I have no clue.
Any one have any ideas as to why I'd be having these problems?
EDIT: Wow, that was dumb. I found the problem. The Window_Message class was a child of Window_Base and for some reason it didn't like that in this project, I changed it to Window_Selectable and now it works. I have no clue as to why it was working fine the original way in other projects and not this one, but whatever, it's fixed now. This topic can be closed.
Any one have any ideas as to why I'd be having these problems?
EDIT: Wow, that was dumb. I found the problem. The Window_Message class was a child of Window_Base and for some reason it didn't like that in this project, I changed it to Window_Selectable and now it works. I have no clue as to why it was working fine the original way in other projects and not this one, but whatever, it's fixed now. This topic can be closed.