Assigning an exit an Alias in the GUI removes the exit from the compass

ByronSwain
13 Nov 2014, 19:29
So I'm making a project that's inside a museum, so the standard exit directions don't work very well. I want to name each of the exits after the room they lead to, and it does work within the game. However, in the editor, after I change the Alias from it's direction to the room name, the Exits tab doesn't display it as an exit anymore.

For the more connected rooms with several exits, it's difficult to determine which slot is taken.
How can I get the Exits tab to display the exit labels correctly?

 <exit alias="Courtyard" to="Courtyard">
<inherit name="northwestdirection" />
<prefix>to the</prefix>
</exit>

ByronSwain
13 Nov 2014, 19:42
I've resolved the issue. Removing the Alias and resetting it to the direction from the dropdown menu restored the link name.