Description: Calling LuaItemStack.swap_stack behaves unexpectedly when you have the stack being swapped in-hand.
Video: 37s @ YouTube
Image: Command:
Code: Select all
local q = game.player.get_quickbar() q[1].swap_stack(q[11])
Code: Select all
local q = game.player.get_quickbar() q[1].swap_stack(q[11])