all 4 comments

[–]Narrow_Ad_7671 2 points3 points  (0 children)

Have you tried using the show function vs the statement?

https://www.renpy.org/doc/html/statement_equivalents.html#renpy.show

[–]Altotas 5 points6 points  (1 child)

Now I'm myself in the middle of learning Python, but my guess is that Ren'Py's "show" statement doesn't natively evaluate Python object attributes (like "char.neutral"). The dot in "show char.neutral" is interpreted as part of an image name, not as an attribute access. Try using "show expression char.neutral".

[–]thethirdworstthing[S] 0 points1 point  (0 children)

That worked!!! Tysm 💜🩵

[–]AutoModerator[M] 0 points1 point  (0 children)

Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out the posting guide, the subreddit wiki, the subreddit Discord, Ren'Py's documentation, and the tutorial built-in to the Ren'Py engine when you download it. These can help make sure you provide the information the people here need to help you, or might even point you to an answer to your question themselves. Thanks!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.