#(Speeder323) accidentally setting lore for the 3rd item in players inventory rather than the gui i
27 messages · Page 1 of 1 (latest)
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.
You can block this bot if you don't want to see these messages, I won't mind.
<@&525394568410038282>
(Speeder323) accidentally setting lore for the 3rd item in players inventory rather than the gui i
!paste
Help us help you by pasting your script to https://paste.denizenscript.com/New/Script and linking it back here.
We can't really know what's going wrong without seeing your code
okay but brace yourself
Content of Denizen Script Paste #103698: 'ventscriptthing'... pasted 2022/12/05 13:13:06 UTC-08:00, Paste length: 7194 characters across 151 lines
just kidding it's fine man lol
inventory adjust lore:<list[<[progressbar]>]> slot:3
you aren't specifying a destination inventory
by default, the player's inventory is the inventory used
you probably don't want the player's inventory, but the inventory they're using
you did it right here:
inventory set origin:ventopeninputitem<util.random.int[1].to[4]> destination:<player.open_inventory> slot:3
the <player.open_inventory> inventory will be the player's open inventory, if they have one open
oh you can
do that...
forgot to remove ping
thank you tho