Hello everyone, currently i am trying to implement a puzzle in which you need to put symbols in a specific order for a chest to open. My issue is I cant figure out how to implement the widget to check if the image is right through and variable equal statement or such. Any help is appreciated.
This is what I have tried and similar alterations to it.
Additionally
I’ve been able to make my images change based on button pressed but currently it is only random instead of going down the list and looping after reaching the end (I assume it has something to do with "for each loop but I’m lacking when it comes to for each loop). I previously used select instead but it stopped once it got to the end. If anyone could give me any advice on this I also appreciate It.
Thank you to anyone who can offer any help. Double thanks if you are able to give a bit of a visual.