Functions Documentation
View Function Edit Function
Name itmGetAverageAppearing
Syntax (itmGetAverageAppearing item) -> number
Argument List item: The item in question.
Returns number: average number that appear randomly
Category item
Description Allows one to see the average amount of an item appearing randomly.
Example taken from &dsExchangeSell;
(block (thisitem)
(setq thisItem (scrGetItem gScreen))
(itmGetAverageAppearing thisItem)
)
Is used to determine if a station has too much of an item.
Comment Used once in Transcendence.tdb