Skip to main content

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

I really, REALLY hope that's a one off... even using the find and replace feature in visual studio, it still took a while to change all of those, and I tested a handful that previously didn't work. I'll look and see if I can adjust those.

I found one other one Becca Beach Talk Stage 5 "[player_name] , come in the water with me. Just for a minute. We'll be out in an hour." but other than that, most of the other instances have been fine

I'm going to do some testing to see if there is a way to not need the space between [player_name] and the next character cause there should be some method for that

Okay, now I am throughly puzzled, ran this line in Ren,py

- player_name "Hi, I am [player_name], does that look right?"

And it prints correctly, if I do this it bugs out and prints as [player_name]

- player_name "Hi, I am [[player_name], does that look right?"

I tried put alternate Unicode versions of " _ " and " , " but the get flagged either in the code or caused a runtime error, so that should rule those options out

I'm testing with Ren,py 8.5.2 so unless there is a version difference I'm truly at a loss as to what is going on