Tads 3 statusLine

Is there away to remove exits from statusline?

2 Likes

The user command is EXITS STATUS or EXITS OFF (to disable both statusline and in room descriptions).

The code is gExitLister.exitsOnOffCommand(stat,look) where stat controls if exits are listed in the status line, and look is whether obvious exists are listed in a room description.

2 Likes

thanks

1 Like