ATL choice statement at v7.3.5.606 seems to be broken

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
agl
Regular
Posts: 54
Joined: Tue Jul 19, 2016 5:09 am
Contact:

ATL choice statement at v7.3.5.606 seems to be broken

#1 Post by agl »

Hello! I have some problems after update to 7.3.5.606. Everything works just fine before.
This image must show random numbers of student each time. And it worked in just fine in the previous versions, making a choice once at a show. But for now it blinks with those sudents, as if try to choice it not for one time, but continuously. Looks like choices at ATL are broken now. The problem is that the RenPy is trying to endlessly choose here, as if there is a repeat in the end.
Please correct me if I am wrong and my code is bad. But everything worked fine at 7.3.2.320.

Code: Select all

     image cor_students:
        contains:
            choice:
                block:
                    contains:
                        "locations/corridors/s1.png" 
                    contains:
                        "locations/corridors/s2.png" 
                    contains:
                        "locations/corridors/s3.png" 
                    contains:
                        "locations/corridors/s4.png" 
            choice:
                block:
                    contains:
                        "locations/corridors/s1.png" 
                    contains:
                        "locations/corridors/s3.png" 
                    contains:
                        "locations/corridors/s4.png" 
            choice:
                block:
                    contains:
                        "locations/corridors/s2.png" 
                    contains:
                        "locations/corridors/s3.png" 
                    contains:
                        "locations/corridors/s1.png"
Last edited by agl on Fri Nov 22, 2019 12:27 am, edited 5 times in total.

User avatar
isobellesophia
Miko-Class Veteran
Posts: 979
Joined: Mon Jan 07, 2019 2:55 am
Completed: None
Projects: Maddox and Friends! (AI Teacher friend), Friendly Universities! (Soon)
Organization: Friendly Teachers series
Deviantart: SophBelle
itch: Child Creation
Location: Philippines, Mindanao
Contact:

Re: ATL choice at v7.3.5.606 seems to be broken

#2 Post by isobellesophia »

I dont remember ATL's had the word "contains", maybe that is the problem? Check the documentation correctly.
I am a friendly user, please respect and have a good day.


Image

Image


agl
Regular
Posts: 54
Joined: Tue Jul 19, 2016 5:09 am
Contact:

Re: ATL choice at v7.3.5.606 seems to be broken

#3 Post by agl »

isobellesophia wrote: Thu Nov 21, 2019 9:38 am I dont remember ATL's had the word "contains", maybe that is the problem? Check the documentation correctly.
https://www.renpy.org/doc/html/atl.html ... -statement
Last edited by agl on Sun Nov 24, 2019 1:26 am, edited 1 time in total.

agl
Regular
Posts: 54
Joined: Tue Jul 19, 2016 5:09 am
Contact:

Re: ATL choice statement at v7.3.5.606 seems to be broken

#4 Post by agl »

up, the problem is still relevant.
everything works fine at 7.3.2.320

Andy_kl
Newbie
Posts: 18
Joined: Sun Apr 09, 2017 12:00 pm
Contact:

Re: ATL choice statement at v7.3.5.606 seems to be broken

#5 Post by Andy_kl »

Hey. I tried to repeat that bug with the different colored squares instead of images. I compared the behavior in 7.3.5.606, 7.3.2.320 and 7.2.0.424. Everything looks the same in these versions.
Can you give an archive with a minimal code and images where this bug appears and describe the "expected behavior" - "current behavior"?

Post Reply

Who is online

Users browsing this forum: Bing [Bot], Google [Bot]