Search found 4 matches

by thautwarm
Wed Oct 20, 2021 1:11 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]passing side image to 'renpy.say'?
Replies: 3
Views: 325

Re: [Solved]passing side image to 'renpy.say'?

(I mean when using `renpy.set_tag_attributes`, if your filename does not follow the convention, you'll just get an error.
by thautwarm
Wed Oct 20, 2021 1:10 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]passing side image to 'renpy.say'?
Replies: 3
Views: 325

Re: [Solved]passing side image to 'renpy.say'?

NOTE: For ones who come for this functionality, if your image is defined as "side a b c", then filename of your image MUST be "a b c.[jpg|png|...]". Seems that when using screen language it's okay to use your own file naming convention, but using python equivalents you must follo...
by thautwarm
Wed Oct 20, 2021 11:26 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved]passing side image to 'renpy.say'?
Replies: 3
Views: 325

[Solved]passing side image to 'renpy.say'?

Hi community! I have to use 'renpy.say' instead of the screen language, as some part of my game is automatically generated, and I can't use variables in 'say' statments as follow: $ status = get_from_data(...) mage $status "I'm student.. 24 year-old." Which argument should I pass in to ach...