I just want to know how to get objects from different scenes (overlay), for that I just need to know how to get a specific scene (maybe by it’s name, maybe by getting an scene list) that is not the current. I need that to access objects easily so I don’t need 2 scripts.
You didn’t understand my question.
For now, i’m using “if g.getCurrentScene().getName() == x: do something…” for using just one script. But it’s still alot more lines of code.