Search found 3 matches

by zxcvbnm
Sun Nov 24, 2019 12:40 pm
Forum: Ren'Py Questions and Announcements
Topic: change side image when character doesen't speak
Replies: 4
Views: 719

Re: change side image when character doesen't speak

I got around this in a somewhat hacky (?) way. I added the MC's side image to the other characters as well. Example, my main character looks like this: define r = Character("ROSWELL", image="roswell", window_left_padding=240) Now, for every other character where I want the side ...
by zxcvbnm
Sat Nov 23, 2019 2:45 pm
Forum: Ren'Py Questions and Announcements
Topic: change side image when character doesen't speak
Replies: 4
Views: 719

change side image when character doesen't speak

Hi! I decided that in my game the main character will have a side image. I also want my mc to react to what other characters say and I don't know how to do this because I can only change side image before mc statments. For example: mc happy "I am happy." mc sad "Now I am sad." Ho...
by zxcvbnm
Wed Nov 13, 2019 2:30 pm
Forum: Ren'Py Questions and Announcements
Topic: How to hide side images when not needed?
Replies: 9
Views: 3823

Re: How to hide side images when not needed?

Hi! I know it's an old topic but I have just the same problem. I warn you in advance that I don't know programming at all and I am just starting with Renpy. I wanted to bring and hide side image on my command so I typed: if should_show_side_image: add SideImage() So now my screen say looks like this...