Help Making "Spelling" based Combat
BMM_Archive · July 15, 2026
Original Source
- Original title: Help Making "Spelling" based Combat
- Original author: AmericanWonton
- Original date: September 18, 2018
- Source thread: https://forums.rpgmakerweb.com/threads/help-making-spelling-based-combat.100227/
- Source forum path: Game Development Engines > Legacy Engine Support > RPG Maker MV Support
Summary
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? Ugouka said: As far as the answering goes, something like the picture below...
Archived First Post
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
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...