Functions Documentation
View Function Edit Function
Name itmGetMaxAppearing
Syntax (itmGetMaxAppearing item) -> max number that appear randomly
Argument List item: The itemStruct of the item you want to get the max number of appearing.
Returns The max number that will appear randomly.
Category item
Description Returns the max that will appear per random selection of the item.
Example
(itmGetMaxAppearing (itmCreate 0x4001 1))

Returns the number 4.
Comment It is just the max value of the numberAppearing attribute.