Discuss this page on this page's [[shpEnhanceItem Talk Page|Talk Page]] === shpEnhanceItem === See [[http://xelerus.de/index.php?s=functions&function=180|shpEnhanceItem at Xelerus]] ^ Syntax | (shpEnhanceItem ship itemListCursor [number]) -> condition | ^ Arguments | ship: The ship that you want to enhance an item in. | ^ | itemListCursor: Where on the ship the item is. | ^ | number: The enhance code. | ^ Returns | condition: True is successful. | ^ Category | [[enhancement functions|enhancement]], [[item functions|item]], [[ship functions|ship]] | ^ Description | Enhances the item pointed to by itemListCursor. | === Example === Example from UsefulItems.xml ; Enhance the shield generator (block (result) (setq result (shpEnhanceItem gSource theItem 0x0102)) (objSendMessage gSource Nil (intItemEnhanceStatus result "Your shields are more powerful" "shield generator")) ) See also [[objAddItemEnhancement]] Return to [[:Functions]] list