Hi
I've been adding little bits to my game and then this morning, when I right click my inventory screen doesnt appear. I didn't make any changes that I know of (no properties changes, I did some inventory item interaction but it was working) - can anyone suggest what I might have inadvertently done? Hopefully it can be undone.
Also my character has disappeared.
If I start a conversation the sprite appears in the top left of the screen but only when he is speaking
If I change the character to another one of the characters in the game, then the same thing happens
Right mouse click not opening inventory: Check your scripts for on_mouse_click, and let's see what you have.
Player character not showing up in the room: You probably set ShowPlayerCharacter to false for that room. Check your room's properties.
I havent added any on mouse click functions - the only one in the script is the verbcoin reference which I havent touched. I'm afraid its probably not that.
Any other ideas.
Completely right about ShowPlayerCharacter!!!
Thank you.