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.