I have a suggestion. If your room description is a script, Quest will not automatically show the exits, as usual.
So, to display exits after a "room description script", I added the following script expression in the room (copied from CoreDescriptions):
FormatExitList(player.parent.exitslistprefix, ScopeExits(), Template("Or"), ".")
There is a better way to do it?