RuleFunction_Name - arkayenro/arkinventory GitHub Wiki
Rule Functions > Name
name( arg1, ..., argN )
Checks if any of the supplied arguments are contained within the item's name
Arguments
- arg1...N (string) = pattern to search for
Remarks
-
string patterns can be used
-
no argument will generate an error
Examples
name( "elixir", "potion" )
name( "scroll of" )