Remove room name?
NxPaqu
19 Apr 2015, 05:55Hello, I'm creating my first game with this software and I was wondering if there is a way to disable showing the room name.
I'm basically trying to use the starting room of my game as a main menu, and when players start the game I don't want the first thing they read to be "You are in a Main Menu." I tried to get rid of the description prefix but this simply made the game output "Main Menu." While this is preferable to the former, I would still like to simply remove the string altogether.
Thank you.
I'm basically trying to use the starting room of my game as a main menu, and when players start the game I don't want the first thing they read to be "You are in a Main Menu." I tried to get rid of the description prefix but this simply made the game output "Main Menu." While this is preferable to the former, I would still like to simply remove the string altogether.
Thank you.

jaynabonne
19 Apr 2015, 08:54Click on the "game" object.
From the tabs on the right, select the "Room Descriptions" tab.
Down where it says "Room description layout", change the "Room name" entry to be 0.
That will disable the room name. You can disable the others as well by setting them to 0, or you can change the order in which they're displayed.
From the tabs on the right, select the "Room Descriptions" tab.
Down where it says "Room description layout", change the "Room name" entry to be 0.
That will disable the room name. You can disable the others as well by setting them to 0, or you can change the order in which they're displayed.
NxPaqu
19 Apr 2015, 16:17Thank you for the quick reply.