I assume you have the cheats successfully enabled? Modified the baldur.ini file?
Then you should type: CLUAConsole:CreateItem("XXXXXX",Y);
The X's stand for the itemcode, which can be found in a lot of lists.
The Y stands for quantity. This only works for stackable items.
So, if you would want to create 15 normal arrows, you should type:
CLUAConsole:CreateItem("AROW01",15);
|