Discuss this page on this pages TalkPage
itmGetInstallCost
See itmGetInstallCost at Xelerus
Syntax | (itmGetInstallCost item) → cost |
Arguments | item: The itemStruct of the item you want to get the install cost of. |
Returns | The cost to install the item. |
Category | cash, item |
Description | Returns the cost to install the item. |
Example
(itmGetInstallCost (itmCreate 0x4001 3))
Returns the number 25.
Return to Functions list