- Joined
- Jun 23, 2015
- Messages
- 169
- Reaction score
- 354
- First Language
- English
- Primarily Uses
- RMMV
I'm having the common issue of not being able to select a character when choosing a character sensitive menu option.
I'm using Vlue's Skill Tree Script
This is how I've added the Menu Option to the array:
:skilltree => ["Skill Tree", "Open Skill Tree Menu.", 495, true, true, Scene_SkillTree],I read over all the other similar problems but the only fix found didn't even compute with my scenario:
- the ".capitalize" issue
and the other suggestion didn't even compute with my brain:
- the value? that will cause it to not look for "personal" anymore. smh...s = scratching
Please...if you're still out there and available...Help Me!
Thanks for an Awesome Script!
I'm using Vlue's Skill Tree Script
This is how I've added the Menu Option to the array:
:skilltree => ["Skill Tree", "Open Skill Tree Menu.", 495, true, true, Scene_SkillTree],I read over all the other similar problems but the only fix found didn't even compute with my scenario:
- the ".capitalize" issue
and the other suggestion didn't even compute with my brain:
- the value? that will cause it to not look for "personal" anymore. smh...s = scratching
Please...if you're still out there and available...Help Me!
Thanks for an Awesome Script!
Last edited by a moderator: