- Joined
- May 14, 2012
- Messages
- 9
- Reaction score
- 7
- First Language
- German
- Primarily Uses
Hi there,
I'd like to set a static position for the Enemy HP Bars in Yanfly's Plugin.
I've figured out where to change that, but I don't know the syntax for the index. I've tried the following but that doesn't work.
this.x = 750;
this.y = 0 + (battler.index * 20);
It would be great if someone could help. Thanks in advance!
I'd like to set a static position for the Enemy HP Bars in Yanfly's Plugin.
I've figured out where to change that, but I don't know the syntax for the index. I've tried the following but that doesn't work.
this.x = 750;
this.y = 0 + (battler.index * 20);
It would be great if someone could help. Thanks in advance!
