So I'm having a hard time finding tutorials for this:
I have a room which is a close up of a box containing items. These kind of rooms are the only ones in my game not containing the character, but if I don't have the character in the room I can't click on objects for info ( I noticed), so I solved that like this:
When you click the box, you teleport to the closeup. Then the first comand that happens in the room (in that rooms properties) is that I hide the character. The way borders in this room is a square just so big that it fits the character ( so she can't move while in there which would move the text and confuse the player) How ever. Now whenever I press an object in the room the text is shown in the upper left corner. I would like it to show up on the bottom of the screen for these ocations. Solutions?
P.s there must be a simpler way to make a closeup room as well...