Search found 3 matches

by AlienDucky
Thu Aug 06, 2020 9:24 am
Forum: Ren'Py Questions and Announcements
Topic: solved - Fourth variable not setting
Replies: 2
Views: 192

Re: Fourth variable not setting

It was the first one thank you!!
by AlienDucky
Thu Aug 06, 2020 8:49 am
Forum: Ren'Py Questions and Announcements
Topic: solved - Fourth variable not setting
Replies: 2
Views: 192

solved - Fourth variable not setting

I have four paths a player could take in my game in any order, and the player is only going to get to do three of them before something different happens on the fourth day. I'm able to set three of the paths as variables using: label forest: if days == 1: $ choice_1 = 'forest' if days == 2: $ choice...
by AlienDucky
Tue Jul 28, 2020 12:15 pm
Forum: Ren'Py Questions and Announcements
Topic: Positioning text inside h/vbox's
Replies: 0
Views: 241

Positioning text inside h/vbox's

Hi, I know this is probably really simple (because I'm pretty sure I've seen it somewhere, but I can't find the page it was on again), but I can't work out how to position my text where I want it inside a screen which uses hbox's and vbox's 20200728 vn 03.PNG I want those four columns of numbers to ...