RuleFunction_ItemLevelUse - arkayenro/arkinventory GitHub Wiki
Rule Functions > Item Level (use)
ireq( min, max )
Checks if the level to use an item is equal to or between the min and max arguments
Alias
- uselevel
Arguments
- 
min (numeric) = minimum level 
- 
max (numeric) = maximum level 
Remarks
- 
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 
Examples
ireq( 70 )
ireq( 61, 69 )