Search found 6 matches

by jaas
Sat Feb 15, 2020 7:48 am
Forum: Ren'Py Questions and Announcements
Topic: Question - How read all character declared for make a drop-down menu on automatic script [SOLVED]
Replies: 10
Views: 998

Re: Question - How read all character declared for make a drop-down menu on automatic script

Thank you very much Remix, I've followed your advice to the letter and it worked out for me. I'm going to follow your constituency. Again thank you very much iteritems is BAD It is Python < 3 only (even though 2.7 etc supports .items() ) and it is a method, not an attribute and it is a method of dic...
by jaas
Fri Feb 14, 2020 9:14 pm
Forum: Ren'Py Questions and Announcements
Topic: Question - How read all character declared for make a drop-down menu on automatic script [SOLVED]
Replies: 10
Views: 998

Re: Question - How read all character declared for make a drop-down menu on automatic script

Thank you very much, especially by REMIX , your solution is perfect, Now and excuse my insistence, How do I read that in the form of a "FOR" cycle? (I just need to know how I read the text string it generates) My example: init python: def Character(*args, **kwargs): char = renpy.character....
by jaas
Tue Feb 11, 2020 11:14 am
Forum: Ren'Py Questions and Announcements
Topic: Question - How read all character declared for make a drop-down menu on automatic script [SOLVED]
Replies: 10
Views: 998

Re: Question - How read all character declared for make a drop-down menu on automatic script

Thank you very much to Everyone, for answering and helping me with this issue, In My country (venezuela) there are power failures and for this reason it fails in internet access. I'm going to try the ideas raised here and I'll be notifying you. As I said, forgive my English, I use the translator Spa...
by jaas
Fri Feb 07, 2020 6:47 pm
Forum: Ren'Py Questions and Announcements
Topic: Question - How read all character declared for make a drop-down menu on automatic script [SOLVED]
Replies: 10
Views: 998

Re: Question - How read all character declared for make a drop-down menu on automatic script

The idea also, part of the principle, of creating modular and reusable code, that is, that it can be used or adapted to other games easily.

Again thank you for the time spent
by jaas
Fri Feb 07, 2020 6:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Question - How read all character declared for make a drop-down menu on automatic script [SOLVED]
Replies: 10
Views: 998

Re: Question - How read all character declared for make a drop-down menu on automatic script

Thank you for responding so quickly, I will try to explain myself as best I can for using the translator. I will increase the definition of characters over time : define Adele = character("Adele", image"adele") define Andrea = character("Andrea", image-"andrea"...
by jaas
Fri Feb 07, 2020 10:25 am
Forum: Ren'Py Questions and Announcements
Topic: Question - How read all character declared for make a drop-down menu on automatic script [SOLVED]
Replies: 10
Views: 998

Question - How read all character declared for make a drop-down menu on automatic script [SOLVED]

Good morning Thank you for accepting me into the community. I'm learning renpy, to help my children (10 and 13 years old) who are learning renpy. I come to you with the question, "Ho I can do a reading of the list of variables declared as characters " , this with the purpose of saving them...