Problems with conditionals in SumRndmDde's HUD Maker

● ARCHIVED · READ-ONLY
Started by Papillon 1 posts View original ↗
  1. Hi there. I'm having some difficulty with SumRndmDde's HUD Maker.
    What I'm trying to do is create an image which appears whenever you're selecting the actions for an actor and stays invisible during battle or whenever you're selecting actions for another actor.
    Spoiler
    What I want to happen:
    gMkDZTH.jpg

    For a conditional I've tried
    Code:
    BattleManager.actor.id == 1
    which does nothing and
    Code:
    BattleManager.actor().currentClass().id == 1
    which temporarily works, but if I back out to the Fight/Escape menu or move from selecting attacks to the battle phase of a turn I receive this error.
    Yvic908.png
    LuBGykB.png

    The image then disappears from the screen and will not return unless I add the conditional again during the attack selection menu.

    Is there any way to achieve this?