@exitformat
COMMAND: @exitformat <object> =<format>
Replaces the usual “Obvious Exits:” format when an object is looked at, by a player-specified exits format. This is evaluated as if it were a description or similar message on the room. The objects that the looker would normally be able to see is passed as a dbref list in %0; all exits can be acquired through ’lexits(me)'.
One could change the format to ‘Exits: Exit1 Exit2 Exit3’ through ‘@exitformat here = Exits: iter(%0,name(##))’, for example.
Related Topics: @conformat, @nameformat