Discuss this page on this page's Talk Page
Syntax | (itmSetEnhanced item mods) → item |
---|---|
Arguments | item: The itemStruct of the item you want to enhance. |
enhanceflag: The flag saying what what type of enhancement you want to enhance the item with. | |
Returns | item: The enhanced item. |
Category | enhancement, item |
Description | Enhances a item depending what kind of item it is and what is the flag. |
(itmSetEnhanced (itmCreate 0x4001 1) 0x0B00)
Returns a segment of light titanium armor that is immune to radiation.
Return to Functions list