Page 1 of 1

How can I organize character interactions in Ren'Py?

Posted: Fri Feb 02, 2024 1:30 pm
by MrXotic
Hello everyone,

I want to incorporate multiple characters into my story with whom I can interact. However, I don't want to write all the conversations in one script to keep it organized, and I want to be able to expand the stories for each character repeatedly.

I understand that I need to create a file such as Charakter1.rpy containing the conversation and all events with this character, and another one named Charakter2.rpy where these conversations and events will be located.

However, I always receive an error message stating that these files cannot be found.

Does anyone have an idea and enough experience to help with this issue?