In Scene A, i set a varible by;
Code: Select all
DialogueLua.SetVariable("SomeVariable", true)
I want an object in Scene B to do something (on start probably) if "SomeVariable" is true.
I checked Quest State Listener and Condition Observer, but i don't think these are not suitable components.
Is there a component just for this task, or should i implement custom one (basically checks varible at start and does the job)
Thanks in advance