Functions Documentation
View Function Edit Function
Name itmGetArmorInstalledLocation
Syntax (itmGetArmorInstalledLocation item) -> segment #
Argument List item: The item of armor you want to know the location of. Must be an itemStruct not a UNID
Returns -1 one if not installed, otherwise returns the segment number of where it is installed.
Category armor, item
Description Returns the location of the armor.
Example
(itmGetArmorInstalledLocation (scrGetItem gScreen))

Returns the location of the currently selected armor.
Comment Useful in working with armors. Such as repairing and enhancing armors.