I'm in the end of finishing a little game for friends made with RenPy and I'm having a hard time finding a simple solution to do the following.
At the start of the game, the player choose between a male or female character. The game is the same with both but some tests that depends on it but it's not important and it works.
The problem is that I want to write :
show hero normal
and get the image of the girl if it was the choice, or the image of the boy if he was choosen at the start.
I started to write a python function to do this but it looks wrong because there seem to be enough ATL language to do this, even if I can't find a way.
Any idea?