It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
OK I've literally spent hours scouring the internet but I just can't get this to work. Have got the console working and trying to add back a couple of items I sold in SoA before arriving in ToB. But nothing I do makes it work. Specifically, I want to add the Oaken Ring and the Golem Manual, but I understand how to substitute the specific item code for any other item. What is the EXACT text string to enter in the console to add items to your inventory? I've tried:

CreateItem("<ring43>",<int1>,<int2>,<int3>)
CreateItem(<ring43>,<int1>,<int2>,<int3>)
CreateItem(ring43,<int1>,<int2>,<int3>)
CreateItem("<ring43>")
CreateItem(<ring43>)
CreateItem(ring43)
CLUAConsole:CreateItem("<ring43>",<int1>,<int2>,<int3>)
CLUAConsole:CreateItem(<ring43>,<int1>,<int2>,<int3>)
CLUAConsole:CreateItem(ring43,<int1>,<int2>,<int3>)
CLUAConsole:CreateItem("<ring43>")
CLUAConsole:CreateItem(<ring43>)
CLUAConsole:CreateItem(ring43)

Windows 10, BG2EE, ToB, gog version
I don't have the EE version, but I believe you just replace CLUAConsole: with just plain C:
So C: CreateItem(“itmname”,##)
avatar
olnorton: I don't have the EE version, but I believe you just replace CLUAConsole: with just plain C:
So C: CreateItem(“itmname”,##)
Still not working. The inclusion of spaces, quote marks, commas, hash marks etc is really inconsistent throughout all the posts I've seen. Please, make it completely idiot-proof: I need the EXACT text string to make this work, with no incorrect spaces, quote marks etc. More particularly, where it is an item with no charges, what happens with the additional arguments: do you delete them entirely, put "1,1" etc?
My god that is stupendously frustrating. EVERY single post I saw about this uses double quotes " ", but apparently you need to use single quotes ' '. May be an EE change. There is also no space between C: and the CreateItem, and you need to use the other arguments to specify the number of items you want.

So finally, this worked for me

C:CreateItem('RING43',1)
Double quotes work fine for me in EE Throne of Bhaal. I took your shown command, replaced single quotes with double quotes, ran it, and got an Oaken Ring. I did this in a newly started ToB game, created just for this purpose.
self inflicted.