Editors Note: updated June 23, 2010 by Atarlost
Functions Documentation
View Function Edit Function
Name shpInstallArmor
Syntax (shpInstallArmor ship itemStruct number)
Argument List ship: The ship that you want install the armor.
itemStruct: The armor you want to install.
number: Where on the ship you want to install the armor. 0 is the first location in the ship's armor tag.
Returns condition: True is successful.
Category ship, armor, install
Description Attempts to install the pointed to armor in the location.
Example (shpInstallArmor gPlayership (itmCreate &itUltraLightTitaniumPlate; 1) 0)
Comment