- Joined
- Jun 25, 2013
- Messages
- 268
- Reaction score
- 72
- First Language
- English
- Primarily Uses
- RMMV
Basically, what I'm seeking is a method of calling the normal status screen from within battle (the exact same one as if you open the main menu out of battle and choose "status". Ideally, I'd like to have it below "Item" for each character on the battle menu (with an example battle menu being "Attack, Skill, Tony Hawk's Skateboarding Tricks, Support, Item, Status").
As for the custom script to go with it, I would like to have all currently active States displayed (by icon) within the status screen, and be able to either mouse over them, or move the cursor over them, and when it does, draw a window displaying info about the highlighted state. To do so, I'd like to be able to use note tags placed within the state info, for example, something like:
<description>"Bleed/
Suffering bleed (normal) damage each turn/
Lasts 6 turns (2 remaining)"
</description>
Using the "/" as a line break, and with the ability to track remaining duration.
As for placement of the icons to be able to mouse over, anywhere that is easy or convenient, could even replace the "states" part of the status screen where it shows your state resistances, and instead have it show active states.
As for the custom script to go with it, I would like to have all currently active States displayed (by icon) within the status screen, and be able to either mouse over them, or move the cursor over them, and when it does, draw a window displaying info about the highlighted state. To do so, I'd like to be able to use note tags placed within the state info, for example, something like:
<description>"Bleed/
Suffering bleed (normal) damage each turn/
Lasts 6 turns (2 remaining)"
</description>
Using the "/" as a line break, and with the ability to track remaining duration.
As for placement of the icons to be able to mouse over, anywhere that is easy or convenient, could even replace the "states" part of the status screen where it shows your state resistances, and instead have it show active states.
