Ist Level I have Four Gemstone Prefabs to pickup with a Quest using an Event Interaction attached to each of the four Gems, and also have a VARIABLE CONDITION on each Event Interaction..e.g.
VARIABLE: Gem_Quest (string) is Valid (ticked) String Value = “search”.
At the Start of the Scene the Gems are Invisible. When the Quest Giver asks if the Player will
Take the Quest, and the answer is yes, then the Variable Gem_Quest is altered to “search” and the Gems are now Visible.
However this scenario will not work on my second level, I have three Prefabs for CRAFTING
Each Item is placed in the scene using the same process as in the first level, with a different Variable of course, but although these Crafting Prefabs are Invisible at the start of the scene, changing the Variable does not make them Visible, as it does in the first scene.
I have made sure that all the settings are exactly the same as in Scene 1, and I cannot understand why it will not work !!.
Any help would be most appreciated.