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