Skip to content

RuleFunction_Name

arkayenro edited this page Aug 12, 2018 · 6 revisions

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

Examples

name( "elixir", "potion" )
name( "scroll of" )

Clone this wiki locally