-
Notifications
You must be signed in to change notification settings - Fork 14
RuleFunction_ItemLevelUse
arkayenro edited this page Jul 12, 2018
·
3 revisions
ireq( min, max )
Checks if the level to use an item is equal to or between the min and max arguments
uselevel
-
min (numeric) = minimum level
-
max (numeric) = maximum level
-
the level can be found on the debug info menu for that item (or in the tooltip)
-
when only the min argument is passed then the function checks for an exact level match
-
no argument will generate an error
ireq( 70 )
ireq( 61, 69 )