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:


For a conditional I've tried
Code:
which does nothing andBattleManager.actor.id == 1Code:
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.BattleManager.actor().currentClass().id == 1

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?