- Joined
- Jun 29, 2014
- Messages
- 62
- Reaction score
- 10
- First Language
- English
- Primarily Uses
- N/A
I am using SumrndmDde to make a custom battle HUD in MV. Frontview.
I want to display a picture, (e.g a lightning bolt) over my actors face when the actor is attacked.
In the "condition" field of Hud Maker, I need to put something like
So that the picture will only display, if the actor ID being targeted is "1"
But it doesn't work. I'm not very familiar with JS or BattleManager so I'm not sure if I am even close.
Whats the best way of populating the "condition" on sumrndmDde Hud Maker so that my picture only shows whilst the actor is being attacked ?
Please help?

I want to display a picture, (e.g a lightning bolt) over my actors face when the actor is attacked.
In the "condition" field of Hud Maker, I need to put something like
Code:
BattleManager._targets._actorID==1
So that the picture will only display, if the actor ID being targeted is "1"
But it doesn't work. I'm not very familiar with JS or BattleManager so I'm not sure if I am even close.
Whats the best way of populating the "condition" on sumrndmDde Hud Maker so that my picture only shows whilst the actor is being attacked ?
Please help?
