Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Hellooo,

The code is functional on my end so I assume the problem is with how it was implemented. I don't understand how the code change you mentioned would affect the code, but let me offer some possible solutions based on what I said before.

Since you say it doesn't show up, and not that it errors, I don't think it's a syntax error. Just to be safe, make sure you have the right amount of spaces and all of your capitalizations match. True and False are capitalized too when you change the variable values! Was the character set to True?

When you changed the variable name to Riot, are you certain that everytime it's mentioned in the script is changed too? CTRL+F to search for character3 it just in case! 

Are you using $ metcharacter3 = True in the right spot? (Or however you name the variable, doesn't matter much) To be as clear as possible, this line goes inside the "script.rpy" after the start label to change the variable during the game. 

When you updated the character lists, did you update each and every screen? This plugin setup is a bit inefficient, so you have to edit the data on each individual page, including the character list section. If you updated all of the sections, you will have the same code change multiple times. You'll find a new one under each "screen," so you'll make this change for every separate character!

Other than that, I don't have many more ideas what it could be. If these suggestions don't help, then please share with me the parts of the code you've edited and maybe I'll have a better answer! Good luck!

(+1)

Hello ! Thanks again for your time and answers, I really appreciate how you're always willing to help ! I tried everything, but nothing worked. I ended up deleting everything and reinstalled fresh files from your page, then filled everything out manually, and... This time, everything works perfectly fine, though I can't explain why. I guess code works in mysterious ways ? They said that the error is usually found between the chair and the computer, and I believe that was the case here x'D ! Must have made an error when I customized the code for the first time.

Thank you again for your help and your time. I'm sorry to have bothered you, and I can only thank you again for your kindness ! 

(+1)

Well I'm glad it worked! Code can be quite elusive... Any time!