- Joined
- Jul 18, 2018
- Messages
- 27
- Reaction score
- 2
- First Language
- English
- Primarily Uses
- RMVXA
Apologies in advance for anything stupid, this is my first post on the forums.
So, I have this great script made by a Japanese Creator that adds more options to choices, specifically:
- More than four choices
- Menu positioning
- Display info for choices etc...
But most importantly, it is able to set the default choice option. This is important for a game idea I have.
Unfortunatly, when I run the game with the script, I get the error:
"Script 'Choice_EX' Line 324: NoMethodError occurred
undefined method 'empty?' for nil:NilClass"
which is
"update_help if active && !$game_message.choice_help.empty?" for me.
Could someone please tell me a fix for this to get it working (it works fine on the game I discovered it on) and what I can do to get it to work please? I suspect that it might be a conflicting script that I have on the game I want it on, but I have no idea what one, and I have no idea what I need to do to have both working at the same time.
Any help is appreciated.
You can find the Script (and description of what it does) here: http://woodpenguin.web.fc2.com/rgss3/choice_ex.html (I used Google Translate to understand the details)
And before you ask yes, I didn't translate the script itself before using it ><;
So, I have this great script made by a Japanese Creator that adds more options to choices, specifically:
- More than four choices
- Menu positioning
- Display info for choices etc...
But most importantly, it is able to set the default choice option. This is important for a game idea I have.
Unfortunatly, when I run the game with the script, I get the error:
"Script 'Choice_EX' Line 324: NoMethodError occurred
undefined method 'empty?' for nil:NilClass"
which is
"update_help if active && !$game_message.choice_help.empty?" for me.
Could someone please tell me a fix for this to get it working (it works fine on the game I discovered it on) and what I can do to get it to work please? I suspect that it might be a conflicting script that I have on the game I want it on, but I have no idea what one, and I have no idea what I need to do to have both working at the same time.
Any help is appreciated.
You can find the Script (and description of what it does) here: http://woodpenguin.web.fc2.com/rgss3/choice_ex.html (I used Google Translate to understand the details)
And before you ask yes, I didn't translate the script itself before using it ><;
Last edited:

