QUOTE(dark knight detective @ Aug 17 2008, 10:11 PM)

I tried using the search feature to find this, but the results I got didn't cover it.
I'm looking for the Command Console item code to add Grand Soul Gems with Golden Saints to your inventory. I know it would be something like:
player->additem soulgem_grand "Golden Saint" 10
I just can't find it anywhere, and overwrote my Construction Set with Oblivion's. Thank you for any help you can give me.
Oblivion doesn't works this way. You need a grand soul gem filled with a grand soul, but you need the hardcoded reference (that ugly hexadecimal number) and it is: 000382DF
the command is: player.additem 000382DF # - where # is the amount of them you want to give to the player
obviously you can change the player to any container you want.
Edit: sorry, again I was fooled by the "news posts" and it brought the Morrowind forum I forgot to verify the origin :/
Edit: in Morrowind the grand soul gem's ID is "Misc_SoulGem_Grand"