Search found 3 matches

by Oceane_Kudo
Fri Dec 01, 2023 7:04 pm
Forum: Other Visual Novel Engines
Topic: Images in gallery
Replies: 0
Views: 36255

Images in gallery

Hey everyone! I'm working on a gallery. I want it to be the same kind as the "Save" and "Load" screen. Here's what I made so far: init python: images_list = ["Ezekiel_2000s_anime_still_visual_novel_background_background_as_4a9ce919-08ea-4f21-b735-888b764b29ed.png","...
by Oceane_Kudo
Mon Sep 19, 2022 4:56 pm
Forum: Other Visual Novel Engines
Topic: [SOLVED] Images in gallery that don't lock
Replies: 1
Views: 3393

Re: [SOLVED] Images in gallery that don't lock

I figured out on my own. What you have to do is that at some point you have to run your script with « $ persistent.boss_unlocked = False » so it will lock your image again. Then you can erase «$ persistent.boss_unlocked = False» to definitely lock it (it won't unlock you image again). Then you can p...
by Oceane_Kudo
Thu Sep 15, 2022 2:04 pm
Forum: Other Visual Novel Engines
Topic: [SOLVED] Images in gallery that don't lock
Replies: 1
Views: 3393

[SOLVED] Images in gallery that don't lock

Hello there! I have a problem and I can't figure out how to fix it... I created a gallery where images are locked in the first place and then unlocked after you discover them. I figured out how to do it with gallery.condition however for a reason, my images don't want to lock at all. Here is the cod...