#(aviside) How to match for any (*) item script?

13 messages · Page 1 of 1 (latest)

vagrant furnace
#

I have an item that is supposed to repair any piece of gear, but it doesn't work on my item scripts. I could type them out individually, but I have over a hundred item scripts, how could I match for ALL of my item script containers in a world script?

royal badgeBOT
#

(aviside) How to match for any (*) item script?

royal badgeBOT
#

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.

abstract carbon
#

!t item.script

oak reefBOT
abstract carbon
#

you cant put it in a matcher though

#

what i would recommend is to flag all your item scripts

#
item:
  type: item
  ...
  flags:
    item_script: true

then you can use the item_flagged: matcher, like this: item_flagged:item_script

#

oh

#

nevermind

#

i didn't know this, damn