Changing text of Room Title Bar

Zombie
08 Apr 2011, 17:39
Hello
I've been using quest for a short time now and am to the point of creating my world.

I have searched the forums for the answer but I'm not sure what the blue title bar that changes to the room Alias text is referred to.

I have set up each room with a location property. (example: Location = Your House)

I am working to customize the descriptions of the room using the example room customization script I found in the documentation.
I want to change the blue bar at the top of the text box to reflect the location. (example: [Your House] - Master Bedroom).
Is there any way to change this text to be able to use properties or do I need to type [Your House] - Master Bedroom etc into the Alias.

I was wondering the best way to handle this. I want to format the output so the location is shown for each area in my game.

Thanks for your time

Cryophile
08 Apr 2011, 23:18
There isn't any way to change the text in the bar without changing the alias. You have quite a few alternatives here, but the easiest might be to use multiple properties for each version of the room description you intend to use and leave the alias as the version you want printed in the bar.

Zombie
10 Apr 2011, 14:08
Thanks, I've gone the route of typing the Location in the alias of all of the rooms to make the room title bar not seem less informative than the room description.
I guess there is no way to turn off that bar to avoid redundancy?