Conditions

Attributes comes with a set of Conditions that allows you to check whether an actor has enough mana or strength or if health went down etc...

Condition Attribute Compare

With this condition you can check every value of an attribute within an Actor like: Value, Consumable Value and Bonus. And also Percent and Last Time Modified values.

Condition Attribute Changed

This condition allows you to check whether a attribute went down or not. For example, using actor's attribute changed event and by adding this condition if health went down then play hurt animation and show some blood!

Condition Attribute Last Influence

This condition allows you to check who was the last influence of the attribute. For example, if another actor hurts your player that will affect your health and then it's going to become the last influence of the health attribute. You can use this with any attribute.

Last updated