#Attachable Query

1 messages · Page 1 of 1 (latest)

forest lintel
#

controller.render.armor_custom": "c.property: ('custom:boots_index') == 1

Can someone help me how do i can use query.property on attachables?

i use that but this appear
c.has_property('custom:boots_index') == 1 | found multiple operations without a combining operation between them: context.==

blazing spireBOT
#
Thanks for asking your question!

Once you have finished, please close your thread.

twilit crystal
#

the query for properties is query.property('namespace:property_name') <operator> <value>

lofty kernel
#

context.owning_entity -> query.property('custom:boots_index') == 1

You can do this