- Joined
- Sep 19, 2018
- Messages
- 1
- Reaction score
- 0
- First Language
- English
- Primarily Uses
- RMMV
Just a quick query: does RPG Maker MV allow for Name Input Processing during Battle Sequences? I've tried numerous times to call it, but it just skips the Event Sequencing in the troop menu and goes to "Show Texts" I've labeled for the correct answer.
I'm trying to implement a combat system where a player is supposed to type a word correctly to deal damage...but I can't even call Name Input Processing to do that! Any suggestions?
I'm trying to implement a combat system where a player is supposed to type a word correctly to deal damage...but I can't even call Name Input Processing to do that! Any suggestions?
Hey, I was wondering if the same thing is possible for a password input? I tried setting up the same comment event system you suggested, but whenever I call "Name Input Processing", it just skips it entirely. Can you not call Name Input Processing in combat?As far as the answering goes, something like the picture below would be your best bet, I think. Make a skill called "Solve" that calls this common event when used. "input" and "solution" are both variables. It'll enable the player to input a number, setting the value of "input". If the number matches the solution (determined by the question asked), the enemy takes the damage. If it doesn't, the player takes the correct answer worth of damage, showing them their mistake. Or you could do it equal to their input value, or just force the goblin to attack. Many options.
View attachment 36063
Last edited by a moderator:


