Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Igthorn on Thu 01/05/2014 10:24:38

Title: The right mouse click doesnt open the inventory window - what have I done??????
Post by: Igthorn on Thu 01/05/2014 10:24:38
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
Title: Re: The right mouse click doesnt open the inventory window - what have I done??????
Post by: monkey0506 on Thu 01/05/2014 18:08:54
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.
Title: Re: The right mouse click doesnt open the inventory window - what have I done??????
Post by: Igthorn on Thu 01/05/2014 20:15:45
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.