Remove room description

Lennart
02 Jun 2015, 18:25
Hi all,

I asked this question before and thanks for those who gave me an answer. Still, I can't figure out how to remove
the automatic room description in the first line.

screenshot.png


First, this is just a picture, not the real one :P
I want my picture first, then my text which give information about the room.
After this, I want my objects (you can see a key here)

It must be easy. Can some explain how to do it? And maybe with a screenshot to be more clear?

Thanks!

jaynabonne
02 Jun 2015, 18:55
You can use an image {img} text processor tag in your room description text to insert the image where you wish, right in with the text. When you click on "Image" on the right while editing the room description, it will pop up a window to choose the image you want (it should be in your game folder). When you do, you'll end up with something like:

{img:someimage.png}
This is the test of your room description, which can be whatever you like.


Note that you're not limited to having an image by itself. You can have images inline with the text, before the text, after the text, etc.

(You don't have to go through the Image click process if you don't want. You can just type in the {img} tag yourself with the file name.)

HegemonKhan
02 Jun 2015, 19:08
Lennart wrote:I can't figure out how to remove the automatic room description in the first line. Then my text which give information about the room.
After this, I want my objects (you can see a key here)


'game' Game Object -> 'Room Descriptions' Tab -> Room description layout -> (see below)

Room name: [0] // this will hide (not show~display) it, which is what you say you want, so change it from 1 to 0.

Objects list: [2] or [3] // depending on what you want, 2 to make it shown second to last~bottom, or 3 to make it shown last~bottom.

Exits list: [0] or [2] or [3] // depending on what you want, 0 to not have~show it or 3 for it to be shown last~bottom, 2 if you want it to be shown before~above te Objects list, or leave it at 3 so it will be shown last~bottom.

Description: [1] // this will make it be the first~top thing shown, so change it from 4 to 1.

Lennart wrote:I want my picture first


now, we need to cause the picture to show up first~above the entire 'room description' text, via:

'game' Game Object -> 'Features' Tab -> 'picture frame: ...' -> check in its check box

and I think that'll do it... if I am understanding these options~settings..., lol.