Hi
I am trying to amend the Interact cursor from selecting a particular inventory Item and having just the Look mode which opens a gui (or also have the interaction cursor do the same as the Look Inventory)..
This code simply makes the cursor disappear.
Code: ags
And this does about the same:
Code: ags
Can you help please
barefoot
I am trying to amend the Interact cursor from selecting a particular inventory Item and having just the Look mode which opens a gui (or also have the interaction cursor do the same as the Look Inventory)..
This code simply makes the cursor disappear.
mouse.DisableMode(eModeInteract);
And this does about the same:
mouse.ChangeModeView(eModeLookat, 1);
Can you help please
barefoot