- Joined
- Jul 11, 2021
- Messages
- 31
- Reaction score
- 34
- First Language
- Español
- Primarily Uses
- RMMV
Hi there.
Thank you for the help you have given me in the forum. They really helped me a lot. That being said, I have another problem.
I am using the HUD-Maker plugin from SRD. It's pretty good, actually. But the problem it has is that it doesn't let you modify the "x" or "y" of the HUD elements with numbers.
This causes me to have the following problem. I have a knife indicator in this interface for the character who is not wearing glasses. The problem is that when it moves to the second position, the indicator will continue in the same position (because I can't change it) and that's what I want to solve.

Using a variable to put it in the "X position" and make the number of the variable change according to the position.
As far as I went, I found that the data of the "X" position of the element is stored in "BattleHUD.json" in this line:
Where it says "x:26" I tried putting x:"${$gameVariables.value(66)}". It did not throw me an error but the knife did not appear with any number. (I really tried to try...)
I hope you can help me and thanks for reading.
Thank you for the help you have given me in the forum. They really helped me a lot. That being said, I have another problem.
I am using the HUD-Maker plugin from SRD. It's pretty good, actually. But the problem it has is that it doesn't let you modify the "x" or "y" of the HUD elements with numbers.
This causes me to have the following problem. I have a knife indicator in this interface for the character who is not wearing glasses. The problem is that when it moves to the second position, the indicator will continue in the same position (because I can't change it) and that's what I want to solve.

Using a variable to put it in the "X position" and make the number of the variable change according to the position.
As far as I went, I found that the data of the "X" position of the element is stored in "BattleHUD.json" in this line:
"Image":"Knife","Scale X":"1","Scale Y":"1","Opacity":"255","Hue":"0","Blend":"0", "animateInfo":{"x":{"spd":0,"loop":false,"min":0,"max":0},"y":{"spd":0,"loop": false,"min":0,"max":0},"s":{"spd":0,"loop":false,"min":1,"max":1},"r":{ "spd":0,"loop":false,"min":0,"max":0}},"id":14,"x":26,"y":396}
Where it says "x:26" I tried putting x:"${$gameVariables.value(66)}". It did not throw me an error but the knife did not appear with any number. (I really tried to try...)
I hope you can help me and thanks for reading.