#adding lore to a list of items
1 messages · Page 1 of 1 (latest)
thats cause you can't modify a loop-item
you'd have to set {_i} to loop-item n set lore of that
@sacred yacht my friend your skript is over complicating it
can you not just
on pickup:
add lore "hello" to event-item
Yeah I did something like that in the end anyways
Still had to make it so it removes and gives the item anyways
Since it doesn't let me change the lore if event-item
oh maybe it's event-dropped item
or event-pickup item
or i might be making that up hold on
no I'm not making that up, try this
add lore "hello" to event-dropped item```
it says a dropped item cant have anything added to it
just so you know
oh whoops