Simon_ASA...
First thing: to show or hide a scene object (like a picture), we can link it with a condition. If the condition is true, the object is visible. If the condition is false, the object is hidden (this is the current system).
Now would it be possible to have the same thing with variables? Attach a scene object with a variable and a specific value. For example if variable = 5, object is visible, else it's hidden.
I know we can do it by scripting actions, but it takes longer and requires to go through variables+conditions, instead of just variables. Do you see what I mean?
I second this one, but different system. Have an action list that allows you to add multiple instances of if query based actions to it, which have to be met to enable / show the linked object. I think the ability to declare
and &
or would also be a nice addition.