#(fishjones_) inventory notes

11 messages · Page 1 of 1 (latest)

boreal drift
#

trying to get this to work, attempting for the item to switch back and fourth from the two separate inventories upon shift clicking, at the moment its working once, but if i shift click two or more items it will not be given to the inventory besides the one.

soft knollBOT
#

(fishjones_) inventory notes

soft knollBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

boreal drift
#

also: 0 errors on debug

lethal talon
#

flag the player with "last_backpack" and ask for it in both events to know where to put the item

boreal drift
#

flag the player? not flag the inventory?

#

the player.uuid is already provided within the tags for the item location

undone oar
#

You note the inventories each time when a player clicks the item and this overwrites your old notation. So check first if it's already noted and if skip the note.

boreal drift
#

perfect thank you