Functions Documentation
View Function Edit Function
Name itmCreate
Syntax (itmCreate itemUNID count) -> item
Argument List itemUNID: The UNID of the item you want to create.
count: The amount of items you want to create.
Returns An itemStruct of the items you created.
Category unid, item, create
Description Creates `count' amount of items with the given `itemUNID' and returns a itemStruct representing all the items created.
Example
(itmGetName (itmCreate 0x4001 1) 0)

Returns the string segment of light titanium armor.
Comment Very useful function allowing the creation of any item you feel like in code.