Skip to content

RuleFunction_ItemStatActive

Arkayenro edited this page Jan 19, 2023 · 2 revisions

Rule Functions > Item Stat Active

itemstatactive( arg1, ..., argN )

Checks if any of the supplied arguments are contained within the item's stats

Arguments

  • arg1...N (string) = pattern to search for

Remarks

  • requires ArkInventory 3.10.13 Alpha 2

  • only checks equipable items

  • only checks for active stats, see itemstat if you only want any stat

  • does not check enchantments or gems (i think)

  • string patterns can be used

  • no argument will generate an error

Examples

itemstatactive( "strength", "agility" )
Clone this wiki locally