Basically, I want people to be able to use a certain set of numbers, like 1234 and then you get a item or smth
This might help.
Something like a combination lock.
Nvm Pictures don’t work but yes like a combination lock
So this is broken too, no pictures.
But basically- does the code need to be in order or not? Like, would 1234 and 4321 both be acceptable?
If it needs to be in order, that’s a little more complicated. If they don’t, the buttons should check to see if they are in the code, and if so, update their respective property to true, and if not, to false, and if all the properties are true on the enter button check, then the door opens.
If they need to be in order, just check which button was pressed before by storing that in a property or variable or something and then using the get property block.
Preferably, no, but I don’t really care
Okay, then here’s an example button.
Button is one. On press, transmit on a channel in a trigger that uses the get property block to see if the value is equal to the preset code. If so, then update to true. If not, remain false/update false. Then on the check code button, look at all the properties and if they are all true, then open the door.
Should work. Might not be the most efficient, but it’s the first thing I thought of.
Thank you so much I’ll try it out and tell you
Okay, given that I gave literally no details and it’s untested, let me know what needs more work and I’ll try to help, but I have to go somewhere.