Discuss this page on this page's [[itmSetEnhanced Talk Page|Talk Page]] === itmSetEnhanced === See [[http://xelerus.de/index.php?s=functions&function=63|itmSetEnhanced at Xelerus]] ^ Syntax | (itmSetEnhanced item mods) -> item | ^ Arguments | item: The itemStruct of the item you want to enhance. | ^ | [[legend|enhanceflag]]: The flag saying what what type of enhancement you want to enhance the item with. | ^ Returns | item: The enhanced item. | ^ Category | [[enhancement functions|enhancement]], [[item functions|item]] | ^ Description | Enhances a item depending what kind of item it is and what is the flag. | === Example === (itmSetEnhanced (itmCreate 0x4001 1) 0x0B00) Returns a segment of light titanium armor that is immune to radiation. Return to [[:Functions]] list