So I'm just starting out and I'm hitting a problem that I don't know how to fix. I started a chain where the player can click an object, and then they'll move to another room where the same object is visible from another angle in order to say something about it. When you look at the object in the first room, it sets a condition, and there's an action area in the second room that has an if statement that plays if the condition is true, then immediately turns the condition off.
My problem, when I try to do this, the first line of text displayed is always background text, and I can't figure out how to make it block like normal. Help would be appreciated.