- Joined
- Mar 27, 2013
- Messages
- 23
- Reaction score
- 4
- First Language
- Swedish
- Primarily Uses
Hello,
I recently upgraded to MV and started a new project.
Is there any way you can hide both mana and tp bars for specific heroes that doesn't use them?
I have tried to insert
if actor.clasId != 21
at the end of
this.drawActorMp(actor, x2, y + lineHeight * 2, width2); (1373)
and:
this.drawActorTp(actor, x2, y + lineHeight * 3, width2); (1375)
and the only thing that happens is that the script stops working.
Some help would really be appreciated.
I recently upgraded to MV and started a new project.
Is there any way you can hide both mana and tp bars for specific heroes that doesn't use them?
I have tried to insert
if actor.clasId != 21
at the end of
this.drawActorMp(actor, x2, y + lineHeight * 2, width2); (1373)
and:
this.drawActorTp(actor, x2, y + lineHeight * 3, width2); (1375)
and the only thing that happens is that the script stops working.
Some help would really be appreciated.

