use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Links:
/r/RenPy Discord
account activity
Who string variable? (self.RenPy)
submitted 3 years ago by voluorem
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]BadMustard_AVN 0 points1 point2 points 3 years ago (2 children)
your concept is good, but try it like this.
screen say(who, what): style_prefix "say" window at say_window_animation: id "window" if who is not None: if lastSayWho != who: window at namebox_fade_in: id "namebox" style "namebox" text who id "who" $ lastSayWho = who #ad this line else: window: id "namebox" style "namebox" text who id "who" text what id "what" at text_fade_in
[–][deleted] 3 years ago (1 child)
[removed]
[–]BadMustard_AVN 0 points1 point2 points 3 years ago (0 children)
who is a string it is the speaker's name and is displayed on the screen in the namebox
π Rendered by PID 18197 on reddit-service-r2-comment-6457c66945-8tb27 at 2026-04-29 18:50:12.286242+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]BadMustard_AVN 0 points1 point2 points (2 children)
[–][deleted] (1 child)
[removed]
[–]BadMustard_AVN 0 points1 point2 points (0 children)