#(LG_Legacy) Definition arguments for `equip` are not recognized.

17 messages · Page 1 of 1 (latest)

stuck rapids
#

https://paste.denizenscript.com/View/107113 - Relevant debug.

I'm writing a script for spawning mobs with dynamically defined equipment assigned by administrators, and I've discovered that if you use a definition for arguments ( such as the hand ) then it will not recognize it and error.

I want to do this so I can just foreach loop through all potential equipment available for my custom mobs in my scripts and just easily - equip <[mob]> <[equipment_slot]>:<[item]> instead of running three different else if's for adjusting the entities item_in_hand item_in_offhand and equipment_map.

plain bearBOT
#

(LG_Legacy) Definition arguments for equip are not recognized.

plain bearBOT
#

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>

stuck rapids
astral magnet
#

Dynamic prefixes aren't valid

stuck rapids
#

I think they were at one point and monkey said they were only working because of... I forget why, but it wasn't intentional.

#

May I ask why?

#

As in, why dynamic prefixes aren't valid?

astral magnet
#

#changelog message

stuck rapids
#

Ah, well. I see. I was hoping to save a few lines but since it's deprecated then that is that.