It’s hard to explain my problem but I will try. So basically I am using Yarn for dialogue and I use a Yarn variable to change game scenes to a scene that has clickable objects. Now, if I preview my game from the scene with clickable objects, it runs perfectly, so I know that code is not the issue. However, when I play from any scenes before and go through the dialogue to get to that scene, when the scene changes over the clickable objects (and inventory which is linked to it) breaks. I tried using timers to delay and stop and start the dialogue branches, thinking that was the issue, but it made the breakage worse. How do I fix this?
The scene before the clickable objects. The thing in question here is the Scene Rollover catagory.
The same scene, but this is the dialogue set up.
The scene with the clickable objects, and this is the dialogue set up.
I didn’t know what would be needed in terms of screenshots, so ask if you need a particular piece of code sending over.