Completely new to all this stuff and im in the middle of playing around with a script and learning basics of rynpy. I've so far been able to set side images of all the characters in the script fairly easily. Im hung up on the the MC though as I set his name to be custom (using "$ name = renpy.input("What's my name?"). The problem Im having is defining that characters name to set a side image for him.
so with another character I was able to do so with.... define k = Character("Kate", image="kate",window_left_padding) .....Im not sure how well it looks but it works!
the problem is when i try with [name] for the custom name tag it gives an error message.
I hope I was able to give enough info for someone to help. Like I said, im really new to this and could use simplified explanations.
so with another character I was able to do so with.... define k = Character("Kate", image="kate",window_left_padding) .....Im not sure how well it looks but it works!
the problem is when i try with [name] for the custom name tag it gives an error message.
I hope I was able to give enough info for someone to help. Like I said, im really new to this and could use simplified explanations.