Search found 3 matches

by starcola
Thu Sep 07, 2023 5:52 pm
Forum: Ren'Py Questions and Announcements
Topic: How to scroll text up once it reaches the end of the text box?
Replies: 0
Views: 4220

How to scroll text up once it reaches the end of the text box?

Hello! What it says on the tin - I have a character who likes to get a little long-winded in their explanations, so I'm hoping there's a way to "bump" top lines of text out of sight as the text reaches the end of the text box. Something like what they do in Fate: Grand Order, for example: ...
by starcola
Thu May 28, 2020 3:05 pm
Forum: Ren'Py Questions and Announcements
Topic: Hidden Affection/Stat tracking
Replies: 6
Views: 588

Re: Hidden Affection/Stat tracking

Perfect!! Exactly what I was looking for, thank you! Just in case I run into an affection tie, is there a way to bring up a menu with the girls who are tied? For example, if both Ann and the Chupacabra are both at 5 at the time the python code runs, a menu pops up allowing the player to choose betw...
by starcola
Tue May 26, 2020 11:01 am
Forum: Ren'Py Questions and Announcements
Topic: Hidden Affection/Stat tracking
Replies: 6
Views: 588

Hidden Affection/Stat tracking

Hey! Super new to coding, so sorry if this is a dumb question. I'm trying to track character-specific affection as a hidden stat in my VN, and then later have the player's route decided by which character's affection is the highest. So for example, a_affection = 3, b_affection = 7, c_affection = 1, ...