RuleFunction_Bound - arkayenro/arkinventory GitHub Wiki
Rule Functions > Bound
bound( arg1, ..., argN )
Checks if any of the supplied arguments match an items bound status
Arguments
- arg1..N (numeric) = bound state (see notes)
Remarks
-
requires version 3.08.12 or higher
-
no argument will generate an error
Notes
-
-1 = unknown binding state
-
0 = never binds
-
1 = binds on use (becomes soulbound when used)
-
2 = binds on equip (becomes soulbound when equipped)
-
3 = binds on pickup / soulbound
-
4 = accountbound / warbound
-
5 = warbound until equipped (becomes soulbound when equipped)
Also See
Examples
all bind on equip items
equip( ) and bound( 2 )