Search found 2 matches

by Chandrakanta
Sat Oct 20, 2018 3:22 am
Forum: Ren'Py Questions and Announcements
Topic: Can't call [variables] in a string given by renpy.random.choice() and can't show dialogue during menu
Replies: 3
Views: 1670

Re: Can't call [variables] in a string given by renpy.random.choice() and can't show dialogue during menu

try this Hello Per K Grok, those solutions are interesting and I will certainly remember them. This $ randomtalk = renpy.random.choice(["Are you " + name + " then?", "You're " + name + "?"]) e "[randomtalk]" part solves all of my problems here, I di...
by Chandrakanta
Sat Oct 20, 2018 12:30 am
Forum: Ren'Py Questions and Announcements
Topic: Can't call [variables] in a string given by renpy.random.choice() and can't show dialogue during menu
Replies: 3
Views: 1670

Can't call [variables] in a string given by renpy.random.choice() and can't show dialogue during menu

Hello, I'm completely new, first post. I'm trying to have a character say randomly chosen lines of dialogue while the player is naming themselves, but run into 2 issues. 1) I can't have a menu show dialogue and a choice if I have something else besides dialogue in the menu like this: label start: e ...