- Joined
- Jun 22, 2017
- Messages
- 124
- Reaction score
- 232
- First Language
- Norwegian
- Primarily Uses
- RMMV
Using http://sumrndm.site/hud-maker/ to make a battle ui.
I intend to replace the in-battle ability/skill pop up menu and item pop up menu with my own background.
Created the background easily with the tool but the background is there constantly, i think i need to add a condition that makes it appear only when i try to open the menu.
$gameParty.members()[1] = This is a typical condition to make something appear only if that actor is in the battle.
It might be a simple script call but i dont know much about scripting, halp
I intend to replace the in-battle ability/skill pop up menu and item pop up menu with my own background.
Created the background easily with the tool but the background is there constantly, i think i need to add a condition that makes it appear only when i try to open the menu.
$gameParty.members()[1] = This is a typical condition to make something appear only if that actor is in the battle.
It might be a simple script call but i dont know much about scripting, halp

