- Joined
- Oct 23, 2017
- Messages
- 6
- Reaction score
- 0
- First Language
- English
- Primarily Uses
- RMMV
So I've started making a plugin-in for MV called the MathClashSystem. What I want it to do is this:
When a player selects the Magic tab in the battle menu (Titled Mathamancy instead of Magic) instead of displaying spells it displays a randomly selected question from a predetermined list based on the location the battle is taking place. The player than selects an answer from the list of choices below the proposed question. If the answer is right the attack hits, if it is wrong then the attack misses, there is no other accuracy check involved.
So what I need to know is what functions in the objects.js folder correlate too Magic, the maps, and accuracy checks
When a player selects the Magic tab in the battle menu (Titled Mathamancy instead of Magic) instead of displaying spells it displays a randomly selected question from a predetermined list based on the location the battle is taking place. The player than selects an answer from the list of choices below the proposed question. If the answer is right the attack hits, if it is wrong then the attack misses, there is no other accuracy check involved.
So what I need to know is what functions in the objects.js folder correlate too Magic, the maps, and accuracy checks


