I'm having a lot of difficulty getting my exits to display non-generic information.
My game takes place in several contexts one of which is space, which is directionally agnostic.
My ship is oriented along the west-east axis, but I don't want my exits to be labeled that, since those directions don't exist in context.
I DO want my directional compass buttons to work.
Therein lies the problem.
I can alias my exit as "hallway" with a prefix "into the" but that disables the North arrow, despite the direction type being Northdirection.
I want to be able to navigate with compass arrows, but have the game understand and display the exit by name, without any directional qualifiers.
"You can go into the hallway" rather than "You can go north" (But still understanding that it IS north)
Is there a way to get this?