#looking for item in hand

1 messages · Page 1 of 1 (latest)

somber depot
#

I need this in my script for checking for item in offhand... it is a custom item named "item_1"
How can I check if the item in offhand is this item?

    - if <player.item_in_offhand.display> == :
bleak brookBOT
#

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.

wintry nova
#

you can use the matches operator, so if <...> matches item_1

brittle rampart
brittle rampart
#

As a Display name can be changed and is not considered being safe to compare to