The name of the player

I feel stupid for not being able to figure this out myself, but is there a way to change the player character’s name to something other than “yourself”?

In my case it would make a lot of my text substitutions a lot easier if I could just change it to “you”, but there are a lot of other instances it would be useful. The only stuff I can find in the manual involves creating a new text that varies for the player but I really need to change the actual name for this to work.

This should do what you want:

Rule for printing the name of the player:
	say "you".

slaps forehead Perfect. Thank you!