Closed danielbernard closed 2 years ago
AttributeConsumeGameplayEffect attempts to access .attribute_name rather than .name, causing an
.attribute_name
.name
Invalid get index 'attribute_name' (on base: 'Node (GameplayAttribute.gd)').
error.
Thank you! It will be published soon!
Thanks! Your plugin was super helpful for getting started with a simple prototyping of some systems.
AttributeConsumeGameplayEffect attempts to access
.attribute_name
rather than.name
, causing anerror.