- Aug 24, 2018
- 12
- 143
Hello all!
I am attempting to create a game in Ren'py, but I am having an issue with images sometimes not switching when they should. For instance, in my code:
The first switch between dtalklaugh2 and dtalksad2 occurs no problem, but the switch back from sad2 to laugh2 doesn't occur. This isn't the only instance that this kind of thing happens. I try to make it look like an actual conversation, so there's often a lot of switching between the girls mouth being open and closed, but the switches don't occur as intended. Same story if I switch to Scene instead of Show.
I searched the threads but didn't find anything that quite fit the problem I was having. I am entirely new to this kind of thing, so it is very possible the issue is pretty obvious and I'm just a dunce, though I keep the Ren'py documentation open at all times.
Screenshots attached coincide with the code above, so you can see the switch happening and then not happening. I know the scene isn't fantastic, I'm still trying to get a handle on everything.
Can anyone tell me how to fix this?
Thanks for the help!
I am attempting to create a game in Ren'py, but I am having an issue with images sometimes not switching when they should. For instance, in my code:
Code:
show dtalklaugh2
d "Oh man, your face right now! I'm sorry, that was just too funny."
m "Oh phew. Thank god you were joking. It would have been really awkward if we were {i}both{/i} serial killers."
show dtalksad2
d "..."
show dtalklaugh2
d "Dammit! I tried so hard to keep a straight face!"
I searched the threads but didn't find anything that quite fit the problem I was having. I am entirely new to this kind of thing, so it is very possible the issue is pretty obvious and I'm just a dunce, though I keep the Ren'py documentation open at all times.
Screenshots attached coincide with the code above, so you can see the switch happening and then not happening. I know the scene isn't fantastic, I'm still trying to get a handle on everything.
Can anyone tell me how to fix this?
Thanks for the help!