Thanks for your answer. I just realized, however, that my real problem is not being able to change the cursors in the inventory bar at all. The cursor function, despite the icon changing to the normal mouse symbol, stays the same as in the room and is not changeable while the mouse is in the inventory GUI.
I decided to have the mouse use left-click as "Use" and right-click as "Look at", but I still need to set the left-click function to default "Use" when hovering over the inventory. I added mouse.Mode = eModeInteract; to your code, but it did nothing at all.
Where do I have to insert this kind of code to make it work?
I decided to have the mouse use left-click as "Use" and right-click as "Look at", but I still need to set the left-click function to default "Use" when hovering over the inventory. I added mouse.Mode = eModeInteract; to your code, but it did nothing at all.
Where do I have to insert this kind of code to make it work?