I want to lock the whole gallery and only allow people with a code (a word or numbers) to unlock it and gain access to the images.
Viewing post in Image Gallery Template V2 comments
That's a good game idea!
- You'll need an input window: Input Video
- You'll check for the code. Let's say you keep your variable as povname where 12345 is the passcode.
if povname == "12345": $ persistent.blue_unlocked = True
3. You need lines 7-9 of this video: Blue_button
If you have any other questions, you may contact me on Discord: _zeil