Search found 23 matches

by Newnewbie
Sun Dec 08, 2019 8:51 am
Forum: Ren'Py Questions and Announcements
Topic: Second question to confirm the first answer
Replies: 6
Views: 687

Re: Second question to confirm the first answer

Thank you for the great variant too ^^
by Newnewbie
Sun Dec 08, 2019 8:42 am
Forum: Ren'Py Questions and Announcements
Topic: Second question to confirm the first answer
Replies: 6
Views: 687

Re: Second question to confirm the first answer

Works great... thank you SO MUCH!
by Newnewbie
Sun Dec 08, 2019 8:40 am
Forum: Ren'Py Questions and Announcements
Topic: Display text with specific position and style
Replies: 11
Views: 981

Re: Display text with specific position and style

I have tried this : define e = Character('Eileen', color="#c8ffc8") # Le jeu commence ici label start: screen text_example(): frame: xalign 0.5 ypos 50 text "Text tags {color=#c8ffc8}work{/color} in screens.": size 30 e "This is a test" return Its comes from directly fr...
by Newnewbie
Sun Dec 08, 2019 7:19 am
Forum: Ren'Py Questions and Announcements
Topic: Second question to confirm the first answer
Replies: 6
Views: 687

Re: Second question to confirm the first answer

Hello again! Here's my current code: label start: menu: e "What do you want to do?" "Stay": jump choice1_yes "Leave": jump choice1_no label choice1_yes: $ menu_flag = True menu: e "Are you sure?" "Yes": jump choice2_yes "No": jump choice2_n...
by Newnewbie
Sun Dec 08, 2019 6:33 am
Forum: Ren'Py Questions and Announcements
Topic: Second question to confirm the first answer
Replies: 6
Views: 687

Second question to confirm the first answer

Hi guys! I have got a question, cannot find an answer anywhere... I would like to question the player, and ask him he is sure of its answer with a second question. And if the player answer "no" to the second question, then go back to the first question again . The issue is that I don't kno...
by Newnewbie
Sun Dec 08, 2019 6:04 am
Forum: Ren'Py Questions and Announcements
Topic: Display text with specific position and style
Replies: 11
Views: 981

Re: Display text with specific position and style

Hello Deltadidirac, Thank you so much for your answer. But my issue is elsewhere. I'm so sorry for my bad explaining... I have no problem for positionning and stylising my characters names in the dialogues. My issue is when I would want to display the name elsewhere like i did in this picture : http...
by Newnewbie
Sun Dec 08, 2019 4:30 am
Forum: Ren'Py Questions and Announcements
Topic: Display text with specific position and style
Replies: 11
Views: 981

Display text with specific position and style

Hi guys! I'm searched for hours for an answer and didn't find it. You have to know that I am very newbie with Ren py and also, english is not my native language. I'm sorry if I'm not very understandable x) I would display the name of the player with a specific position and specific style (the name h...