Opening a container without moving the cursor

Hey !
I’m trying to switch from one inventory to another without moving the cursor. Right now I’m using

openInventory(Player, Cause)

It works well but if I try to open an inventory when another inventory is already opened, the cursor position is reset to the center of the screen. Is there any way to avoid that ?

No, not from the server side… you could modify the contents of the currently open inventory though…

1 Like