Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey there! I'm not really clear on what you mean by "code to implement the code without the test" - the required files are pronoun_setup.rpy and pronoun_backend.rpy, and you can do whatever you like with pronoun_labels.rpy and pronoun_screens.rpy. They are there for demonstration purposes, and the screens in particular you can get rid of if you don't want them or customize them to look however you like. If you're new to Ren'Py, I suggest you read through pronoun_labels.rpy in particular and copy over the code in whichever label that does what you need for your game to your usual script.

Hope that helps!

Sorry, I realized how confusing that was.

I can't find the code where I can implement it into the game without the testing part, I already tested it but I don't know how to implement it into the final game.

Sorry if this is confusing, I'm not exactly sure I understand myself.

Hello! I finally figured it out!

Thank you for the code you gave me, it is helping me with my game. I'm sorry for the confusion!

pls lmk how u figured it ou if u can!! :3 (im a dunce at coding so its probs rly obvious icl-)

The example code in the files can literally be copied into your game at whatever point you need it. It is demonstrating exactly how to make the pronoun systems work. You can delete the dialogue lines or change the choice menu text. The important part is the variables which are changed with lines that start with $. There are lots of comments in pronoun_labels.rpy to explain what the lines are doing. Does that answer your question?

yess it does tyysmm :D