I’m not entirely sure how to handle that. Having an extra exit there would be good, but canonically, there is a rest of the world. I suppose I can handle that by just saying that the player is affected by gates that don’t effect others, since that is already basically canon.
Yeah, that sounds neat and should work.
Edit: It occurred to me that, since I will occasionally refer to the player by a pronoun, it should be possible for players to set their own for the Trial Dungeons, to avoid having completely incorrect pronouns (since that is pretty disrespectful), so I added a mediocre settings menu to the core item that allow you to set your preferred pronoun (this was inspired by the game Read Only Memories, although that implements it several thousand times better). I'll need to think of a way to excuse this lorewise if possible, and make the text better (I ended up writing it pretty late at night, and I feel like my writing is currently worse than usual, so I suspect that, when I next look at it, it won't be all that great).
They, she, he, ze, and xe pronouns are going to be used, and I might add custom ones if items get text variables. Hopefully that should cover everyone.
It was a surprisingly large pain, since it involves setting 8 _world variables (possibly more if I need reflexive pronouns too...) and one item variable per pronoun, and I'm going to have to set them at the beginning of every world.
Edit: Shoot, just realized that I'll also have to adjust whether singular or plural words are used (they and is, for example) based on whether they is the active pronoun. Don't have enough time to finish this tonight, so I'll be finishing this tomorrow, probably.
Also, I never realized how weird pronouns are until I had to compare them all. They pronouns have 4 distinct forms, whereas he and she pronouns have three, and although both he and she pronouns have a pronoun used in two situations (his and her respectively), the situations they have one pronoun for aren't the same two. His fills the their and theirs slots, whereas her fills the them and their slots. It doesn't really make any sense.
Side Note: I really should have done this draft style so that a half-finished system didn't end up there... Well, too late now. At least the odds of people messing around with the box in the next day aren't all that great.