Search found 6 matches

by idka
Sat Aug 25, 2018 7:48 pm
Forum: Ren'Py Questions and Announcements
Topic: Make text in choice menu button align left/horizontally fill?
Replies: 7
Views: 2187

Re: Make text in choice menu button align left/horizontally fill?

Gui.rpy -> choice buttons section -> replace 0.5 with 0.0

Code: Select all

define gui.choice_button_text_xalign = 0.0
by idka
Thu Aug 23, 2018 5:57 pm
Forum: Ren'Py Questions and Announcements
Topic: Adding {nw} text tag to a character's dialogue? [SOLVED]
Replies: 3
Views: 1112

Adding {nw} text tag to a character's dialogue? [SOLVED]

Hello! I was wondering if it was possible to add the {nw} text tag while defining a character so that all of their dialogue is no wait. I know that there's the what_ prefix that can be added while defining a character, but I haven't been able to figure out what the full prefix would be (if there eve...
by idka
Tue Aug 21, 2018 12:17 am
Forum: Ren'Py Questions and Announcements
Topic: Displaying ADV menu over NVL screen [SOLVED?]
Replies: 0
Views: 609

Displaying ADV menu over NVL screen [SOLVED?]

When I add an adv menu, the nvl screen disappears and the only thing left is the scene bg and the choice buttons. Is there a way to display an adv menu over an nvl screen? Sorry if this is an easily-answerable question; I've been googling for a while and I can't find anything. Thanks for any help! e...
by idka
Fri Aug 17, 2018 3:31 pm
Forum: Ren'Py Questions and Announcements
Topic: NVL entry background (changing background with variable) ? [SOLVED]
Replies: 2
Views: 659

NVL entry background (changing background with variable) ? [SOLVED]

So I'm making a dating sim and I've customized NVL mode to look like a phone and each entry to look like a message. I set the background for the nvl_entry style to be a message bubble, but what I can't seem to figure out is how to set a variable or something that changes the image (to a bubble that'...