Personally, I prefer to make the colour an argument instead of a command, such as pushing the button on the elevator pane. but everyone has different ways of doing things.
I did it because I was used to LPMUD, which I played in the past.
I wanted the elevator buttons to be displayed in the exit description, not in the room description.
LPMUD made it easy to mark exits from room to room.
If my memory is correct, it seems to have been processed in one file.
However, it is difficult for Circlemud to display special exit names other than east, west, south, north.
In normal rooms, the exit is marked as shown below.
Code:
Exits: North, South
Sometimes I just want to have a specific name appear in a specific room.
Code:
Exits: East, South, Coffeeshop
In another room
Code:
Exits: North, Underground
So, I was asking how I could mark and move special exits.
Once again, thank you.