-
Notifications
You must be signed in to change notification settings - Fork 14
RuleFunction_ItemType
arkayenro edited this page Jul 19, 2018
·
2 revisions
itemtype( arg1, ..., argN )
Checks if any of the supplied arguments matches an items type
type
- arg1...N = item type (string or number)
-
text values must be in the clients language
-
an items type can be found on the debug info menu for that item
-
no argument will generate an error
type( "armor", "weapon" )
type( "gem" )
type( "recipe" )