Quote from: barefoot on Tue 05/04/2011 07:14:57I wish to disable all other clicks for that inv item and to keep the Look mouse mode until it's changed by the mouse right click as normal..
Again, I'm having a hard time understanding what exactly you want to achieve.
Is your game's inventory permanently visible or is it in a separate window?
What do you mean by "keep the Look mouse mode";
when do you want to keep it? As long as the mouse is over that item?
Please explain what you want do to as if you are talking to somebody who has absolutely no idea what your game looks like or how your interface works, aka us here in the forums.
In general, mouse modes are enabled/disabled using
Mouse.Enable(mode)/Mouse.Disable(mode).
Example:
mouse.DisableMode(eModeInteract);
Also, yes of course there's a solution for your I assume relatively simple problem, but you won't find it if you don't start figuring out how to use the manual.